Displaying 7 results from an estimated 7 matches for "meinrad".
Did you mean:
meinrado
2006 Jun 04
1
foxGUIb v0.7 (for FXRuby 1.6)
...ience fixes.
== 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
...xGUIb can 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 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
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
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...478,400,443,13,12,19,=
1,45
1834,Calumet College of St.Joseph,IN,IIB,324,264,235,265,426,350,316,353,6,6=
,9,2,23
1835,Saint Mary-of-the-Woods Coll,IN,IIB,307,234,199,232,382,295,246,290,11,=
11,18,4,44
1836,Saint Mary's College,IN,IIB,524,391,331,388,675,509,435,505,21,43,52,1,=
117
1837,Saint Meinrad College,IN,IIB,357,*,*,332,405,*,*,376,6,3,5,1,15
1838,Taylor University,IN,IIB,404,352,300,355,555,486,382,480,36,31,25,3,95
1839,Tri-State University,IN,IIB,395,324,291,340,485,395,356,415,23,28,10,3,=
64
1840,University of Notre Dame,IN,I,798,562,470,637,985,701,573,787,274,195,1=
64,11,644
1842...