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

[CRASH] occurs when trying to access a widget value from a gob! where it is not defined #2627

Closed
Oldes opened this issue Oct 2, 2024 · 0 comments
Labels

Comments

@Oldes
Copy link
Owner

Oldes commented Oct 2, 2024

This is OK:

>> btn: make gob! [widget: [button "Hello"]]
== make gob! [offset: 0x0 size: 100x100 widget: 'button]

>> btn/widget
== 'button

But this crashes:

>> g: make gob! []
== make gob! [offset: 0x0 size: 100x100]

>> g/widget ;== CRASH!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant