Prevent substack of messing up
Posted: Wed Mar 26, 2014 10:22 pm
Whenever I create a substack and want to edit it - my main stack keeps getting input from the mouse. To prevent this I have to script everything so it refers to the mainstack - like this:
put cMyarray[wordlist] into field "wordlist" of card "Wordlist" of stack "Mainstack"
the scripts gets very "wordy" and if I change the name of the card or the stack - I guess i shouldnt do this but...then - its a mess.
My substacks are modal when called for in the script of the mainstack - but when I want to edit them they are not....
Is there a good habit here? some simple code magic?
Sjat
put cMyarray[wordlist] into field "wordlist" of card "Wordlist" of stack "Mainstack"
the scripts gets very "wordy" and if I change the name of the card or the stack - I guess i shouldnt do this but...then - its a mess.
My substacks are modal when called for in the script of the mainstack - but when I want to edit them they are not....
Is there a good habit here? some simple code magic?

Sjat