On preOpenstack
  Hide this stack
  Send "initialiseStack" to me in 0 millisecs
End preOpenstack

On initialiseStack
  Set the loc of this stack to the screenLoc
  Show this stack
End initialiseStack

--
Kind regards,

Mark Schonewille
Economy-x-Talk
Http://economy-x-talk.com

Share the clipboard of your computer over a local network with Clipboard Link 
http://clipboardlink.economy-x-talk.com


Op 30 dec. 2010 om 20:52 heeft Yves COPPE <yvesco...@skynet.be> het volgende 
geschreven:

> Hello list,
> 
> this is a piece of a very large and complex main stack with many substacks
> I have a script with a strange behavior
> 
> on preopenStack
>       set the loc of this stack to the screenloc
> end preopenStack
> 
> the stack is not at the screenloc
> 
> now I write this :
> 
> on preopenStack
>       lock messages
>       set the loc of this stack to the screenloc
> end preopenStack
> 
> the stack is at the screenloc
> 
> now if I write this :
> 
> on preopenStack
>       lock messages
>       set the loc of this stack to the screenloc
>       unlock messages
> end preopenStack
> 
> the stack is not at the screenloc
> 
> 
> So there is probably somewhere a message that disturbs the messages after the 
> preOpenStack handler
> Where can I find this
> When I set a breakpoint to trace the script I don't find this message
> 
> 
> Thank you.
> 
> Greetings.
> 
> Yves COPPE
> yvesco...@skynet.be
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to