is there a way to figure out the size and position of a formInDialog on closing (the last position/size it had)?
application.getWindowSize related functions deliver the size of the form behind the form in dialog (the main form underneath), it seems…
Could you not capture the size of the window as it was opened, and insert the into a global, or create a table for window specs to refer to in your method?
I want to remember the window sizes. Some user have big screens and if you use table view and anchors resizing is very useful. But I see no way of how I can capture the size the user chose to have…