Re: [Gambas-user] ScrollView and Hovered property

2012-07-04 Thread Benoît Minisini
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



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] ScrollView and Hovered property

2012-07-04 Thread Adrien Prokopowicz
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.


testGUI-0.0.1.tar.gz
Description: GNU Zip compressed data
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user