Gary, I saw mention of it, but I took "full screen" too literally.
Thanks! Bill Wilhelm K. Schwab, Ph.D. University of Florida Department of Anesthesiology PO Box 100254 Gainesville, FL 32610-0254 Email: [email protected] Tel: (352) 273-6785 FAX: (352) 392-7029 >>> [email protected] 01/14/09 8:02 AM >>> ----- Original Message ----- From: "Bill Schwab" <[email protected]> To: <[email protected]> Sent: Wednesday, January 14, 2009 12:05 AM Subject: Re: [Pharo-project] [ANN][Dev-Images] January 2000 versions > Damien, all, > > Very impressive! I am looking forward to the new parser and a few > other things, but the results are speaking for themselves. One cosmetic > detail is that OB and Vistary (and even SoftSqueak) are not nearly as > happy as OB and Watery 2. I notice it most in the buttons, especially > those "in" the source pane. > > Gary, thinking ahead some (ok, a LOT), to deployed desktop apps, have > you given any thought to how one would create an alignment morph (or > whatever you recommend) maximized in the world to allow the non-client > parts of the host window to take over as the title bar and friends? Or, > are you expecting us to move to a way to allow individual host windows? > At some point, I would want to create what amounts to an SDI app. > Currently, the feel is essentially MDI. There is a FullscreenMorph in Polymorph-Widgets that we use. StandardWindow and subclasses support openFullscreen along with a few other bits to help out in deployed applications (see class comment). To change the host-windows title you will need to change your Squeak.ini (trickier in Linux...). Preferences class>>disableProgrammerFacilitiesWithoutWarning may also be of some help for deployed applications ;-) Regards, Gary. > > Bill > > > > Wilhelm K. Schwab, Ph.D. > University of Florida > Department of Anesthesiology > PO Box 100254 > Gainesville, FL 32610-0254 > > Email: [email protected] > Tel: (352) 273-6785 > FAX: (352) 392-7029 > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
