substack locations????

Nicolas Cueto nicolas_cueto at yahoo.com
Tue Jul 19 17:55:15 EDT 2005


A stack's location is set thru its "location" 
property. For example, if the coordinates of the
right location for a substack/stack are 800,400 
then try this in that stack's script:

on preOpenstack
  set the location of me to 800,400
end preOpenstack

You can likewise retrieve the location of a stack.
E.g., type this in the Message Box:

put the location of stack "substackABC"

Cheers,
Nicolas Cueto



More information about the use-livecode mailing list