Re: [Gambas-user] Control arrays
Brought to you by:
gambas
|
From: Ahmad K. <en...@li...> - 2003-07-20 22:52:30
|
>In any case, you would then want to put all those controls into a group (in >code it's something like mycontrol = new Label as Labels) so that you can >handle all the events with one bit of code. > >Rob Thnx A LOT, Rob, but could u plz show how to put them in a group with code, in my specific case(labels)? I am new to not making an array graphically. |