"can't find object"
J. Landman Gay
jacque at hyperactivesw.com
Fri Oct 25 21:16:01 EDT 2002
On 10/25/02 5:37 PM, erik hansen wrote:
> stack "metacard menu bar" contains substacks like
> "control browser" & "script debugger".
>
> exists(stack "script debugger")
> returns "true"
> put the rect of (stack "script debugger")
> returns "can't find object"
>
> is there a way to position & open these substacks
> in a startup handler?
Leave off the parentheses:
put the rect of stack "script debugger"
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the metacard
mailing list