put message

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

put message

Post by adventuresofgreg » Mon May 30, 2011 6:07 pm

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

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: put message

Post by jacque » Mon May 30, 2011 8:11 pm

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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply