Maximize Window

Rob Cozens rcozens at pon.net
Wed May 19 14:23:35 EDT 2004


>Is there a command that I can use to maximize a window to the full screen?

Hi Derek,

According to Rev Dictionary, "maximize" is a keyword relating to a 
window's decorations property.

So if you don't want to

   set the rect of this stack to the screenRect

or

   set the rect of this stack to the windowBoundingRect,

you might try

   lock screen
   revChangeWindowSize  [the screen width,the screen height]
   set the loc of this stack to the screenLoc
   unlock screen;

but Rev Dictionary uses "set the rect of this stack to the 
screenRect" as an example.
-- 

Rob Cozens
CCW, Serendipity Software Company

"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."

from "The Triple Foole" by John Donne (1572-1631)


More information about the use-livecode mailing list