Sub-stack hassles with bg grc
Posted: Tue Jun 18, 2013 9:00 pm
Hi,
Have a main stack now that works fine (shape as a grc, bg as a grc, 4 cards). Now, dependent of the choices of this main stack I want to show a sub stack window at a certain point.
My code:
For some strange reason sub-stack "content", that doesn't have more than a bg group consisting of the card bg, a title field and an exit btn right now, loses it's loc any other time i save it. And loses its bg grc (part of the group), and shows at strange places.
To be clear: anything works ok, but when I use the saved work the other morning, all's gone haywire?
I have set the locs (and the visible) of the sub-stack over and over, but too often the next day the loc as well as the bg grc is borked. Really, I save it every day when it works, to find a borked version the other day.
What's goin on, anybody an idea?
Have fun!
Have a main stack now that works fine (shape as a grc, bg as a grc, 4 cards). Now, dependent of the choices of this main stack I want to show a sub stack window at a certain point.
My code:
Code: Select all
lock screen
go cd the short name of me of stack "content"
move stack "content" to the right of me +397, the top of me + 490
show stack "content"
unlock screen
To be clear: anything works ok, but when I use the saved work the other morning, all's gone haywire?
I have set the locs (and the visible) of the sub-stack over and over, but too often the next day the loc as well as the bg grc is borked. Really, I save it every day when it works, to find a borked version the other day.
What's goin on, anybody an idea?
Have fun!