Displaying 10 results from an estimated 10 matches for "gridcelleditor".
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
2005 May 03
2
Making it easier to contribute wxRuby-SWIG code
After seeing contributions from Dmitry and Alex, I''m wondering how we
can better organize and encourage user contributions.
ORGANIZING
Maybe identifying what is still missing in wxRuby-SWIG and publishing a
prioritized todo list could useful to contributors.
GETTING NOTICED
It might be useful to post a link to the unassigned todo list each month
to comp.lang.ruby and ask for
2007 Mar 12
0
[879] trunk/wxruby2/Changelog: Prepare to tag for 0.0.39 release
...="lines">@@ -1,3 +1,4 @@
</span><ins>+=== 0.0.39 tag on 2007-03-12 included all of this: ===
</ins><span class="cx"> - Added grid sample (Alex Fenton)
</span><span class="cx"> - Fix GC-related segfaults related to GridCellAttr and GridCellEditor (Alex Fenton)
</span><span class="cx"> - Fix numerous crashes caused by regression from SWIG upgrade (Alex Fenton)
</span></span></pre>
</div>
</div>
</body>
</html>
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...auge.o obj/GenericDirCtrl.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 ob...
2007 Mar 09
0
[877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
...by2/Changelog        2007-03-09 23:13:45 UTC (rev 877)
</span><span class="lines">@@ -1,3 +1,28 @@
</span><ins>+- Added grid sample (Alex Fenton)
+- Fix GC-related segfaults related to GridCellAttr and GridCellEditor (Alex Fenton)
+- Fix numerous crashes caused by regression from SWIG upgrade (Alex Fenton)
+- Documentation for FontDialog (Alex Fenton)
+- Test for suitable version (==2.6.3) of wxWidgets (Alex Fenton)
+- Fix Window compile error (Roy Sutton)
+- Added GridBagSizer and supporting classes (Alex Fent...
2007 Jun 01
0
[1044] trunk/wxruby2: Special memory management for Wx::Grid
...ins>+# A data-oriented editable table control.
+class Wx::Grid
+ # The following extensions are all to prevent crashes associated with
+ # garbage collection of Grid-related classes; they do not extend the
+ # public functionality of the class in any way.
+ #
+ # The GridCellRenderers and GridCellEditors pose a problem for ruby''s
+ # GC, in that Wx makes them owned by the grid once they have been set
+ # for a cell or group of cells. However, because they are SWIG
+ # directors we cannot allow the ruby object they are originally
+ # associated with to be swept by GC.
+ #
+ # So we k...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...p;nbsp 
</ins><span class="cx"> === 0.0.39 tag on 2007-03-12 included all of this: ===
</span><span class="cx"> - Added grid sample (Alex Fenton)
</span><span class="cx"> - Fix GC-related segfaults related to GridCellAttr and GridCellEditor (Alex Fenton)
</span></span></pre>
</div>
</div>
</body>
</html>
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...auge.o obj/GenericDirCtrl.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 ob...
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/