On 20.01.10 at 07:50 -0600 Tereza Snyder apparently wrote:
 > Hi Tereza

That explains nothing, but could perhaps be an ad hoc solution (since I cannot reproduce the problem, I cannot test it). Try to modify your script as follows:

 function YesOrNo pQuestion, pDefaultAnswer
  set the dialogData to empty -- to be sure
 >  set the Question of stack "AskYesOrNo"  to pQuestion
  set the DefaultAnswer of stack "AskYesOrNo" to pDefaultAnswer
  modal "AskYesOrNo"
  wait until the dialogData <> empty
  return the dialogData
 end YesOrNo

 ... I cross my fingers


I will try this approach and see if it works, as I attempt to isolate the problem today. At least, using an answer dialog, I was able to release the standalone for testing yesterday.

Thanks to all for the input.

from crazyland,

tereza

Have you tried the alternative syntax

go stack "AskYesOrNo" as modal

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

Reply via email to