Hi Bidge,
well, I also do not understand what you are after from your first post here?
bidgeeman wrote:Hi Mark.
Yes....you're probably right about reconsidering the interface.
Is it possible to have two stacks locked together?
So that when you move the mainstack the second stack follows it?
Cheers
Bidge
But this is definitively possible, see "movestack" in the docs.
This message is being sent continuously to a stack as long as the
user moves the window on the screen.
Example:
1. You have stack "A" and "B".
2. You want to stick stack "B" to the right side of stack "A" when the user moves stack "A".
3. Put this into the stack script of stack "A":
Code: Select all
on movestack
## Important!
## First check if stack "B" is really open!
if "B" is not in the openstacks then
exit movestack
end if
## Stack "B" is open:
set the topleft of stack "B" to the topright of stack "A"
end movestack
Now move your ass and your mind will follow!
Erm... I mean of course: move stack "A" and stack "B" will follow
Best from germany
Klaus