Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Tk Drag&Drop Problem.

by grummerX (Pilgrim)
on Aug 13, 2002 at 17:24 UTC ( [id://189885]=note: print w/replies, xml ) Need Help??


in reply to Tk Drag&Drop Problem.

You have a typo in a hash key (Localgroup_list instead of localgroup_list):
$tk{localgroup_list}->DropSite( -droptypes => [qw/Local/], -dropcommand => [ \&DropGlobalGroup, $tk{Localgroup_list}, $dnd_to +ken2 ], );
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)

-- grummerX

Replies are listed 'Best First'.
Re: Re: Tk Drag&Drop Problem.
by blackadder (Hermit) on Aug 14, 2002 at 15:23 UTC
    Thanks GrummerX, you have been an absolute asset (so have been other monks on PM) to me in this project...Highest Praises to you all, and I am very sorry for my silly mistakes.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://189885]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-19 14:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found