Hi is it possible to open a file in an external program from within rhodes? Open / Viewing a pdf or epub?

Thanks a lot!

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes it is.

Use System.open_url : you can provide any url with any schema(http, file etc), depending of platform will be run associated application to handle this url

System.open_url('http://www.rhomobile.com')

It is also explained here in the Rhodes Documentation and you can find a code sample of how to do it here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.