Zettexe
Zettexe
> Is it possible that another program had this directory open? Not in my test case, I created an entirely new folder structure and immediately attempted to delete it using...
It's not, I had both me and my friends connection speed tested.
Updated the original post with a minimal repro, easiest way to see the issue is to minimize the running game for a couple minutes then come back to it. The...
That would work, however, I am looking for something like the Windows Notepad Save File as dialogue where it completely blocks access to the main window until the save dialog...
I looked into other solutions and Godot 4's new Window class with the Exclusive and Popup flags set actually works exactly how I would want it. Is there any possibility...
My current solution is to simply open a new Window 1x1px in size at position x: -1, y: -1 making it invisible and disabling all rendering related things on it....
Tried it and it doesn't really work as intended, it just ends up creating an infinite loop of reopening the dialog if you close it. I did however find something...
Unless you can input Godots window handles into the plugin I think this is the best we can do. You could potentially change the type of the classes to inherit...
From what I saw in the Popup class, they disable some of the window properties so I imagine you would be able to do so with any property. Also I...
After some further investigation the bigger offset appears to happen when focusing on windows. As far as I can tell its only happening the first time the cursor focuses on...