Displaying 6 results from an estimated 6 matches for "volkmann".
Did you mean:
volkman
2006 Mar 28
11
setting widget attributes
...able
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."?
--
R. Mark Volkmann
Object Computing, Inc.
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.
2006 Feb 19
2
sizer support for colspan > 1?
I see that GridBagSizer is not yet supported by wxRuby. Is there an
alternative to specifying that a widget spans more than one column? I
don''t see a way to do that in FlexGridSizer.
--
R. Mark Volkmann
Partner, Object Computing, Inc.
2006 Feb 19
2
tab traversal
It seems that tab traversal between TextCtrl widgets doesn''t work by
default. How do you enable that?
--
R. Mark Volkmann
Partner, Object Computing, Inc.
2005 Aug 21
8
validates_numericality_of
As far as I can tell "numericality" is not a word. Maybe this method
should be renamed.
--
R. Mark Volkmann
Partner, Object Computing, Inc.
2006 Feb 19
1
TextCtrl width
What''s the best way to specify the width of a TextCtrl in characters
instead of pixels?
--
R. Mark Volkmann
Partner, Object Computing, Inc.