Yes I read it, and it is a great resource. 2014-03-10 20:15 GMT+01:00 Pharo4Stef <pharo4Stef@free.fr>:
On 10 Mar 2014, at 13:25, Nicolai Hess <nicolaihess@web.de> wrote:
Took me definitly more than 10 minutes to understand how the system settings browser work :)
I imagine. Did you see the chapter on deepintopharo?
Still unsure how to add the network settings in the launcher settings.
1. add <pharoLauncherSettings> to NetworkSystemSettings>>networkSettiOn: (works these settings show up in the PHLSettingsBrowser)
2. Add another method in one of the PhlSettings classes with pragma <pharoLauncherSettings> and call NetworkSystemSettings>>networkSettiOn: from there? (does not work)
regards Nicolai
2014-03-10 11:12 GMT+01:00 Sven Van Caekenberghe <sven@stfx.eu>:
See NetworkSystemSettings
On 10 Mar 2014, at 11:09, Damien Cassou <damien.cassou@gmail.com> wrote:
Hi Nicolai,
On Mon, Mar 10, 2014 at 9:06 AM, Nicolai Hess <nicolaihess@web.de> wrote:
I would need a way to define the proxy settings.
would you mind trying to implement that, it should not take you more than 10 minutes: the only thing needed is to find where is the Pharo proxy setting implemented and reference it from a method with the correct pragma in Pharo Launcher. I can help you if you want.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill