Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Tracking mouse enter and mouse exit for a Composite
Tracking mouse enter and mouse exit for a Composite [message #463100] Wed, 26 October 2005 12:21
Brad Reynolds is currently offline Brad ReynoldsFriend
Messages: 309
Registered: July 2009
Senior Member
We have the need to track when the mouse enters and exits a Composite.
But we haven't been able to figure out how to do this reliably. The
Composite is made up of other widgets: labels, buttons, etc. If we try
to track the enter and exit of those composites we can't translate these
events to the parent because the x and y aren't the exact point that
entry occured, they're close but rarely exact. This makes it impossible
to reliably know if the mouse entered on a border that is the border of
a composite. Is there another way to do this?

Thanks,
Brad
Previous Topic:Is it possible change the shell shape?
Next Topic:SWT and DOM API (article by Ponzo and Gruber)
Goto Forum:
  


Current Time: Thu Mar 28 20:43:23 GMT 2024

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

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

Back to the top