Version 0 of How do you unpost a menu

Updated 2004-01-07 09:59:09

PWQ 07 Jan 04 Again another Windows issue.

In an application A Mouse Click binding uses tk_popup to display a menu. Under Linux on ButtonRelease the menu is unposted.

On Windows, the menu stays visible until either a selection is made or a click is made outside the popup menu.

There is no 'unpost' command for a menu. Using a binding to destrroy the popup does not cause it to be removed.

Is there any way to get the Unix behaviour?


Category Questions