Thanks! I had read over the bug report, but couldn't figure out how to apply it in my situation. I am not directly posting the popup, it is bound to the button-3 callback event...
$winInfoRef->{HLIST}->bind('<Button-3>' => sub{$winInfoRef->{MENU}->Po +pup(-popover=>'cursor',-popanchor=>'ne')}
so I think the suggested workaround is to add your Popup Subroutine and change my bind to this?
$winInfoRef->{HLIST}->bind('<Button-3>' => sub{Popup($winInfoRef->{MEN +U},-popover=>'cursor',-popanchor=>'ne')}
Forgive my weak OO knowledge... Does adding the code for the Popup subroutine replace the Tk Popup routine ?
In reply to Re^2: Why does widget->destroy give the error Tk::Error widget was deleted before its visibility changed?
by boleary
in thread Why does widget->destroy give the error Tk::Error widget was deleted before its visibility changed?
by thomas.bystrom
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |