The lesson available at http://lessons.runrev.com/spaces/lesson ... een-in-iOS
seems to be throwing an error:
"card id 1002: execution error at line 3 (Function: error in function handler) near "iphoneControls", char 42"
Can anyone duplicate it? I downloaded the lesson files and ran it in the simulator which seems to work but the error still appears in an error message window in LiveCode.
Error in Lesson
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Error in Lesson
The underlying purpose of Al is to allow wealth to access skill
while removing from the skilled the ability to access wealth.
while removing from the skilled the ability to access wealth.
Re: Error in Lesson
Hi dalkin,
unfortunately the desktop engine does not recognize all the mobiel handlers/functions and throws an error!
So you need to use "if then":
...
if the environment = "mobile" then
## do your iPhone stuff
end if
...
Best
Klaus
unfortunately the desktop engine does not recognize all the mobiel handlers/functions and throws an error!

So you need to use "if then":
...
if the environment = "mobile" then
## do your iPhone stuff
end if
...
Best
Klaus