Re: Maximize A Stack

2010-12-07 Thread Klaus on-rev
Hi all, >> ... > You could try 'the windowBoundingRect' instead of 'the screenRect' - this > should leave room for the dock at least > It is a read-write global property... You can also SET this property! :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___

Re: Maximize A Stack

2010-12-07 Thread Jan Schenkel
--- On Tue, 12/7/10, Warren Kuhl wrote: > I tried > set the rect of stack 'whateverName' to screenRect() > > Although it maximizes my stack...it cuts everythings from > the > screen...including my task bar and the top of my stack. > > It is really weird as I started a new stack with nothing

Re: Maximize A Stack

2010-12-07 Thread Warren Kuhl
I tried set the rect of stack 'whateverName' to screenRect() Although it maximizes my stack...it cuts everythings from the screen...including my task bar and the top of my stack. It is really weird as I started a new stack with nothing added and try to maximize it and it is only covering half

Re: Maximize A Stack

2010-12-06 Thread Warren Kuhl
ThanksI will give this a shot! Appreciate the help, Warren On Mon, Dec 6, 2010 at 12:58 PM, John Dixon wrote: > > set the rect of stack 'whateverName' to screenRect() > > > Date: Mon, 6 Dec 2010 12:31:52 -0600 > > Subject: Maximize A Stack > > From: warrenk...@gmail.com > > To: use-livecode

RE: Maximize A Stack

2010-12-06 Thread John Dixon
set the rect of stack 'whateverName' to screenRect() > Date: Mon, 6 Dec 2010 12:31:52 -0600 > Subject: Maximize A Stack > From: warrenk...@gmail.com > To: use-livecode@lists.runrev.com > > When I click the maximize button on my stack...the stack is not maximizing > to my window. It seems to max

RE: Maximize A Stack

2010-12-06 Thread John Dixon
set the rect of stack 'whateverName' to screenRect() > Date: Mon, 6 Dec 2010 12:31:52 -0600 > Subject: Maximize A Stack > From: warrenk...@gmail.com > To: use-livecode@lists.runrev.com > > When I click the maximize button on my stack...the stack is not maximizing > to my window. It seems to max

Re: Maximize A Stack

2010-12-06 Thread Bob Sneidar
Are you sure you have not set limits in your stack properties? Bob On Dec 6, 2010, at 10:31 AM, Warren Kuhl wrote: > When I click the maximize button on my stack...the stack is not maximizing > to my window. It seems to maximize horizintally...but only half my screen > is filled vertically.