Try...

on closeStack
  set the uRestoreLoc of this stack to the loc of this stack
  save this stack
end closeStack
 
on preOpenStack
  set the loc of this stack to the uRestoreLoc of this stack
end preOpenStack
 
If it fails, you have another handler over-riding the stack location setting.
 
/H
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to