Page 1 of 1

put the url on iOS Simulator

Posted: Mon Apr 02, 2012 5:07 pm
by campsoftware
I can't seem to get the following code to work on the iOS Simulator, but it works fine as a Mac app. On iOS, I get a dialog for 'Getting URL' and then nothing else happens.

Any ideas?

on mouseUp
local tPreferencesFile
answer "Getting URL"
put the URL"http://forums.runrev.com" into tPreferencesFile
answer tPreferencesFile
answer "Done."
end mouseUp