[Gambas-user] Objects on a Form
Charlie
karl.reinl at ...9...
Thu Jan 23 21:44:53 CET 2003
Salut,
without looking into the Encyclopaedia , a question.
how can I scan in a 'for each loop' all the object on a form.
I ask because it became for every form longer to fill the text with my
MLocal.module.
I think it may be possible, something like:
For each xObjext in theForm
if left(xObjext.text,1)="#" then ' that way I mark them actually
xObjext.text=Mlocal.LocalText(mid(xObjext.text,2))
endif
' item with Tooltips
next
This way I only have to mark them in the form , and in Mlocal
any ideas
Thanks Charlie
More information about the User
mailing list