Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Grid OnMouseLeave Event not fired
Sun, Jun 19 2016 5:27 AMPermanent Link

kentersoft

Grid's OnMouseLeave Event seems not fired. I test RowSelect = False and RowSelect = True,
both not fired.

Thanks.
kenter
Mon, Jun 20 2016 4:13 AMPermanent Link

Matthew Jones

kentersoft wrote:

> Grid's OnMouseLeave Event seems not fired.

This is probably (I'm not sure, just a hunch!) part of the overall
enter/leave issue - it works fine, but if there is a child component
that is at the edge, or the mouse goes too fast, it doesn't get
through. Tim is aware, but it is a big thing to fix (he has told me
what is needed before - I forget the details). I hope though that once
2.05 is out it can be looked at, because the ability to know whether
the mouse is over something or not is very good for interactive
displays. Either a "where was the mouse last known X,Y" or a reliable
deep panel enter/leave would be very nice.

--

Matthew Jones
Mon, Jun 20 2016 4:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< Grid's OnMouseLeave Event seems not fired. I test RowSelect = False and RowSelect = True, both not fired. >>

I'll have to address this - the cells are intercepting these events, but not forwarding them on to the parent grid.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Jun 21 2016 10:09 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< Grid's OnMouseLeave Event seems not fired. I test RowSelect = False and RowSelect = True, both not fired. >>

This is now fixed for 2.05.  It was just an issue with some of the sub-controls on the grid (cells, columns) not forwarding mouse enter/leave events to the parent grid.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Jun 21 2016 11:08 AMPermanent Link

Matthew Jones

Tim Young [Elevate Software] wrote:

> It was just an issue with some of the sub-controls on the grid
> (cells, columns) not forwarding mouse enter/leave events to the
> parent grid.

Is that something easy to add to things like buttons, icons and labels?

--

Matthew Jones
Tue, Jun 21 2016 8:17 PMPermanent Link

kentersoft


<<This is now fixed for 2.05.  It was just an issue with some of the sub-controls on the grid (cells, columns) not forwarding mouse enter/leave events to the parent grid.>>

thanks!

kenter
Image