-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 All, FXRuby version 1.4.2 is now available for download from this page: http://rubyforge.org/frs/?group_id=300&release_id=2738 Since this is the second release in this series (i.e. those compatible with FOX 1.4), it should still be considered unstable. Please report any problems either to the mailing list, or even better, log them in the Bug Tracker at RubyForge, here: http://rubyforge.org/tracker/?atid=1223&group_id=300&func=browse As usual, the code is provided as a Win32 installer or a binary Gem (both compatible with the latest One-Click Installer for Ruby 1.8.2), as a source gem, and as a source tarball. For instructions on compiling FXRuby from source, please see: http://www.fxruby.org/doc/build.html For a summary of the changes in this release, please see this page: http://www.fxruby.org/doc/changes.html As always, the FXRuby home page is here: http://www.fxruby.org Enjoy, Lyle -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFDCdd9FXV/hD6oMd0RAg46AJ91w7Co7W60O90RkUz+M2cMYhOszACcDlG8 9qXjm0QkhUQ3ihUww3YaYZQ=pKQb -----END PGP SIGNATURE-----
Riccardo Giannitrapani
2005-Aug-22 11:32 UTC
[fxruby-users] [ANN] FXRuby 1.4.2 Now Available
Hi first of all thanks to Lyle for this new release, it seems to me like Christmas in August :) I''ve tried it with my application and, apart of some warnings about deprecated methods that I''ll go to fix soon, it seems to work .. my only problem, for now, is that I am not able to read the registry information of my application from the ascii file .. I used to set the registry as an ascii file with the code application = FXApp.new("FRED", "FRED") application.reg().asciiMode = TRUE application.reg.read application.create and it worked fine .. I have in my %HOME%/.foxrc/FRED a FRED.ini file with all my settings .. now, with the new fox14 it seems it is not reading that file .. I''ve check the documentation and seems that the API has not changed .. any clue? Thanks a lot, Riccardo :) -- Riccardo Giannitrapani I.N.F.N - Sezione di Trieste and Dipartimento di Fisica Universita` di Udine - Via delle Scienze, 206 Udine (Italy) Room L1-14-BE Tel (Office): +39-0432-558209 Home Page: http://www.fisica.uniud.it/~riccardo ICQ# 86590904 ---- There are only 10 kinds of people in this world: those who understand binary and those who don''t. (Anonymous)
lyle@knology.net
2005-Aug-22 11:37 UTC
[fxruby-users] Re: [ANN] FXRuby 1.4.2 Now Available
On Mon, 22 Aug 2005 17:41:17 +0200, "Riccardo Giannitrapani" <riccardo@fisica.uniud.it> wrote :> I''ve tried it with my application and, apart of some warnings about > deprecated methods that I''ll go to > fix soon, it seems to work .. my only problem, for now, is that I am not > able to read the registry > information of my application from the ascii file .. I used to set the > registry as an ascii file with the > code<snip>> and it worked fine .. I have in my %HOME%/.foxrc/FRED a FRED.ini file with > all my settings .. now, with the new > fox14 it seems it is not reading that file .. I''ve check the documentation > and seems that the API has not changed .. > any clue?Right offhand, I don''t remember seeing anything about changing to the registry stuff. What is it that makes you believe that your application is no longer able to read the registry? Are you seeing an error message, or is it something in the application''s behavior or appearance that leads you to believe that it didn''t read the registry settings?
Riccardo Giannitrapani
2005-Aug-22 11:39 UTC
[fxruby-users] [ANN] FXRuby 1.4.2 Now Available
Hi all ok, I''ve found it .. now the registry is stored in C:\Documents and Settings\riccardo\foxrc\FRED instead of %HOME%\.foxrc\FRED While it is more logic this new directory in a windows environment, there is any way to force the registry location to the old place? Otherwise I need to ask all my users to copy that FRED.ini file from the old location to the new one (or maybe I can have my application do it for them .. hmm). Thanks again, Riccardo -- Riccardo Giannitrapani I.N.F.N - Sezione di Trieste and Dipartimento di Fisica Universita` di Udine - Via delle Scienze, 206 Udine (Italy) Room L1-14-BE Tel (Office): +39-0432-558209 Home Page: http://www.fisica.uniud.it/~riccardo ICQ# 86590904 ---- There are only 10 kinds of people in this world: those who understand binary and those who don''t. (Anonymous)
Maybe Matching Threads
- FXRuby installation
- Build error: Debian testing, libfox1.4, FXRuby-1.4.7
- How to implement HA and Live Migration with a SAN?
- xen-tools: does not unmount disks and mounts proc into the new VM - why?
- Re: FXRuby and Threads (was: radiobuttons are weird in 1.2.x series)