Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control.IsOffscreen always returns 0 instead of Bool type #300

Open
Kendr1ckFu opened this issue Jan 16, 2025 · 0 comments
Open

Control.IsOffscreen always returns 0 instead of Bool type #300

Kendr1ckFu opened this issue Jan 16, 2025 · 0 comments

Comments

@Kendr1ckFu
Copy link

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 object
print(function_group.IsOffscreen) # always output 0
@Kendr1ckFu Kendr1ckFu changed the title Control.IsOffscreen Control.IsOffscreen always returns 0 instead of Bool type Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant