We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.2 0c2144d
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
When you use DisplayServer.file_dialog_show(), Godot freezes until the dialog is closed:
DisplayServer.file_dialog_show()
For reference, here's how Chrome handles it (🔊):
@tool extends EditorScript func _run() -> void: DisplayServer.file_dialog_show("Dialoog", "C:/", "", false, DisplayServer.FILE_DIALOG_MODE_OPEN_FILE, [], Callable())
N/A
The text was updated successfully, but these errors were encountered:
This should be fixed by #79693
Sorry, something went wrong.
bruvzg
No branches or pull requests
Godot version
4.2 0c2144d
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
When you use
DisplayServer.file_dialog_show()
, Godot freezes until the dialog is closed:godot.windows.editor.dev.x86_64_6xtybPE0Bk.mp4
For reference, here's how Chrome handles it (🔊):
chrome_OTwDUFsve1.mp4
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: