[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. Tried Using a binding to ''destroy'' the popup does not cause it to be removed. ''''have found there is an undocumented unpost command, but it fails to remove the menu''''. I also tried invoking a dummy item but again there appears to be nothing other than a mouse click the will remove the menu. Is there any way to get the Unix behaviour? ----