Displaying 7 results from an estimated 7 matches for "gridcellfloateditor".
2007 Jul 23
11
Memory problem with GridCell*Editor
Alex,
I was getting the following crashes when editing cells in a grid:
./init.rb:1072:in `main_loop'': undefined method `begin_edit'' for
"_p_wxEvent":String (NoMethodError)
from ./init.rb:1072
but only after the first App GC mark phase.
So I changed all the GridCell*Editor.i files from GC_MANAGE to
GC_MANAGE_AS_EVENT. Which stopped the crashing. My question
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...Ctrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o obj/GridCellEditor.o obj/GridCellFloatEditor.o obj/GridCellFloatRenderer.o obj/GridCellNumberEditor.o obj/GridCellNumberRenderer.o obj/GridCellRenderer.o obj/GridCellStringRenderer.o obj/GridCellTextEditor.o obj/GridEditorCreatedEvent.o obj/GridEvent.o obj/GridRangeSelectEvent.o obj/GridSizeEvent.o obj/GridSizer.o obj/GridTableBase.o obj/Help...
2007 Mar 20
0
[903] branches/wxruby2/wxwidgets_282/samples: Added #!/usr/bin/env ruby to the grid sample.
..."The whole column to the left uses float format")
-
- # Custom Editors Can be used
- editor = Wx::GridCellNumberEditor.new(5, 20)
- @grid.set_cell_value(3, 1, ''Number editor below'')
- @grid.set_cell_editor(4, 1, editor)
-
- editor = Wx::GridCellFloatEditor.new(4, 2)
- @grid.set_cell_value(3, 2, ''Float editor below'')
- @grid.set_cell_editor(4, 2, editor)
-
- editor = Wx::GridCellChoiceEditor.new([''foo'', ''bar'', ''baz''])
- @grid.set_cell_value(3, 3, ''Choice edito...
2007 Feb 14
0
[875] trunk/wxruby2/samples: Add expanded grid sample
..."The whole column to the left uses float format")
+
+ # Custom Editors Can be used
+ editor = Wx::GridCellNumberEditor.new(5, 20)
+ @grid.set_cell_value(3, 1, ''Number editor below'')
+ @grid.set_cell_editor(4, 1, editor)
+
+ editor = Wx::GridCellFloatEditor.new(4, 2)
+ @grid.set_cell_value(3, 2, ''Float editor below'')
+ @grid.set_cell_editor(4, 2, editor)
+
+ editor = Wx::GridCellChoiceEditor.new([''foo'', ''bar'', ''baz''])
+ @grid.set_cell_value(3, 3, ''Choice edito...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...Ctrl.o obj/GraphicsBrush.o
obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o
obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o
obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o
obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o
obj/GridCellEditor.o obj/GridCellFloatEditor.o
obj/GridCellFloatRenderer.o obj/GridCellNumberEditor.o
obj/GridCellNumberRenderer.o obj/GridCellRenderer.o
obj/GridCellStringRenderer.o obj/GridCellTextEditor.o
obj/GridEditorCreatedEvent.o obj/GridEvent.o obj/GridRangeSelectEvent.o
obj/GridSizeEvent.o obj/GridSizer.o obj/GridTableBase.o
obj/Help...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of
errors of the sort:
WindowDisabler.obj : error LNK2001: unresolved external symbol
_SWIG_Ruby_ConvertPtr
I can see this is defined in rubydef.swg but I''m not sure why this isn''t
just included in the files that need it. Can any swig experts tell me
what I need to do to progress? I''m using
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/