Ah. Try calling display.reenterMouse() when the resize operation ends. On Wed, Oct 28, 2009 at 6:29 AM, Noel Grandin <[email protected]> wrote:
> > I've got the resizing working nicely, but the mouse problem means the > cursor stays converted to one of the RESIZE images for longer than is > really necessary. > > It doesn't cause any real problem, but it's certainly not perfect :-) > > Todd Volkert wrote: > > That does sound like a bug - I'll let Greg comment on that part. But for > > the sheet resizing, you should probably be using Mouse.capture() when the > > user pressed the mouse over the resize handle and Mouse.release() when > they > > release the mouse afterwards, in which case all mouse events will be > routed > > straight to you. > > > > -T > > > > On Wed, Oct 28, 2009 at 4:10 AM, Noel Grandin <[email protected]> > wrote: > > > > > >> Hi > >> > >> I'm having a small problem with the mouse events in my work making Sheet > >> resizable. > >> > >> I get mouseMove events as long as the mouse is over the sheet itself, > >> but not when the mouse is over the sheet's parent. > >> > >> However, I only get mouseOut when the mouse leaves the sheet's > __parent__. > >> > >> -- Noel. > >> > >> > > > > > >
