You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Control.IsOffscreen property does not work as expected.
When I retrieve the IsOffscreen property of a control, it always returns 0 regardless of the control's state, whereas it is expected to return a Boolean value indicating whether the control is offscreen.
You can observe the phenomenon in this code block:
# function_group is a GroupControl objectprint(function_group.IsOffscreen) # always output 0
The text was updated successfully, but these errors were encountered:
Kendr1ckFu
changed the title
Control.IsOffscreen
Control.IsOffscreen always returns 0 instead of Bool type
Jan 16, 2025
The
Control.IsOffscreen
property does not work as expected.When I retrieve the IsOffscreen property of a control, it always returns 0 regardless of the control's state, whereas it is expected to return a Boolean value indicating whether the control is offscreen.
You can observe the phenomenon in this code block:
The text was updated successfully, but these errors were encountered: