[freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread Matthew Toseland
On Tuesday 02 June 2009 08:24:29 Arne Babenhauserheide wrote: > On Monday, 1. June 2009 17:29:05 steve wrote: > > I looked into doing this with Java to make it cross platform, but since > > most Macs lack java6 right now it is non-trivial, and java6 is where the > > systray class was

[freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread bo-le
Am Dienstag, 2. Juni 2009 09:24:29 schrieb Arne Babenhauserheide: > On Monday, 1. June 2009 17:29:05 steve wrote: > > I looked into doing this with Java to make it cross platform, but since > > most Macs lack java6 right now it is non-trivial, and java6 is where the > > systray class was

[freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread Arne Babenhauserheide
On Tuesday, 2. June 2009 09:35:24 steve wrote: > I can certainly look into it, and i know of some projects to make it > possible. Great! Many thanks! - Arne --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- - singing a part of the history of free software -

[freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread Arne Babenhauserheide
On Monday, 1. June 2009 17:29:05 steve wrote: > I looked into doing this with Java to make it cross platform, but since > most Macs lack java6 right now it is non-trivial, and java6 is where the > systray class was apparently introduced. Could this work with the crossplatform GNUstep library

[freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread steve
I can certainly look into it, and i know of some projects to make it possible. On Tue, Jun 2, 2009 at 3:24 AM, Arne Babenhauserheide wrote: > On Monday, 1. June 2009 17:29:05 steve wrote: > > I looked into doing this with Java to make it cross platform, but since > > most Macs lack java6 right

[freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread Matthew Toseland
On Monday 01 June 2009 16:29:05 steve wrote: > Third times the charm :) > > > I wrote these as a way to learn objective-c, but they may be useful to > someone and the project may be interested in them, but if not oh well, they > were fun to write :) > > First is a small system tray item written

Re: [freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread Arne Babenhauserheide
On Monday, 1. June 2009 17:29:05 steve wrote: I looked into doing this with Java to make it cross platform, but since most Macs lack java6 right now it is non-trivial, and java6 is where the systray class was apparently introduced. Could this work with the crossplatform GNUstep library as

Re: [freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread steve
I can certainly look into it, and i know of some projects to make it possible. On Tue, Jun 2, 2009 at 3:24 AM, Arne Babenhauserheide arne_...@web.dewrote: On Monday, 1. June 2009 17:29:05 steve wrote: I looked into doing this with Java to make it cross platform, but since most Macs lack

Re: [freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread Arne Babenhauserheide
On Tuesday, 2. June 2009 09:35:24 steve wrote: I can certainly look into it, and i know of some projects to make it possible. Great! Many thanks! - Arne --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- - singing a part of the history of free software -

Re: [freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread bo-le
Am Dienstag, 2. Juni 2009 09:24:29 schrieb Arne Babenhauserheide: On Monday, 1. June 2009 17:29:05 steve wrote: I looked into doing this with Java to make it cross platform, but since most Macs lack java6 right now it is non-trivial, and java6 is where the systray class was apparently

Re: [freenet-dev] Freenet controller apps for Mac OS X

2009-06-02 Thread Matthew Toseland
On Tuesday 02 June 2009 08:24:29 Arne Babenhauserheide wrote: On Monday, 1. June 2009 17:29:05 steve wrote: I looked into doing this with Java to make it cross platform, but since most Macs lack java6 right now it is non-trivial, and java6 is where the systray class was apparently

[freenet-dev] Freenet controller apps for Mac OS X

2009-06-01 Thread steve
Third times the charm :) I wrote these as a way to learn objective-c, but they may be useful to someone and the project may be interested in them, but if not oh well, they were fun to write :) First is a small system tray item written in obj-c with the Cocoa APIs. I looked into doing this with

[freenet-dev] Freenet controller apps for Mac OS X

2009-06-01 Thread steve
Third times the charm :) I wrote these as a way to learn objective-c, but they may be useful to someone and the project may be interested in them, but if not oh well, they were fun to write :) First is a small system tray item written in obj-c with the Cocoa APIs. I looked into doing this with

Re: [freenet-dev] Freenet controller apps for Mac OS X

2009-06-01 Thread Matthew Toseland
On Monday 01 June 2009 16:29:05 steve wrote: Third times the charm :) I wrote these as a way to learn objective-c, but they may be useful to someone and the project may be interested in them, but if not oh well, they were fun to write :) First is a small system tray item written in