-
Notifications
You must be signed in to change notification settings - Fork 6
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
Help request: onchange of MultiLineEntry is never called #16
Comments
Edit: If I add this line after I create the MultilineEntry:
Then my callback gets called, however there is an error showing:
|
another update: I changed the code in the
|
Does HEAD not work either? I believe I fixed the issue "pointer being freed was not allocated" already. Though I do need to look into the first one you mentioned. |
Please try using the most recent release 0.8.2! Both of these issues should be fixed. |
Hey, |
🩷 |
Hi,
I´m fairly new to Nim and Uing. I started creating a text field, but I cant figure out why the onchanged function is never called, when I type something:
When I run this with
nimble run
I get a window with a multi line edit, everything looks good, however if I type in the text field, I cant see the echo output in the onChanged procedure (I do see the "starting..." output however). Im on a m1 macbook with macOs 14.5
Thanks a lot for any help!
The text was updated successfully, but these errors were encountered: