It would be great if there would be a away of stalling the execution of a function until the next frame.
I know that there are workarounds to that using the run-method or the executeDAT.
But if also often use the chooseFile method, which does exactly this. It opens a dialog, pauses the execution of the method calling that function and then resumes execution after a file got selected.
So, would it be possible to implement a system like this to be usable for us?