put the url on iOS Simulator

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
campsoftware
Posts: 20
Joined: Tue Jun 14, 2011 2:35 pm

put the url on iOS Simulator

Post by campsoftware » Mon Apr 02, 2012 5:07 pm

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

Post Reply