-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dialog stuck after pressing Ok button on macos #42
Comments
Sorry, that problem was related to other parts of my application. I created a test project which only includes this library and it worked fine. |
Could you share the actual problem? I'd like to add some note in the documentation so that other users don't hit the same bug. |
I could not actually find the source of issue. If I use that in a sample project it works fine but when I add it to my main project, it stuck and I think the issue might be related to context, here is the content of "nvdialog_dialog_box.m":
|
Consider making a PR then if the code you've posted actually works. Unfortunately I can't detect any issues with macOS since I don't use it. |
@tseli0s, I need to spend some time to update all other objective-c files. |
Sure, take your time. But don't close the issue, this one has not been resolved yet so it has to remain open. |
Hi,
I tried to compile and use this library on MacOS (12.6 Monterey), but the problem is that when I show a dialog if I click on OK button it hangs.
The issue is exactly same as this one:
https://developer.apple.com/forums/thread/19540
The text was updated successfully, but these errors were encountered: