Re: Why thread limitations on mouse reads?

Adam Megacz <[email protected]> Sat, 10 Apr 2004 00:18:34 -0700
Newsgroups gmane.comp.java.xwt.core
Organization XWT
Message-ID <[email protected]>
Charles Goodwin <[email protected]> writes:
> On Wed, 2004-04-07 at 08:43 +0000, Charles Goodwin wrote:
>> *bump* as this is an important issue.  You're cutting out a lot of
>> opportunity with this unecessary restriction.
>
> Thanks to David for higlhighting ways of getting around this with
> perceptive use of Move/Enter/Leave.

This is the long term solution.  In general you shouldn't usually need
to know the position of the mouse except when it's being clicked or
moved over your (box's) surface.

  - a