-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to raise rows or columns number in Table #126
Comments
I'm back on that project. What I'm writing is a simple viewer for arrow/parquet files, an internal tool. |
@pwiecz nothing? |
I tried to replicate problem on Linux or Windows, as I don't have access to a Mac machine (especially not to an arm-based), but with no success. :( |
not sure recently, at the time I opened the issue yes. |
go-fltk version: main branch
system: MacOS 14.4.1
arch: aarm64
When trying to raise the number of rows in
go-fltk/examples/7GUIs/cells/main.go
more than 510 or when try to raise the number of columns more than 132
i get:
Apparently a similar issue
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'nextEventMatchingMask should only be called from the Main Thread!'
was resolved in the package
fltk-rs
some time ago.fltk-rs/fltk-rs#726
The text was updated successfully, but these errors were encountered: