[Pharo-project] Resize pharo window
Hello, I try to understand how I can change the size of the Pharo window. I tried this: Display setExtent: 1000@700 depth: 32; beDisplay. That seems to work ... but only a few milliseconds. After this delay, the window returns back to its previous size. Any suggestions? :) Adrien.
DisplayScreen depth: depthInteger width: widthInteger height: heightInteger fullscreen: aBoolean 2010/10/19 Adrien BARREAU <abarreau.dev@live.fr>
Hello,
I try to understand how I can change the size of the Pharo window.
I tried this: Display setExtent: 1000@700 depth: 32; beDisplay.
That seems to work ... but only a few milliseconds. After this delay, the window returns back to its previous size.
Any suggestions? :)
Adrien.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Adrien BARREAU -
Denis Kudriashov