Page 1 of 1

put message

Posted: Mon May 30, 2011 6:07 pm
by adventuresofgreg
Hello: Is there an equivalent "put" for showing messages?

iOS supports the same "ask" and "amswer" dialogs, but I would like to simply display a message without any buttons (like "OK" or "cancel"). The message box would be displayed until some other condition was met, then I would cancel it (or hide it) in with a script.

Thanks!
GReg

Re: put message

Posted: Mon May 30, 2011 8:11 pm
by jacque
On mobile, "put" writes to stdout for logging. To display a message instead, you'll need to provide a field and put data into that.