[Gambas-user] ScrollView and Hovered property

Adrien Prokopowicz adrien.prokopowicz at ...626...
Thu Jul 5 00:32:25 CEST 2012


Hi,
I noticed that, when entering into a ScrollView, the Hovered property is
always false :

Public Sub ScrollView1_Enter()

  Debug Last.Hovered

End

Public Sub ScrollView1_Leave()

  Debug Last.Hovered

End

... will make :

FMain.ScrollView1_Enter.14: False
FMain.ScrollView1_Leave.20: False

in any way. I haven't tried yet with other controls.
Here is a little test project if you want.

Regards,
Adrien.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testGUI-0.0.1.tar.gz
Type: application/x-gzip
Size: 4731 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20120705/d907c606/attachment.bin>


More information about the User mailing list