Re: [Gambas-user] CheckBox Group property for created Checkbox

2012-04-29 Thread Benoît Minisini
Le 29/04/2012 09:17, Ian Roper a écrit : > Greetings all, > > If you create a new checkbox as a child of an existing control > > Dim MyCheckbox as Checkbox > > Checkbox = New checkbox(MyScrollView) as "MyCheckboxName"& > Str(RecordId) '"MyCheckboxName" & Str(RecordId)' is actually the Group pr

[Gambas-user] CheckBox Group property for created Checkbox

2012-04-29 Thread Ian Roper
Greetings all, If you create a new checkbox as a child of an existing control Dim MyCheckbox as Checkbox Checkbox = New checkbox(MyScrollView) as "MyCheckboxName" & Str(RecordId) Checkbox.Group = "MyCheckBoxGroup" is not valid. The Group property is not visible in the list of available pro