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


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to