[squeak-dev] Re: How to change ActiveWorld extent resp. host window size programmatically?

Marcel Taeumel marcel.taeumel at student.hpi.uni-potsdam.de
Mon Feb 2 08:38:55 UTC 2015


Hi!

Thank you, Bert. You made me look at DisplayScreen's methods. There is no
#hostWindowExtent: in Squeak 4.5 oder in Trunk, but this works:

DisplayScreen depth: 32 width: 1024 height: 768 fullscreen: false.
self assert: (1024 at 768) = ActiveWorld extent.

However, we should introduce #hostWindowExtent: to Trunk. :)


Best,
Marcel



--
View this message in context: http://forum.world.st/How-to-change-ActiveWorld-extent-resp-host-window-size-programmatically-tp4803109p4803120.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list