Message from discussion
FXRuby or wxRuby?
Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!nntp.eutelia.it!nntp.infostrada.it!twister1.libero.it.POSTED!not-for-mail
From: gabriele renzi <surrender...@remove-yahoo.it>
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: it, it-it, en-us, en
MIME-Version: 1.0
Newsgroups: comp.lang.ruby
Subject: Re: FXRuby or wxRuby?
References: <VwGJe.3764$qE.937578@juliett.dax.net> <1123504713.42f75249e0e7a@mail.atlantis.sk>
In-Reply-To: <1123504713.42f75249e0e7a@mail.atlantis.sk>
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 16
Message-ID: <itJJe.9184$HM1.270084@twister1.libero.it>
Date: Mon, 08 Aug 2005 13:53:18 GMT
NNTP-Posting-Host: 151.37.145.143
X-Complaints-To: abuse@net24.it
X-Trace: twister1.libero.it 1123509198 151.37.145.143 (Mon, 08 Aug 2005 15:53:18 MET DST)
NNTP-Posting-Date: Mon, 08 Aug 2005 15:53:18 MET DST
Organization: [Infostrada]
da...@vallner.net ha scritto:
> The "ugly" says is all. FOX looks very foreign to me on Windows, doesn't seem to
> even try to look like the XP widgets do. I stopped playing with FreeRIDE
> because of the file dialog used, which doesn't remember the last location
> visited, for example.
Maybe this can interest you: if you look at mondrian IDE, which should
be now free/open sourced, you may notice it uses a native file selector
on win32 even if it is using FOX, thanks to win32.rb.
It is extremely simple to take the file selection class and import it in
freeride, since it basically just overrides FXFileDialog (IIRC).
I did it for my own use in the past, but I never contributed it to FR
since I'm not sure about the legal issues.