Hi @all,
i read the documentation and did a search on the forum, but no luck.
I would like to raise an event once a checkbox gets changed ( checked/unchecked).
I use this kind of statements for all my events:
AddEvent ("button2", "Click", "my sub")
AddEvent ("checkbox8", "<event>", "my sub")
This works for menus and buttons so far, but i could not find, what the name of the event is, that is being raised by checking/unchecking a checkbox.I tried several values ( "checked" etc.) but none worked.
I'm sorry, but i have to say(again), that the Basic4PPC documentation is still very poor, a lot of questions in the forum here would not be necessary with a better documentation...
So what are the valid events for a checkbox..?
regards,
TWELVE
i read the documentation and did a search on the forum, but no luck.
I would like to raise an event once a checkbox gets changed ( checked/unchecked).
I use this kind of statements for all my events:
AddEvent ("button2", "Click", "my sub")
AddEvent ("checkbox8", "<event>", "my sub")
This works for menus and buttons so far, but i could not find, what the name of the event is, that is being raised by checking/unchecking a checkbox.I tried several values ( "checked" etc.) but none worked.
I'm sorry, but i have to say(again), that the Basic4PPC documentation is still very poor, a lot of questions in the forum here would not be necessary with a better documentation...
So what are the valid events for a checkbox..?
regards,
TWELVE