in reply to Tk Drag&Drop Problem.
Should be:$tk{localgroup_list}->DropSite( -droptypes => [qw/Local/], -dropcommand => [ \&DropGlobalGroup, $tk{Localgroup_list}, $dnd_to +ken2 ], );
(This was the 3rd line from the bottom in your source, reformatted for easier reading)$tk{localgroup_list}->DropSite( -droptypes => [qw/Local/], -dropcommand => [ \&DropGlobalGroup, $tk{localgroup_list}, $dnd_to +ken2 ], );
-- grummerX
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Tk Drag&Drop Problem.
by blackadder (Hermit) on Aug 14, 2002 at 15:23 UTC |