Displaying 7 results from an estimated 7 matches for "foxgui".
Did you mean:
foxguib
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...
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
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 = FXSp...
2005 Sep 03
3
Re: FXRuby issues
...on required few,
if any, changes to "port" it from FXRuby 1.2 to 1.4, but that''s the
exception and not the rule, as I think long-time users will attest.
> * Windows focus bugs
This sounds like a bug (or feature) of the FOX library itself. You
might try reporting it to the foxgui-users mailing list to see if
anyone has any suggestions.
> * Custom mouse icons will not allow hotspot to be changed.? Setting
> hotspot to anything positive in the constructor, crashes fxruby.?
> Using setHotX/Y on 1.4 does nothing.? At least on windows.
If the FOX library doesn'...
2008 Nov 21
3
Dynamic generation of a (sub) layout
Hi,
first of all - I''m relatively unexpierienced with GUI programming in general
and with FXRuby in particular.
I''ve managed to write a little FXRuby app that animates some data I''ve
collected. I made really good progress for a while, but now I''m stuck with
the following problem.
My data is read from file and can have a varying number of elements,
depending on
2009 Jan 27
4
foxGUIb - believe it''s intalled okay but....
I''ve tried calling foxGUIb from command line as ...
ruby foxGUIb.rb got an error - no file found by that name
ruby /usr/bin/foxGUIb.rb again got error to say i didn''t have permissions
sudo ruby /usr/foxGUIb.rb and got informed ....
/usr/bin/foxGUIb.rb:7:in `require'': no such file to load -- version (Loa...
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