[Gambas-user] Parsing through all controls of a form
Michael Wuest
michael_wuest_1969 at ...467...
Wed Jan 18 23:36:19 CET 2006
Hi there,
in VB6 you can access all the controls of a form
by doing
for i0=0 to form1.controls.count - 1
print form1.controls(i0).name
next i0
how can I do similar things in Gambas? I played
around with form1.children and for..each but I get
an error every time after the fourth or fifth
control saying that he is referencing himself...
What is the correct method.
Thanks,
bye,
Michael.
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
More information about the User
mailing list