Page 1 of 1

Size of a stack window...

Posted: Sat Oct 10, 2009 8:43 am
by Dixie
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

Posted: Sun Oct 11, 2009 4:13 pm
by Janschenkel
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.

Posted: Sun Oct 18, 2009 2:47 pm
by Dixie
Good Afternoon Jan,

Thanks for the reply... Your workaround works, but not it seems when the stack is used as a revlet... I would like the revlet to be 1500 px tall in a browser..

be well

Posted: Sun Oct 18, 2009 3:48 pm
by Mark
Dear Dixie,

Have a look at the HTML code for embedding the revLet. It should be pretty straightforward.

Best,

Mark

Posted: Mon Oct 19, 2009 11:02 pm
by hliljegren
Even if this has nothing to do with your original question I must ask. Why do you need a revlet that big?

Posted: Tue Oct 20, 2009 9:48 am
by Dixie
Mark...

Thanks for your reply, I looked at the html code for embedding the revlet and it is straight forward...

hliljegren... I am playing about matching a page constructed with html and building the same using runrev... really just to see what you can and can't do.

be well