Displaying 20 results from an estimated 4000 matches similar to: "Re: FXRuby issues"
2005 Aug 12
5
ANN: Interactive Fiction Mapper v0.5
Okay, I may have some questions about fxruby and probably the easiest way to ask them is by after I show a program.
Plus I am eager to show how much fun I''ve been having... this is still not fully done to call it a v1.0 release, but it is already tons of fun.
Please visit the download section of:
http://rubyforge.org/projects/ifmapper/
There you will find the following:
IFMapper
by
2008 Jan 21
1
FXSplashWindow
I saw Jeroen''s suggestion on how to use FXSplashWindow on the
foxgui-users list and thought I''d try it.
My attempt was as follows:
require ''fox16''
include Fox
app = FXApp.new("App")
icon = nil
File.open(''icon.gif'', ''rb'') { |f|
icon = FXGIFIcon.new(app, f.read)
}
splash =
2008 Jun 12
0
[Foxgui-users] Segmentation fault on exit
How would you delete the Menu Pane using FXRuby?
-----Original Message-----
From: foxgui-users-bounces at lists.sourceforge.net
[mailto:foxgui-users-bounces at lists.sourceforge.net] On Behalf Of Jeroen
van der Zijp
Sent: Thursday, June 12, 2008 10:22 AM
To: Dr Gavin Tabor
Cc: FOX Users
Subject: Re: [Foxgui-users] Segmentation fault on exit
On Thursday 12 June 2008, you wrote:
> Hi there. I
2009 Oct 20
8
Pre-release FXRuby binary gems for testing
All,
A couple of new build platforms have come into the picture since the
last FXRuby release and I''m trying to make sure they''re supported.
That is to say, I want to be able to provide precompiled binary gems
so that users on those platforms don''t have to build everything from
source. I think I''m there, but I could use your help testing if you
have
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
2007 Jan 18
9
QtRuby
Hello,
Has anyone tested QtRuby? I''m doing a small OpenGL application
http://www.discretizer.org and just want to know the arguments for
staying with fxruby.
This is what I have discovered:
Pros:
-Fxruby seems to have a very nice OpenGL support (FXGLViewer) which is
what I really need.
-Nice looks. No unnecessary theming support.
-Very fast and light on system resources.
Cons:
-No
2008 Apr 13
3
fxruby gem install problem
Lyle,
Following up on your suggestion...
"You might want to follow-up on the fxruby-users mailing list at some
point; sometimes FXRuby questions can get lost in the shuffle here due
to the high volume of messages on ruby-talk!''
I''ve installed libfox-1.6-dev, and after that attempted install of
fxruby, with this result:
$ sudo gem install fxruby
[sudo] password for
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 May 23
4
problem with non-focused fxruby gui freezing or blanking out.
I find that when a running fxruby program looses focus or another window is
placed in front of it, when the fxruby window regains focus, many times the
gui is now frozen or blank.
This seems to happen especially frequently when the window covering it is a
java or fox based application.
Usually it comes back but sometimes it takes several minutes to do so.
I would really like to find someway
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
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:
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
2006 Apr 27
4
FXRuby installation
I have fox 1.4.33 installed. All installation steps of FXRuby
(config,setup,install) passed successfully, but when I
try to load fox14 (require ''fox14'') it gives me an error:
LoadError: /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so:
undefined symbol: removeTimeout__Q22FX5FXAppPQ22FX7FXTimer
- /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so
I use ruby
2009 May 06
3
Using ActiveRecord in FXRuby application
Hello,
I am a newbie to FXRuby development.
I like the fact that I can write the code in Ruby for cross-platform
GUI development. I am developing a desktop application that needs to
save some information to a database. I am using ActiveRecord for this
purpose.
My code works fine when I don''t require fox16 and include Fox. But
once I do that I get a bunch of warnings.
Here is the sample
2006 Oct 14
4
Build error: Debian testing, libfox1.4, FXRuby-1.4.7
I''m getting compile errors when attempting to build FXRuby 1.4.7.
This happens when installing using gems, or when installing from
source:
g++ -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I/home/wayne/lab/fox/FXRuby-1.4.7/ext/fox14 -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.4 -I/usr/include/fox-1.4 -fPIC -Wall -g -fno-strict-aliasing -O2
2005 Aug 28
7
Unicode support in FXRuby 1.6
All,
As some of you know, Jeroen has added support for Unicode strings in
the unstable development version of FOX (version 1.5). I''m trying to
plan ahead to decide how best to support this for FXRuby 1.6, but I
don''t really know anything about Ruby''s support for Unicode or i18n in
general. If you''re familiar with this topic (how/if Ruby deals with
Unicode
2005 Mar 08
0
Re: [Foxgui-users]FXRuby: 1.4?
On Mar 7, 2005, at 11:12 PM, Jacob Hanson wrote:
> I''m using FXRuby and I like it quite a bit. But I''ve been hitting
> barriers that Fox1.4 would provide for, but Fox1.2 doesn''t (new
> controls, new features, etc). Is FXRuby 1.4 coming soon? I remember
> hearing 1.3 was going to be skipped due to large API changes. But what
> about 1.4? I''d love
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
2008 Aug 18
3
FXRuby FXScintilla question
Hello,
I have started learning FXRuby about 2 weeks ago. Now I''m trying to
launch the scintilla_test.rb from the fxruby-1.6 installation directory
(/usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/examples) and get this
error: /usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/lib/fox16/kwargs.rb:2007:in `old_initialize'': wrong number of arguments (8 for 0) (ArgumentError)
from
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