Page 1 of 1

Visible resizing of sub-Stack Cards

Posted: Sat Oct 18, 2014 11:27 am
by Traxgeek
Hi,

I'm developing an app where a MainStack script displays a sub-Stack card. Both stacks (and all cards) are configured full screen using a main-Stack 'preOpenStack' script which includes the following lines :

Code: Select all

set the fullscreenmode of me to exactFit
set the fullscreenmode of stack "sstkDialogs" to exactFit
OK. First : "fullscreenmode" is REALLY COOL ! Superb... what a lot of saved coding on my behalf... :D ( I'm not sure enough praise is handed out where praise is due so... FANTASTIC )

To my problem : The cards on the MainStack behave (mostly) without issue; they display perfectly (another :D ) BUT the first time I open any sub-Stack card it is displayed original size (smaller than my screen) in the top, left corner and then expands out to fit (UGLY). This ONLY happens the FIRST time I display a sub-Stack card - therein after any sub-Stack cards that have already been displayed appear as expected (full screen - no visual resizing is apparent :) )

I've tried opening and closing sub-Stack cards invisibly etc but... no dice...

Any ideas please ?

Re: Visible resizing of sub-Stack Cards

Posted: Sun Oct 19, 2014 1:48 am
by Simon
Hi Traxgeek,
I see this as well but with my main stack.

Simon
Edit;
I just tested and this has something to do with the scripts (probably in preOpencard/stack), I have a simple project where this does not happen.

Re: Visible resizing of sub-Stack Cards

Posted: Thu Oct 23, 2014 1:38 pm
by Traxgeek
Thanks Simon,
I'll go have a play with my cards and open / preopen scripts...