[Gambas-user] Arrays of controls..

Stephen Bungay sbungay at ...981...
Sat Feb 12 05:34:25 CET 2011


   Yes it worked. I'm just so used to typing PRIVATE SUB ... that I 
gapped it and then couldn't see the forest for the darn trees in the way.


On 02/11/2011 04:00 PM, EA7DFH wrote:
> El 11/02/11 21:18, Stephen Bungay escribió:
>
> <snipped>
>
>> ' This one does not trap
>> PRIVATE SUB ToggleButtons_click()
>>     STOP
>> END
>>
>> the click
>> event "ToggleButtons_click" fires (this does NOT happen).
> Well, I think you *must* declare as PUBLIC this method to work.
>
> PUBLIC SUB ToggleButtons_click()
>      PRINT LAST.tag
> END
>
>
> Tell us if it worked
>
> Regards





More information about the User mailing list