in reply to Re: Binding an action to an item in a Listbox
in thread Binding an action to an item in a Listbox
And also test in the routine where you create $open:$open->withdraw();
That should do the trick. Make sure $open is a my variable at the top scope level instead of just within the routine, of course.if (defined $open) { $open->deiconify(); } else { # create the dialog window here }
|
|---|