Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-18 Thread jannik laval
Thank you, I added the code. Cheers, Jannik 2014-11-11 22:34 GMT+01:00 Sean P. DeNigris : > jannik laval wrote > > Could you give me access to the repository ? > > Added user JLaval as contributor > > > > - > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/ANN-New

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-11 Thread Sean P. DeNigris
jannik laval wrote > Could you give me access to the repository ? Added user JLaval as contributor - Cheers, Sean -- View this message in context: http://forum.world.st/ANN-NewExternalWebBrowser-tp4788403p4789740.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-11 Thread jannik laval
2014-11-08 17:41 GMT+01:00 Sean P. DeNigris : > jannik laval wrote > > It seems that there is no NBUnixShell. > > I have implemented the necessary for Ubuntu, in Phratch. > > > > Would you like I push it ? > > Absolutely! Is there a command or library that can open a URL that works on > all GNU+Li

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-08 Thread Sean P. DeNigris
jannik laval wrote > It seems that there is no NBUnixShell. > I have implemented the necessary for Ubuntu, in Phratch. > > Would you like I push it ? Absolutely! Is there a command or library that can open a URL that works on all GNU+Linux flavors (bonus if it's pre-loaded)? When I looked into th

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-07 Thread jannik laval
It seems that there is no NBUnixShell. I have implemented the necessary for Ubuntu, in Phratch. Would you like I push it ? 2014-11-07 14:08 GMT-03:00 Sean P. DeNigris : > Tudor Girba-2 wrote > > Actually, the ability to open a web browser is already present in the > > Pharo > > image out of the

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-07 Thread Sean P. DeNigris
Tudor Girba-2 wrote > Actually, the ability to open a web browser is already present in the > Pharo > image out of the box through NativeBoost: > > NBMacShell open: 'http://pharo.org' > NBWin32Shell shellBrowse: 'http://pharo.org' Yes, that's what I wrapped :) I just added the behavior directly t

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-06 Thread Tudor Girba
Actually, the ability to open a web browser is already present in the Pharo image out of the box through NativeBoost: NBMacShell open: 'http://pharo.org' NBWin32Shell shellBrowse: 'http://pharo.org' Cheers, Doru On Thu, Nov 6, 2014 at 6:11 PM, Sean P. DeNigris wrote: > On Nov 6, 2014, at 6:1

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-06 Thread Sean P. DeNigris
On Nov 6, 2014, at 6:19 AM, jannik laval [via Smalltalk] wrote: > Thank you Sean, I will integrate it in Phratch. Like that, I can remove > OSProcess. n.b. I only implemented Mac OS X. I assume it would be trivial to implement in Windows, but I’m not sure of a cross-Gnu+Lunix-flavor url open c

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-06 Thread jannik laval
Thank you Sean, I will integrate it in Phratch. Like that, I can remove OSProcess. Cheers, Jannik 2014-11-05 9:15 GMT-03:00 Ben Coman : > Sean P. DeNigris wrote: > >> Tudor Girba-2 wrote >> >>> Nice :)... Thanks, >>> >> >> No problem! BTW let's not depend on NewExternalWebBrowser surviving as th

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-05 Thread Ben Coman
Sean P. DeNigris wrote: Tudor Girba-2 wrote Nice :)... Thanks, No problem! BTW let's not depend on NewExternalWebBrowser surviving as the project's name ;) Don't be a newb...? ;) - Cheers, Sean -- View this message in context: http://forum.world.st/ANN-NewExternalWebBrowser-t

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-04 Thread Sean P. DeNigris
Tudor Girba-2 wrote > Nice :)... Thanks, No problem! BTW let's not depend on NewExternalWebBrowser surviving as the project's name ;) - Cheers, Sean -- View this message in context: http://forum.world.st/ANN-NewExternalWebBrowser-tp4788403p4788461.html Sent from the Pharo Smalltalk Users m

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-04 Thread Tudor Girba
Nice :) Thanks, Doru On Tue, Nov 4, 2014 at 7:39 PM, Sean P. DeNigris wrote: > Not too long ago, someone requested the ability to open a URL in an > external > browser. > > Now that Pharo has NativeBoost, it seems we could implement > ExternalWebBrowser much more simply. Here's a first commit f

[Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-04 Thread Sean P. DeNigris
Not too long ago, someone requested the ability to open a URL in an external browser. Now that Pharo has NativeBoost, it seems we could implement ExternalWebBrowser much more simply. Here's a first commit for Mac OS X. Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground';