Hi,

Actually, I made such an external some time ago. I could put it on-line in a 
few days (I'm still re-installing my server).

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour 
spaces. http://www.color-converter.com

We have time for new software development projects. Contact me for a quote.

On 14 January, we suffered severe server problems. If you tried to send an 
e-mail between 13 and 18 January and didn't get a reply, please try again.




On 22 jan 2013, at 04:53, Monte Goulding wrote:

> Woah... before we start re-inventing the wheel.... Can't think why the engine 
> isn't just passing the url to UIApplication openURL: but that would be a 
> pretty easy external to write:
> 
> lcidl file:
> 
> command openURL
>       in pURL as objc-string
>       return boolean
> 
> implementation file:
> 
> bool openURL (NSString *pURL)
> {
>       return [[UIApplication sharedApplication] openURL:[NSURL 
> URLWithString:pURL]];
> }
> 
> 



_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to