Preserving Pharo Window state between sessions
Is there a way to preserve the window state after saving the image on quit and restarting it again? If I save my image window maximized I would like it to be maximized when starting again. Having it otherwise can be annoying when moving from different screen resolutions, because a 1920x1080 maximized window becomes a "floating" (non-maximized) window that size on a smaller screen. I guess this is controlled by the VM and not the image, but there is a way to maximize the window from the image? This way it could be a preference of some sort. Regards, Esteban A. Maringolo
What happened with the HostWindowProxy? El mar., 5 may. 2020 a las 15:32, Esteban Maringolo (<emaringolo@gmail.com>) escribió:
Is there a way to preserve the window state after saving the image on quit and restarting it again?
If I save my image window maximized I would like it to be maximized when starting again.
Having it otherwise can be annoying when moving from different screen resolutions, because a 1920x1080 maximized window becomes a "floating" (non-maximized) window that size on a smaller screen.
I guess this is controlled by the VM and not the image, but there is a way to maximize the window from the image? This way it could be a preference of some sort.
Regards,
Esteban A. Maringolo
participants (2)
-
Esteban Maringolo -
Hernán Morales Durand