Ask/Cancel in iOS

Dan Friedman dan at clearvisiontech.com
Fri Feb 3 16:54:06 EST 2012


Klaus,

That doesn't tell me if they canceled or entered nothing.  Perhaps they want to set their password to empty?  How do I know if they entered nothing, or they hit "Cancel"?


> Hi Dan,
> 
> check IT! :-)
> ...
> ask password "Enter Something" titled "Anything"
> if it = empty then
>   # nothing entered, do your stuff here...
> ...
> 
> Best
> 
> Klaus
> 
> 
> > Greetings!
> > 
> > I am having a problem with the ask command in iOS.  If I do this:
> > 
> > 	ask password "Enter Something" titled "Anything"
> > 
> > and tap the "Cancel" button, the result is "cancel".  However, if I use the same line of code and enter nothing in the prompt field, then tap the "OK" button, the result still equals "cancel".  Seems like as long as the user response is empty, the result is "cancel".  How do you determine a empty response from a request to cancel?




More information about the use-livecode mailing list