Displaying 20 results from an estimated 3000 matches similar to: "FXStatusBar widget problem"
2005 Dec 22
1
FxTopWindow problem
I have an fxRuby GUI app that I am having problems with. I want to bring up a help window from the main window when someone selects a help/help from the help menu. I have created a helpWindow that inherits from FXDialogBox. It has an FXMenuBar, FXStatusBar, and an FXtext which gets filled with help text from a file. When the help/help menu is selected from the main window, I make a new helpWindow,
2008 Jun 09
1
FX ruby program error EOF
Since a week or so I am getting this error in a program which has been
running fine for 6 months or so.
I have a hard time running debug on this error and finding the cause. As
it seems that the error is in the middle of fxruby and not in my
application.
I click on button1 - the first time every works perfect. Handling the
next record, pressing button1 leads to this error.
Any help is
2006 Apr 25
5
FXListBox ...connect(SEL_COMMAND)
Hi,
I think I got a problem with the FXListBox widget. ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) )
FXListBox.new(parent, nil, 0) do |libo4|
libo4.appendItem("0 very weird")
libo4.appendItem("1 very weird")
libo4.appendItem("2 very weird")
libo4.appendItem("3 very weird")
libo4.appendItem("4 very
2006 May 31
3
FXLabel: ca''nt set the Icon attibute
Hi,
trying that:
aLabel = FXLabel.new(menuBar35,nil,@@maximizeIcon,0)
aLabel.icon = @@restoreIcon # ok
aLabel.connect(SEL_LEFTBUTTONPRESS) do |sender, selector, data|
case sender.icon
when @@maximizeIcon
sender.icon = @@restoreIcon
when @@restoreIcon
sender.icon = @@maximizeIcon
end
0
end
Result
abnormal
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
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
When I empty and refill an FXTable multiple times with a large data set
(10,000 rows x 1 column in the example below, around 1000 rows x 6
columns in a more complicated app), the application eventually fails
with a segmentation fault. The number of repetitions required to produce
the segfault is rather random, ranging from just a couple reps to 15 or
20 in some trials. The program disappears
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)
>
> ---
>
2010 Jul 09
8
Repository of sample FXRuby programs?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Repository of sample FXRuby programs?</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
2006 Apr 19
1
is there a problem with FXList findItemByData(....) ??????
Hi,
I am tackling with FXList ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) )
. The ''data'' value is a MDIChild reference
afxlist.findItemByData(sender) => return -1 . Always
I can turn around it by doing
..........
cpt = 0 ; idx=nil
afxlist.each do |lista|
if lista.data == sender
idx=cpt
break
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
2004 Jul 20
7
radiobuttons are weird in 1.2.x series
Hello all,
Run groupbox.rb example in any of the two alpha versions and
click the radiobutton in the upper right group box (those named Hilvesum 1,
Hilversum 2, etc). You''ll notice that once a radiobutton is checked,
it remains checked when some other radiobutton is checked.
What''s the reason?
Thank you.
--
Best regards,
Yuri Leikind
2010 Jul 19
0
HTML widget?
From
FXRuby
Create Lean and Mean GUIs with Ruby
- - -
A serious shortcoming of FOX and FXRuby is the lack of a widget that
can display HTML or rich text. The FXText widget is definitely not that
kind of widget, although it provides some minimal support for ?styled?
text.
- - -
Does such a widget exist yet? I did a Google search and the last time I could find the question asked and answered
2008 Oct 27
2
Using BUTTON_TOOLBAR
Hi, folks. I''m trying to make a toolbar with buttons that change appearance
when hovered over with the mouse. The docs on FXButton say that using
BUTTON_TOOLBAR "causes the edge of the button to be raised when the cursor
moves over it." What I''m getting is buttons without any frame, but they do
not change appearance when the cursor moves over them. I''m
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
2004 Oct 04
1
Button property not in FXTableItem for 1.2 ??
I''m using a table in an application, and it worked in 1.0 - but in 1.2
this line:
@result_table.getItem(0,j).button=true
gives this error:
main.rb:91:in `display_result'': undefined method `setButton='' for
Id:Fox::FXTableItem (NoMethodError)
What am I doing wrong??
(Plus - it''s not in the RDoc anymore... where did it go?)
-Rich
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
2005 Dec 01
1
Can''t add text to FXCanvas
I have a ruby program that uses a FXCanvas, and I have attached a FXDCWindow
to control it. It lets me draw lines, rectangles and ellipses, but not text.
If I attempt to draw text, I get the following error
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application''s support team for more information.
>Exit code: 3
I also get this
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
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
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