RE: returnKey and ask on iPhone

2020-07-15 Thread Ralph DiMola via use-livecode
n Friedman via use-livecode Sent: Tuesday, July 14, 2020 7:29 PM To: How to use LiveCode Cc: Dan Friedman Subject: returnKey and ask on iPhone Question... Why doesn't the returnKey on my iPhone change to the "Next" option? mobileSetKeyboardReturnKey "next" ask

returnKey and ask on iPhone

2020-07-14 Thread Dan Friedman via use-livecode
Question... Why doesn't the returnKey on my iPhone change to the "Next" option? mobileSetKeyboardReturnKey "next" ask "" with pLabel titled askTitle if the result = "cancel" then exit thisThing end if put it into tAskData What am I doing wrong? -Dan