Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3773

Checkbox Question

$
0
0

Xojo Version 1.2 2024 Windows. This is kind of an armature question on the Checkbox Control. For trapping - I need to change the Checkbox value to false (unchecked) without triggering the code in the Checkbox Change Event. Both code examples below still trigger the Change Event code which I don’t want (Setting Off a Bug In My Program), I just want to change it’s state. Is it possible or is there a work around?

Checkbox1.Value = False
' Or
Checkbox1.VisualState = Checkbox.VisualStates.Unchecked

Thank You
Jeff

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3773

Trending Articles