[Gambas-user] Arrays of controls..

EA7DFH ea7dfh at ...2382...
Fri Feb 11 22:00:28 CET 2011


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
-- 
Jesus, EA7DFH




More information about the User mailing list