[Gambas-user] dynamic checkboxes

Daniel Campos dcamposf at ...626...
Tue Feb 26 17:07:12 CET 2008


I think you forgot the Show() method

26 Feb 2008 13:41:08 UT, smiefert at ...784... <smiefert at ...784...>:
> hello,
>
>  i want to create some checkboxes . how can i do this dynamicaly? i try thsi code below but it dosent work.
>
>  u think i must create a public collection and add some fields. but how?
>
>
>   FOR EACH RESsql
>     COLkundenarten[RESsql["kundenart"]] = NEW Checkbox(PANkundenart)
>      COLkundenarten[RESsql["kundenart"]].text = COLkundenarten[RESsql["kundenart"]]
>     'PRINT RESsql["kundenart"]
>   NEXT
>
>
>  -------------------------------------------------------------------------
>  This SF.net email is sponsored by: Microsoft
>  Defy all challenges. Microsoft(R) Visual Studio 2008.
>  http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>  _______________________________________________
>  Gambas-user mailing list
>  Gambas-user at lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list