forwarding... Begin forwarded message:
From: Philippe Back <philippe.back@gmail.com> Subject: RE : Re: [Pharo-project] How to open a file with external app Date: 28. März 2013 08:07:54 MEZ To: Max Leske <maxleske@gmail.com>
There is an example in the dic/help server that uses nb to open a web browser that way (NB)
Philippe Back
Max Leske <maxleske@gmail.com> a écrit :
On 27.03.2013, at 23:26, Camillo Bruni <camillobruni@gmail.com> wrote:
The only solution currently is to use OSProcess and - open under OSX - gnome-open under linux
Or use NativeBoost (e.g. run C code that does what you want). But Camillo's solution is certainly easier to implement.
On 2013-03-27, at 23:05, jannik.laval <jannik.laval@gmail.com> wrote:
Hi pharoers,
Is it possible to select a file and open it with an external application ? For example, I need to open a pdf file.
How can I do that ?
Thank you for the help, Jannik