Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » catch mouse exit popupmenu event!
catch mouse exit popupmenu event! [message #444650] Tue, 19 October 2004 10:10 Go to next message
lianhongwu is currently offline lianhongwuFriend
Messages: 17
Registered: July 2009
Junior Member
How to catch the mouse exit the popupmenu bounds events while the
popupmenu is holded!
Re: catch mouse exit popupmenu event! [message #445091 is a reply to message #444650] Mon, 25 October 2004 19:30 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
You can't. Popping up a menu runs a modal even loop in some operating
systems. I suppose you could use Display.addTimer() and
Display.getCursorPosition() but there is not API (yet) to determine the
bounds of a menu. Why would you need to do this?

"lianhw" <java_programmer@sohu.com> wrote in message
news:cl2oqc$6lj$1@eclipse.org...
> How to catch the mouse exit the popupmenu bounds events while the
> popupmenu is holded!
>
>
Previous Topic:Pocket PC List Selection Event
Next Topic:password style cells in table
Goto Forum:
  


Current Time: Thu Apr 25 06:31:23 GMT 2024

Powered by FUDForum. Page generated in 0.03202 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top