Packaging into the sole Squeak window

Lex Spoon lex at cc.gatech.edu
Wed Apr 26 09:59:01 UTC 2000


Keep in mind, not every machine Squeak runs on *has* windows that can be
resized.  On some platforms, you just have to deal with whatever viewing
space you are given.

Probably a good approach is to *request* a window resize, and then to
center your morph in the display that you get.

-Lex



"David N. Smith \(IBM\)" <dnsmith at watson.ibm.com> wrote:
> All:
> 
> I've got an application packager (which is application dependent) which generates an image which has no development tools, source or changes files.
> 
> It all lives in a rectangular morph.
> 
> I'd like to change the size of the Mac's window, the one into which Squeak writes. The only available options that I can find let me use the full screen, or use whatever has manually been set.
> 
> Ideally, I would like to tell the Mac's window to be MxN, where MxM is the size of the rectangular morph. The single Mac window would then be the cloned applications window.
> 
> It sounded simple at first, but I can see no way to do it from Smalltalk.
> 
> Anyone have any ideas?
> 
> Dave
> _______________________________
> David N. Smith
> IBM T J Watson Research Center
> Hawthorne, NY
> _______________________________
> Any opinions or recommendations
> herein are those of the author  
> and not of his employer.





More information about the Squeak-dev mailing list