Size of a stack window...
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Size of a stack window...
Good Morning…
I have a screen display of 1440 x 900…
I make a new main stack and set width : 600, height :1500….
I save the stack to the desktop.
When I then reopen the stack its size is width : 600, height : 812…
I would like the stack to be 1500 pixels high…. any ideas on how I go about this ?
Rev Enterprise 4.0.0-dp-4 build 910
Mac OS X 10.6.1
I have a screen display of 1440 x 900…
I make a new main stack and set width : 600, height :1500….
I save the stack to the desktop.
When I then reopen the stack its size is width : 600, height : 812…
I would like the stack to be 1500 pixels high…. any ideas on how I go about this ?
Rev Enterprise 4.0.0-dp-4 build 910
Mac OS X 10.6.1
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
When rev opens a stack, it checks the size against the windowBoundingRect global property, and may change your stack size if it won't fit. The easiest workaround is to save the size in a custom property and then reset the size in a preOpenStack handler in the first card of your stack.
HTH,
Jan Schenkel.
HTH,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
Dear Dixie,
Have a look at the HTML code for embedding the revLet. It should be pretty straightforward.
Best,
Mark
Have a look at the HTML code for embedding the revLet. It should be pretty straightforward.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 111
- Joined: Sun Aug 23, 2009 7:48 am
- Contact: