-
Notifications
You must be signed in to change notification settings - Fork 76
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
savedialog() on MacOSX throws UndefVarError #414
Comments
I can reproduce your problem and additionally the function opendialog() is not working either and throws the same problem. The issue should be solved in the InterectBase.jl package. Apperently, it is not enough to define a theme variable (for example with the gettheme() function) since, after editing the source code, the opendialog() widget is not being displayed once the button is clicked. |
What version of Interact and InteractBase are you using?
|
The right side of the stack trace would have been really useful, but I see the issue is in https://github.com/piever/InteractBase.jl/blob/0a91fe6d605cafcb27b1b9c15d5fea568fb187da/src/input.jl#L113 |
I filed a bug report with InteractBase.jl |
Fix proposed in JuliaGizmos/InteractBase.jl#177 |
causes
on MacOSX
The text was updated successfully, but these errors were encountered: