![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Sticky popup menus
From: Donald Arseneau <asnd@triumf.ca>
Date: Sat May 28 2005 - 13:55:54 CEST
Donald Arseneau <asnd@triumf.ca> writes:
> Brian <bgriffin@model.com> writes:
But I shouldn't claim to know everything that is happening.
Which invocations of tk_popup is this patch intended to fix
Is this bug report made in some particular context that I
I see that the patch fixes the stickyness of popups coded like:
bind all <ButtonPress-3> {
but using
tk_popup .menu [expr {[winfo pointerx %W]+10}] [expr {[winfo pointery %W]+10}]
gives a non-sticky popup with or without the patch, whereas
tk_popup .menu [expr {[winfo pointerx %W]-10}] [expr {[winfo pointery %W]-10}]
causes accidental selection, with or without the patch.
But maybe I am just looking at the wrong problem.
By the way, that MenuInvoke bound to any "button" release
-- Donald Arseneau asnd@triumf.caReceived on Thu Sep 29 14:19:34 2005 |