How to test CheckBoxGadget??

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Fangbeast.

Before anyone says anything, it IS NOT OBVIOUS to me and there is NOTHING IN THE MANUAL about how to do it so...

Does anyone know how to check it???

Fangles
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Fangbeast.
Before anyone says anything, it IS NOT OBVIOUS to me and there is NOTHING IN THE MANUAL about how to do it so...

Does anyone know how to check it???
Never Mind, I figured it out (and it still WASN'T obvious.

(too much work and stress, not enough life)

Fangles
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Cantor.

Hi!

Use SetGadgetState to set the Checkbox "checked" or "not checked"
Use GetGadgetState to check if the Checkbox is checked or not.
How to use these commands read the manual.

--
Best regards,
Martin
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Fangbeast.
Use SetGadgetState to set the Checkbox "checked" or "not checked"
Use GetGadgetState to check if the Checkbox is checked or not.
How to use these commands read the manual.
Cantor, see above!! (but thanks anyway).

Fangles
Post Reply