Remember window-sizes after opening solution

As the window-sizes are reset to their defaults after opening a solution, I have to resize the windows for the tools for optimal screen-usage.
Therefore I request to save the sizes as a property of the corresponding window.

Nice idea but only when we can check/uncheck this option. I wouldn’t want the window to resize al the time because the user decided, somewhere, he/she needed more realestate just once…

Just code it yourself: onSolutionStart/onSolutionClode methods retrieving and setting the size.

Use get/setUserProperty to store/retrieve the settings.

Paul

Thanks for the tips !
In the mean time, I’ve found out, that Servoy acutally does remember the positions.
But, as I have several instances of Servoy open (for several modules), every time I quit an instance of Servoy, the window-positions of that instance are saved in the Servoy-preferences.
Now, when I want to set the positions, I make sure to only have one instance open and that works fine
But thanks, anyway !