[Gambas-user] How I get some events ?

Fabien Bodard gambas.fr at ...626...
Thu Nov 8 09:51:49 CET 2012


MyArray[I] = New toolbox(FMain) as "MyBoxes"


public sub MyBoxes_Click()
  Print Last.Name
End


or
MyArray[I] = New toolbox(FMain) as "MyBoxes"
MyArray[I].Tag = I


public sub MyBoxes_Click()
  Print MyArray[Last.Tag].Name
End


2012/11/8 J_Mischk3 <admin at ...2701...>

>
> Here is my problem. At runtime I create a list (better an Array )  of
> toolboxes depending of the size of my window. So I don't know the number of
> boxes. I calculate them and use something like
>
> MyArray[I] = New toolbox(FMain)
>
> After building some toolboxes, they work very well, but how can I get the
> events of this boxes??
>
> --
> View this message in context:
> http://old.nabble.com/How-I-get-some-events---tp34655229p34655229.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> _______________________________________________
> 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