Stéphane Ducasse wrote:
>
> if this is based on applescript you get the answer :)
>
It looks like Applescript is only necessary for pre-unix (OS X?) Macs, so
this could be removed? Also, Andreas mentioned that even Applescript could
be rewritten without its own plugin and use FFI
(http://wiki
Torsten Bergmann wrote:
>
> Why do you rerelease the ConfigurationOfExternalWebBrowser that
> was already working in Squeak and Pharo in an own repository
> and reanounce it?
>
Hey T,
I created my own ConfigurationOf because, on the Mac, when EWB is loaded, it
tries to load the Applescript p
Hi Sean,
Why do you rerelease the ConfigurationOfExternalWebBrowser that
was already working in Squeak and Pharo in an own repository
and reanounce it?
The ConfigurationOfExternalWebBrowser was created and is still
maintained in squeaksource/MetacelloRepository ...
I think this adds more confus
if this is based on applescript you get the answer :)
Stef
On May 16, 2010, at 2:48 PM, Hilaire Fernandes wrote:
> Sean P. DeNigris a écrit :
>>> What is an external web browser?
>>> What are its goals?
>> It's an alternative to Scamper. It forwards urls to the underlying OS's
>> browser e.g. o
Hilaire Fernandes-6 wrote:
>
> Is it portable to different OS? Does it use a VM plugin?
>
Someone on squeak-dev said it worked on Windows for them.
Not sure about plugins - Applescript and FFI are dependencies.
Sean
--
View this message in context:
http://forum.world.st/ConfigurationOfExte
Sean P. DeNigris a écrit :
What is an external web browser?
What are its goals?
It's an alternative to Scamper. It forwards urls to the underlying OS's
browser e.g. on my mac, it opens the URL in a new Safari window.
And how to we use the code in this package?
"ExternalWebBrowser openOnUrl: 'w
ok thanks for the explanation.
Stef
On May 15, 2010, at 11:02 PM, Sean P. DeNigris wrote:
>
>> What is an external web browser?
>> What are its goals?
> It's an alternative to Scamper. It forwards urls to the underlying OS's
> browser e.g. on my mac, it opens the URL in a new Safari window.
>
> What is an external web browser?
> What are its goals?
It's an alternative to Scamper. It forwards urls to the underlying OS's
browser e.g. on my mac, it opens the URL in a new Safari window.
And how to we use the code in this package?
"ExternalWebBrowser openOnUrl: 'www.squeak.org'"
I haven'
thanks sean!
What is an external web browser?
And how to we use the code in this package?
What are its goals?
Stef
On May 15, 2010, at 10:37 PM, Sean P. DeNigris wrote:
>
> From post on Squeak-dev:
>
> Tested in:
> * Squeak 4.1-10145
> * Pharo 1.1-11364
>
> Squeak:
> Installer ss
> project
>From post on Squeak-dev:
Tested in:
* Squeak 4.1-10145
* Pharo 1.1-11364
Squeak:
Installer ss
project: 'SPDProjectUpdates';
install: 'ConfigurationOfExternalWebBrowser'.
(Smalltalk at: #ConfigurationOfExternalWebBrowser) load
Pharo:
Gofer new
squeaksource: 'SPDProjectUpdates';
pac
10 matches
Mail list logo