Displaying 20 results from an estimated 80000 matches similar to: "fxruby maintenance"
2012 Mar 08
5
FXRuby 1.6.23 released
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
2012 Mar 17
1
Slow loading with Ruby 1.9.3 and FXRuby 1.6.23
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
2005 Sep 03
3
Re: FXRuby issues
On Sep 3, 2005, at 3:58 AM, Gonzalo Garramuno wrote:
> Sorry to bother you personally, but after working with FXRuby for the
> first time on a relatively medium-sized project, I collected a list of
> things that seem to be broken in fxruby (or fox), and I thought it
> would be good for you guys to be aware of.
> Some of these things I consider them somewhat serious in term of
2013 Feb 26
2
Will FXRuby be ready to use with Ruby 2.0.0 x64 and x32 on Windows?
Hi Lars, people. I''ve realized that currently the gem(version 1.6.26) doesn''t work with Ruby 2.0.0 in Windows 32 bits, neither the 64 bits version, I''m talking about the versions listed here: http://rubyinstaller.org/downloads/ . There you can see both versions of Ruby and also the both versions of the DevKit: mingw64-32 and mingw64-64. I''ve tested with both
2009 Mar 11
5
FXRuby-1.6.19 don''t run in ruby1.9.1 on windows.
I built fxruby-1.6.19 in win32 using msys + mingw tools.
The process of doing it is ok and generate a file fox16.so in the directory
ext\fox16.
But when i require ''fox16'', it fails to work. it reports that "LoadError:
127. The specified procedure could not be found . - Init_fox16
C:/ruby_1.9.1/usr/local/lib/ruby/site_ruby/1.9.1/i386-msvcrt/fox16.so ".
how can i
2008 Jun 06
0
FXRuby 1.6.15 Now Available
All,
FXRuby version 1.6.15 is now available for download from this page:
http://rubyforge.org/frs/?group_id=300&release_id=22658
Note that if you''re building FXRuby from source, you should be using
FOX 1.6.16 or later due to some important changes made in that release
of FOX. For a summary of the changes in this release of FXRuby, please
see this page:
2004 Jul 22
0
Re: FXRuby and Threads (was: radiobuttons are weird in 1.2.x series)
*********** REPLY SEPARATOR ***********
On 22/07/2004 at 14:01 lyle@knology.net wrote:
>On Thu, 22 Jul 2004 14:47:47 +0100, "Bil" <bil.bas@virgin.net> wrote :
>
>> Err, well it does work, though it does not require the background thread
>to run very fast at all. The application is a prototype of a board-game
>engine. The server is a regular threaded Ruby
2013 Jan 03
0
FXText syled text bug
Please go here: https://github.com/larskanis/fxruby/issues/2 I''ve created that issue in the FXRuby bug tracker, Lars Kanis, then maintainer says:
"This is actually a bug in the fox toolkit. If you set the FXText to styled=true, then the memory needed for getStyle is allocated. If not libfox crashes.May you open a bug report on fox-toolkit? I''m a bit busy currently."
2007 Apr 09
1
FXRuby 1.6.9 Now Available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
All,
FXRuby version 1.6.9 is now available for download from this page:
http://rubyforge.org/frs/?group_id=300&release_id=10973
This is a bug fix release and is strongly recommended. Note that if
you''re building FXRuby from source, you should be using FOX 1.6.16 or
later due
2008 May 20
0
At InfoQ: Interview about FXRuby, plus an exclusive chapter from the FXRuby Book
InfoQ has just published Werner Schuster''s interview with me, in which
we discuss the FOX toolkit and FXRuby''s implementation:
http://www.infoq.com/articles/johnson-fxruby-book-excerpt
The article also includes an exclusive sample chapter from the new
book, "FXRuby: Create Lean and Mean GUIs with Ruby". To read more
about the book, please see its web page at the
2009 May 18
0
FxRuby failing on Ruby 1.9.1 windows
On May 17, 2009, at 12:40 PM, Janos Sebok wrote:
> Hi all.
>
> I am new to FxRuby, and trying to install the toolkit.
>
> I''m running winXP
> >ruby -v
> ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mswin32]
>
> >gem -v
> 1.3.3
>
> >gem list
>
> *** LOCAL GEMS ***
>
> fxruby (1.6.19)
> rubygems-update (1.3.3)
>
> ---
>
2009 Sep 28
0
FxRuby 1.9 Binary Gem?
Hello!
I am a beginner to Ruby but i like it very much. After installing the One-Click-Installer Version 1.8.6 i was very happy- everything worked finde. But i had update to version ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] because of Look-Behinds in Regular Expressions.
But now the FxRuby Gem installed just fine but doesn''t work anymore- I got an error, that
2006 Dec 18
0
[fxruby] howto show a warningmessage thatdisappears again?
fxruby-users-bounces at rubyforge.org wrote:
> Dear Philippe,
>
> thank you for responding.
> I think I normally would have used FXMessageBox, but here, I
> want to tell an impatient user to wait a while while an
> external application is started.
> I want the MessageBox to be shown, say 3 to 5 seconds, and
> then disappear again, without further user action, like clicking
2007 Jul 28
1
Fxruby 1.6.11 installation error
Hi all,
I''m trying to install fxruby 1.6.11 on my machine, but I obtain this error:
[luca at mobilebox ~]$ sudo gem install fxruby
Building native extensions. This could take a while...
ERROR: While executing gem ... (RuntimeError)
Error instaling fxruby:
ERROR: Failed to build gem native extension.
ruby extconf.rb install fxruby
checking for sys/time.h... yes
checking for
2008 Nov 01
2
query FXRuby by ri
Hi Don,
Thanks for the tips.
But it works on an old XP computer but NOT on the new Vista.
I also notice that I can browse the classes from Fxruby when I use fxri or ri on the old computer. I see nothing about FxRuby''s stuff when I use fxri or ri on the new Vista. But I can use gem server to see the Rdoc about FxRuby''s classes on both computers. It looks Ruby doesn''t
2005 Jul 31
1
Re: FXRuby on OpenBSD
On Aug 1, 2005, at 4:21 AM, brett s hallett wrote:
> I''m having some problems installing FXRuby on OpenBSD 3.7
>
> -- Note : OpenBSD supplied Ruby 1.8.1 and fox
> version /mnt/cdrom/3.7/packages/i386/fox-1.1.41.tgz
>
> If I try to install any FXRuby against these I get the error message
> " fox version is expiremental" ( something like that !) ,
2009 May 14
0
fxruby 1.6.19 gem fails to find appropriate libpng library under Mac OS X 10.4.11
On May 11, 2009, at 6:07 PM, Ronald D. Mabbitt wrote:
> I was curious -- is there a known issue with trying to use fxruby
> gems under Mac OS X 10.4.11? After installing fxruby-1.6.19 via gem
> under ruby 1.8.6, I''m getting load errors indicating that fxruby is
> looking for the libpng library in /usr/X11/lib, when in fact Mac OS
> X 10.4.11 doesn''t even
2006 Jun 04
1
foxGUIb v0.7 (for FXRuby 1.6)
dear (FX)Ruby hackers,
lyle has released FXRuby 1.6.0 some days ago. so it was a good
opportunity for me to fix some more bugs and release annother version
of foxGUIb which is tested against FXRuby 1.6.0.
the most interesting feature Fox1.6 brings to you is unicode support.
(see foxGUIb/test/unicode_test_japanese.rbin)
thanks for all the feedback and the bug reports.
enjoy ;)
-- henon
2009 Jun 06
2
FXRuby Installation failing
Hi
Which is the most stable version of FXRuby that can be used with ruby
1.8.7 (2008-05-31 patchlevel 0)?
I am having lots of trouble installing fxruby using gem.
root at at91sam9263ek:~$ gem install fxruby-1.6.19.gem
Building native extensions. This could take a while...
ERROR: Error installing fxruby-1.6.19.gem:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby
2007 Mar 23
2
FXRuby scintilla issue
FXRuby version 1.6.4. I''ve been trying to compile FXruby with scintilla
support. I''ve downloaded:
http://savannah.nongnu.org/download/fxscintilla/fxscintilla-1.63.tar.gz.
Compiled it and installed it.
FXruby is 1.6.4
I get:
AL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6 -c
frames_wrap.cpp
/usr/local/include/fxscintilla/FXScintilla.h:84: error: