Thread Tk-Callbacks: Parameter verschwinden
(5 answers)
Opened by FIFO at 2006-03-05 20:05
Hey! Das war's: Bei bind-callbacks ist der erste Parameter eine implizite Objektreferenz, also steht 'Hallo' hier in $_[1].
Beim Callback im widget-command ist das aber nicht so: hier ist 'Hallo' tatsächlich in $_[0]! Das Problem hatte ich vor Jahren schonmal, hab's total vergessen ;-) Danke für's Stichwort! Quote\n\n <!--EDIT|FIFO|1141590300--> Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"
|