[Gambas-user] Send an Event...?

Fabien Bodard gambas.fr at ...626...
Sun Oct 30 12:43:00 CET 2011


What gambas miss in fact is a way to force the LAST Content.

With that i can do :

Public Button1_Click()

LAST = TextBox1
TextBox1_Change()

ENd


Maybe a function Obect.CallEvent(TextBox1, "Change") will be usefull
by setting the LAST keyword internally


2011/10/30 J_Mischk3 <admin at ...2701...>:
>
>
>
> Fabien Bodard-4 wrote:
>>
>>
>> Well this what i do :
>>
>> Public sub Button_Click()
>>
>>   TextBox1OnButtonClick
>>
>> End
>>
>> Private Sub TextBox1OnButtonClick()
>>
>>   TextBox1.Background=color.yellow
>>
>> End
>>
>>
>>
>
> Hi Fabien,
>
> that's another sight of what I want, but it will work and that help me!!
>
> Thanks
>
> Best regards
>
> Juergen
> --
> View this message in context: http://old.nabble.com/Send-an-Event...--tp32744626p32746741.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard




More information about the User mailing list