Keeping stacks on-screen

2011-12-26 Thread Richmond
Here's a fairly Quick-n-Dirty script which will do the magic if pasted into the stack script of any stack that is going wandering: on moveStack put the short name of this stack into THSTK if the left of stack THSTK (item 1 of the screenRect) then set loc of stack THSTK to the

Re: Keeping stacks on-screen

2011-12-26 Thread Colin Holgate
These first two entries should be and not . Might explain your other problem too. On Dec 26, 2011, at 12:10 PM, Richmond wrote: on moveStack put the short name of this stack into THSTK if the left of stack THSTK (item 1 of the screenRect) then set loc of stack THSTK to the

Re: Keeping stacks on-screen

2011-12-26 Thread Richmond
On 12/26/2011 07:55 PM, Colin Holgate wrote: These first two entries should be and not. You're right there. Might explain your other problem too. On Dec 26, 2011, at 12:10 PM, Richmond wrote: on moveStack put the short name of this stack into THSTK if the left of stack THSTK