search for: rechei

Displaying 5 results from an estimated 5 matches for "rechei".

Did you mean: reche
2006 Jun 04
1
foxGUIb v0.7 (for FXRuby 1.6)
...xes. == Links: == Homepage: http://fox-tool.rubyforge.org Mike Parr''s User Guide: http://www.mikeparr.info/rubyguib/foxguibhome.htm Download: http://rubyforge.org/frs/?group_id=88 == Copyright and License == foxGUIb is free software. Copyright (c) by Meinrad Recheis aka Henon foxGUIb: Artistic License libGUIb: lgpl Boring Disclaimer: THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2008 May 19
1
foxGUIb 1.0.0
...n be considered pretty stable. == Links: == Homepage: http://fox-tool.rubyforge.org Mike Parr''s Users Guide: http://www.mikeparr.info/rubyguib/foxguibhome.htm Download: http://rubyforge.org/frs/?group_id=88 == Copyright and License == foxGUIb is free software. Copyright (c) by Meinrad Recheis aka Henon foxGUIb: Artistic License libGUIb: lgpl enjoy ;) -- henon Boring Disclaimer: THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2006 Mar 28
11
setting widget attributes
I''m trying to set attributes of widgets in subclasses like the following. class PersonTable < FXTable def initialize(owner) options = TABLE_COL_SIZEABLE super(owner, nil, 0, options) visibleRows = 5 ... end end visibleRows doesn''t get set. However, if I do this self.visibleRows = 5 then it does. Shouldn''t it work without "self."?
2006 Apr 06
3
automated testing
Is there a way to automate testing of fxruby applications ... something like Jemmy for Java Swing? -- R. Mark Volkmann Object Computing, Inc.
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 (LoadError) from /usr/bin/foxGUIb.rb:7 Now do i need to add