From lars at greiz-reinsdorf.de Thu Mar 8 16:32:45 2012 From: lars at greiz-reinsdorf.de (Lars Kanis) Date: Thu, 8 Mar 2012 17:32:45 +0100 Subject: [fxruby-users] FXRuby 1.6.23 released Message-ID: Hi fxruby hackers, new version 1.6.23 is out with the following changes. Unfortunately the fxruby.org homepage is down and I don't have access to it. Therefore I've moved the documentation to http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted to yard. Have fun! === 1.6.23 / 2012-03-08 * Add YARD documentation support * Use generated Manifest.txt * Support for parallel task execution with drake === 1.6.22 / 2012-02-21 * Allow better access to raw pixel data of FXImage and derivatives * Build Windows binary gem per cross compiler on Linux * Add support for Rubinius (currently requires rubinius from git) * Add alias FXApp#modalWindow, as described in rdoc * Add quality parameter to FXJPGImage and FXJPGIcon * Fix invalid memory access in final GC call when using FXMenuCommand with acckey * Fix double referenced foxObj when borrowed object registration is triggered from C++ * Fix Segfault while GC'ing FXWindows * Fix 'object allocation not allowed while garbage collection' bug * Fix clipboard handling on windows * Add missing namespace qualifier to FXSEL in FXAccelTable * Fix GC bug in FXAccelTable * Fix double free in FXMemoryStream#giveBuffer * Fix invalid memory access in typemap to zero terminated FXchar* (such as fillItems methods) * Fix FXApp#addInput for Ruby 1.9 on Linux * Fix "ruby_code case not handled: Regexp" issue with newer rubygems -- Regards, Lars From lyle at lylejohnson.name Thu Mar 8 17:56:42 2012 From: lyle at lylejohnson.name (Lyle Johnson) Date: Thu, 8 Mar 2012 11:56:42 -0600 Subject: [fxruby-users] FXRuby 1.6.23 released In-Reply-To: References: Message-ID: <152B3343-3597-4180-864A-22447DD0A777@lylejohnson.name> I don't know why the web site's offline, but I will check tonight to see what's going on. On Mar 8, 2012, at 10:32 AM, Lars Kanis wrote: > Hi fxruby hackers, > > new version 1.6.23 is out with the following changes. Unfortunately > the fxruby.org homepage is down and I don't have access to it. > Therefore I've moved the documentation to > http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted > to yard. > > Have fun! > > === 1.6.23 / 2012-03-08 > > * Add YARD documentation support > * Use generated Manifest.txt > * Support for parallel task execution with drake > > === 1.6.22 / 2012-02-21 > > * Allow better access to raw pixel data of FXImage and derivatives > * Build Windows binary gem per cross compiler on Linux > * Add support for Rubinius (currently requires rubinius from git) > * Add alias FXApp#modalWindow, as described in rdoc > * Add quality parameter to FXJPGImage and FXJPGIcon > * Fix invalid memory access in final GC call when using FXMenuCommand > with acckey > * Fix double referenced foxObj when borrowed object registration is > triggered from C++ > * Fix Segfault while GC'ing FXWindows > * Fix 'object allocation not allowed while garbage collection' bug > * Fix clipboard handling on windows > * Add missing namespace qualifier to FXSEL in FXAccelTable > * Fix GC bug in FXAccelTable > * Fix double free in FXMemoryStream#giveBuffer > * Fix invalid memory access in typemap to zero terminated FXchar* > (such as fillItems methods) > * Fix FXApp#addInput for Ruby 1.9 on Linux > * Fix "ruby_code case not handled: Regexp" issue with newer rubygems > > > -- > Regards, > Lars > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users From leslieviljoen at gmail.com Fri Mar 9 08:52:04 2012 From: leslieviljoen at gmail.com (Leslie Viljoen) Date: Fri, 9 Mar 2012 21:52:04 +1300 Subject: [fxruby-users] FXRuby 1.6.23 released In-Reply-To: References: Message-ID: On Fri, Mar 9, 2012 at 5:32 AM, Lars Kanis wrote: > Hi fxruby hackers, > > new version 1.6.23 is out with the following changes. Unfortunately > the fxruby.org homepage is down and I don't have access to it. > Therefore I've moved the documentation to > http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted > to yard. > > Have fun! > > === 1.6.23 / 2012-03-08 > > * Add YARD documentation support > * Use generated Manifest.txt > * Support for parallel task execution with drake > > === 1.6.22 / 2012-02-21 > > * Allow better access to raw pixel data of FXImage and derivatives > * Build Windows binary gem per cross compiler on Linux > * Add support for Rubinius (currently requires rubinius from git) > * Add alias FXApp#modalWindow, as described in rdoc > * Add quality parameter to FXJPGImage and FXJPGIcon > * Fix invalid memory access in final GC call when using FXMenuCommand > with acckey > * Fix double referenced foxObj when borrowed object registration is > triggered from C++ > * Fix Segfault while GC'ing FXWindows > * Fix 'object allocation not allowed while garbage collection' bug > * Fix clipboard handling on windows > * Add missing namespace qualifier to FXSEL in FXAccelTable > * Fix GC bug in FXAccelTable > * Fix double free in FXMemoryStream#giveBuffer > * Fix invalid memory access in typemap to zero terminated FXchar* > (such as fillItems methods) > * Fix FXApp#addInput for Ruby 1.9 on Linux > * Fix "ruby_code case not handled: Regexp" issue with newer rubygems Wow, just when I thought fxruby was dead! Well done! From watobo at siberas.de Fri Mar 9 09:31:06 2012 From: watobo at siberas.de (Andreas Schmidt) Date: Fri, 09 Mar 2012 10:31:06 +0100 Subject: [fxruby-users] FXRuby 1.6.23 released In-Reply-To: References: Message-ID: <4F59CDDA.6070705@siberas.de> Great job, thanks a lot! Am 08.03.2012 17:32, schrieb Lars Kanis: > Hi fxruby hackers, > > new version 1.6.23 is out with the following changes. Unfortunately > the fxruby.org homepage is down and I don't have access to it. > Therefore I've moved the documentation to > http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted > to yard. > > Have fun! > > === 1.6.23 / 2012-03-08 > > * Add YARD documentation support > * Use generated Manifest.txt > * Support for parallel task execution with drake > > === 1.6.22 / 2012-02-21 > > * Allow better access to raw pixel data of FXImage and derivatives > * Build Windows binary gem per cross compiler on Linux > * Add support for Rubinius (currently requires rubinius from git) > * Add alias FXApp#modalWindow, as described in rdoc > * Add quality parameter to FXJPGImage and FXJPGIcon > * Fix invalid memory access in final GC call when using FXMenuCommand > with acckey > * Fix double referenced foxObj when borrowed object registration is > triggered from C++ > * Fix Segfault while GC'ing FXWindows > * Fix 'object allocation not allowed while garbage collection' bug > * Fix clipboard handling on windows > * Add missing namespace qualifier to FXSEL in FXAccelTable > * Fix GC bug in FXAccelTable > * Fix double free in FXMemoryStream#giveBuffer > * Fix invalid memory access in typemap to zero terminated FXchar* > (such as fillItems methods) > * Fix FXApp#addInput for Ruby 1.9 on Linux > * Fix "ruby_code case not handled: Regexp" issue with newer rubygems > > > -- > Regards, > Lars > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users From allend at trimet.org Sat Mar 17 01:10:18 2012 From: allend at trimet.org (Doug Allen) Date: Fri, 16 Mar 2012 18:10:18 -0700 (PDT) Subject: [fxruby-users] Slow loading with Ruby 1.9.3 and FXRuby 1.6.23 Message-ID: <1331946618632-4626884.post@n6.nabble.com> We have been using Ruby 1.8.6 and FXRuby 1.6.16 under Windows, from the old one step installer. The following code takes less than a second to load and execute on my five-year old Windows XP PC. puts 'Starting' require 'fox16' puts 'Done' With Ruby 1.9.3 and FXRuby 1.6.23, it takes 12 or more seconds. Both tests are with all files on my local hard drive. I understand that Ruby 1.9.x on Windows has performance problems with 'require', but I am wondering if anyone knows a workaround, and whether this is caused by Ruby 1.9 or is related to the different compiler for FXRuby. I have tried other Ruby 1.9.x binaries that attempt to help with 'require' but see no performance difference for FXRuby 1.6.23. I should add that after loading, the application itself performs just fine with Ruby 1.9.3 and FXRuby 1.6.23. -- View this message in context: http://ruby.11.n6.nabble.com/Slow-loading-with-Ruby-1-9-3-and-FXRuby-1-6-23-tp4626884p4626884.html Sent from the FXRuby Users mailing list archive at Nabble.com. From lars at greiz-reinsdorf.de Thu Mar 22 16:35:15 2012 From: lars at greiz-reinsdorf.de (Lars Kanis) Date: Thu, 22 Mar 2012 17:35:15 +0100 Subject: [fxruby-users] [fxruby-announce] FXRuby 1.6.23 released In-Reply-To: <4F6B4736.5090208@systemware.com> References: <4F6B4736.5090208@systemware.com> Message-ID: Hi Kevin! > Thanks for your work on this. ?Have you stepped into the role of FXRuby > maintainer? I hope so. See my mail: http://rubyforge.org/pipermail/fxruby-users/2012-January/002388.html >?We still use this in our software and we're hoping to move to > Ruby 1.9.3 some time this year. ?We use FXRuby on Windows, Linux, Solaris > (Sparc), and (if we could) AIX (Power PC). Great to hear! MRI 1.9.3 should work well. If you encounter any issues with these OSes, don't hesitate to send me a pull request or create an issue on github. -- Regards, Lars From natarajsn at gmail.com Fri Mar 23 07:41:55 2012 From: natarajsn at gmail.com (Nataraj S Narayan) Date: Fri, 23 Mar 2012 13:11:55 +0530 Subject: [fxruby-users] Problem with fxtwitter Message-ID: Hi Installed fxtwitter using gems. But unable to connect to twitter. Can't figure out how to fix the following issue:- #/root/.gem/ruby/1.9.1/bin/fxtwitter -u myloginid -p mypassword /root/.gem/ruby/1.9.1/gems/twitter4r-0.7.0/lib/twitter/client/base.rb:77:in `rest_access_token': uninitialized constant Twitter::Client::Error (NameError) from /root/.gem/ruby/1.9.1/gems/twitter4r-0.7.0/lib/twitter/client/base.rb:16:in `rest_oauth_connect' from /root/.gem/ruby/1.9.1/gems/twitter4r-0.7.0/lib/twitter/client/timeline.rb:79:in `timeline_for' from /root/.gem/ruby/1.9.1/gems/fxtwitter-0.1.0/lib/fxtwitter.rb:135:in `update_tweets' from /root/.gem/ruby/1.9.1/gems/fxtwitter-0.1.0/lib/fxtwitter.rb:114:in `setup_twitter' from /root/.gem/ruby/1.9.1/gems/fxtwitter-0.1.0/lib/fxtwitter.rb:86:in `create' from /root/.gem/ruby/1.9.1/gems/fxtwitter-0.1.0/lib/fxtwitter.rb:184:in `create' from /root/.gem/ruby/1.9.1/gems/fxtwitter-0.1.0/lib/fxtwitter.rb:184:in `main' from /root/.gem/ruby/1.9.1/gems/fxtwitter-0.1.0/bin/fxtwitter:6:in `' from /root/.gem/ruby/1.9.1/bin/fxtwitter:19:in `load' from /root/.gem/ruby/1.9.1/bin/fxtwitter:19:in `
' Kindly help, regards Nataraj