Re: messages question

2010-12-31 Thread Yves COPPE
Le 30 déc. 2010 à 23:25, Mark Schonewille a écrit : > Yves, > > It wasn't clear to me that you don't open Dialogues immediately when Accueil > opens. I had the impression Dialogues has to open automatically when Accueil > opens. > > You can do exactly the same trick in Accueil as in Dialogues

Re: messages question

2010-12-30 Thread Mark Schonewille
Yves, It wasn't clear to me that you don't open Dialogues immediately when Accueil opens. I had the impression Dialogues has to open automatically when Accueil opens. You can do exactly the same trick in Accueil as in Dialogues. on preOpenStack hide this stack send "initialiseStack" to me

Re: messages question

2010-12-30 Thread Yves COPPE
Le 30 déc. 2010 à 23:00, Mark Schonewille a écrit : > Yves, > > What do you have in the script of your mainstack *now*? What is the name of > the mainstack and what is the name of the substack? > > -- > Best regards, > re Mark, the main stack : "accueil' the substack "dialogues" the main

Re: messages question

2010-12-30 Thread Mark Schonewille
Yves, What do you have in the script of your mainstack *now*? What is the name of the mainstack and what is the name of the substack? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogr

Re: messages question

2010-12-30 Thread Yves COPPE
Le 30 déc. 2010 à 22:41, Mark Schonewille a écrit : > Hi Yves, > > Do it in the script of the substack, not in the script of the mainstack. Use > my script. > your script was in the substack and works great but the script of the mainstack that launch the substack stops and doesn't run furt

Re: messages question

2010-12-30 Thread Mark Schonewille
Hi Yves, Do it in the script of the substack, not in the script of the mainstack. Use my script. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the

Re: messages question

2010-12-30 Thread Yves COPPE
Le 30 déc. 2010 à 22:16, Mark Schonewille a écrit : > Yves, > > I'm not sure what is going on. Your modal substack should be able to send > messages to itself. What's the problem? Have you got any additional info? > i have tried this : in the script of the mainstack : hide stack

Re: messages question

2010-12-30 Thread Yves COPPE
Le 30 déc. 2010 à 22:16, Mark Schonewille a écrit : > Yves, > > I'm not sure what is going on. Your modal substack should be able to send > messages to itself. What's the problem? Have you got any additional info? > i have tried this : in the script of the mainstack : hide stack "

Re: messages question

2010-12-30 Thread Mark Schonewille
Yves, I'm not sure what is going on. Your modal substack should be able to send messages to itself. What's the problem? Have you got any additional info? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twi

Re: messages question

2010-12-30 Thread Yves COPPE
Le 30 déc. 2010 à 21:56, Mark Schonewille a écrit : > Yves, > > Do you mean openStack or preOpenStack? > > Put the scripts into the (modal) substack. > re, in the preopenstack script of the substack (modal stack) Greetings. Yves COPPE yvesco...@skynet.be _

Re: messages question

2010-12-30 Thread Mark Schonewille
Yves, Do you mean openStack or preOpenStack? Put the scripts into the (modal) substack. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Install

Re: messages question

2010-12-30 Thread Yves COPPE
Le 30 déc. 2010 à 21:03, Mark Schonewille a écrit : > 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, r

Re: messages question

2010-12-30 Thread Mark Schonewille
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 o

messages question

2010-12-30 Thread Yves COPPE
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 mes