[Newbies] Odd desktop size

Herbert König herbertkoenig at gmx.net
Sun Jan 16 11:36:03 UTC 2011


Hi Joe,


don't know if this is a known problen.
jb> Is this a known problem, is there anything I can do about it (ie make
jb> the squeak desktop size the same under Windows the same as under

World extent

gives you the client area size of the Squeak window and:

DisplayScreen
  depth: DisplayScreen actualScreenDepth
  width: 500
  height: 400
  fullscreen: false.

sets that size to the desired value.

You can put this in the startup code of Squeak if you only want to
start the image at your defined size. Or you put it into a morph's
step method so that after dragging the Squeak window size it snaps
back.

jb> skill employers / software companies are looking for, it is quite
jb> frankly, amazing

:-)) I agree.

Cheers,

Herbert   



More information about the Beginners mailing list