Maximize Window

Phil Davis davis.phil at comcast.net
Wed May 19 14:56:43 EDT 2004


I think you're looking for the 'iconic' stack property:

  set the iconic of this stack to [true|false]

The setting of this stack property fires the 'iconifyStack' or
'unIconifyStack' message, so you can do stuff at those times.

HTH
Phil Davis


----- Original Message -----
From: "Rob Cozens" <rcozens at pon.net>
To: "How to use Revolution" <use-revolution at lists.runrev.com>
Sent: Wednesday, May 19, 2004 11:23 AM
Subject: Re: Maximize Window


> >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)
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution



More information about the use-livecode mailing list