Displaying 20 results from an estimated 5000 matches similar to: "cross-platform quest"
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
2009 Feb 17
2
install.rb:655:in `command'': system("make") failed (RuntimeError) (GatoLinux)
I am using ruby *1.8.4* (2005-12-24).
I added this code:
#define RARRAY_LEN(a) \
((RBASIC(a)->flags & RARRAY_EMBED_FLAG) ? \
(long)((RBASIC(a)->flags >> RARRAY_EMBED_LEN_SHIFT) & \
(RARRAY_EMBED_LEN_MASK >> RARRAY_EMBED_LEN_SHIFT)) : \
RARRAY(a)->as.heap.len)
#define RARRAY_PTR(a) \
((RBASIC(a)->flags & RARRAY_EMBED_FLAG) ? \
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 Feb 03
0
Bus error in IRB when trying: require "fox16"
On 2/2/07, Zane <zcvohland at gmail.com> wrote:
> I have spent a couple of days trying to get the Fox GUI library to
> interact with ruby. Now I think I am getting close. Before I go on to
> explain my problem here is some information that may be necessary...
<snip>
> Software Versions:
> ----------------------
> Ruby 1.8.1
Just curious: Why still running Ruby
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:
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
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
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
2005 Aug 22
3
FXRuby 1.4.2 Now Available
-----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
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
2008 May 21
0
What ever have I done wrong now?
On May 21, 2008, at 10:17 AM, David Toll wrote:
> I wrote a simple program, to do further experiments with tables.
>
> However, before I even started on my experiments, it went wrong.
>
> If you run this, it displays a simple table.
>
> If you look at the source, you can see that the calls to
> "fitColumnsToContents" and "fitRowsToContents" are both
2008 May 02
0
A word about compatibility with JRuby and Ruby 1.9
All,
Due to a number of recent bug reports regarding FXRuby''s compatibility
with JRuby, I feel like I need to clear something up, and that''s that
FXRuby will never (well, "almost certainly never") work with JRuby.
This problem isn''t unique to FXRuby; it''s true for any C/C++-based
Ruby extension. See this page:
2008 May 19
1
foxGUIb 1.0.0
Dear fellow (fx)rubyists,
I finally found the time to release another version of foxGUIb. It
includes a handfull of minor bug fixes that have happened in the past
2 years since the last release.
Hope you appreciate it.
-- henon
==========================
foxGUIb v1.0.0
==========================
== What is foxGUIb? ==
foxGUIb is a GUI creator and code generator for FXRuby. It''s a
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
2005 Feb 02
0
Re: Problem with setCellColor ?
On Feb 2, 2005, at 5:47 PM, dragoncity wrote:
> am having problems with FXRuby 1.2 setting a cells color,
> In the following code snippet, the variables rcnt & FLDFilename
> are progam controlled, the two lines before the "puts" execute OK,
> neither of
> the setCellColor versions execute , both fail with
>
> `setCellColor'': table row out of bounds ,
2008 May 18
8
FXTable::fitColumnsToContents
On May 17, 2008, at 6:54 AM, David Toll wrote:
> I tried to submit the following message to the "fxruby-users"
> message board (I clicked the link to send it as an email to fxruby-users at rubyforge.org
> , but the message did not appear). I conclude I do not know how to
> submit questions to this message board.
You need to be subscribed to the mailing list before you
2009 Oct 26
0
On Moving Away from RubyForge Services
All,
As some of you may have heard, the default gem hosting repository will
soon transition away from RubyForge.org to a new site, RubyGems.org
(aka Gemcutter.org). Coincident with this transition will be a gradual
(?) phasing out of other RubyForge services, which I''ve written about
here:
http://lylejohnson.name/blog/2009/10/26/wait-what-was-that-last-bit/
As I write near the
2008 Feb 28
5
FXColorDialog slow UI update
Hi Lyle,
I have noticed a very small problem with the FXColorDialog class: when
changing the color with the color wheel, it takes quite a long time
(until 4 seconds, sometimes less) for the other panels of the dialog to
synchronize.
The opposite is also true: when changing the color with the sliders, it
may take sometimes until 4 seconds for the color wheel to reflect the
change.
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