[Gambas-user] ScrollView and Hovered property

Benoît Minisini gambas at ...1...
Thu Jul 5 01:32:05 CEST 2012


Le 05/07/2012 00:32, Adrien Prokopowicz a écrit :
> 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.
>
>

Fixed in revision #4898.

Regards,

-- 
Benoît Minisini






More information about the User mailing list