search for: gridcellrenderer

Displaying 9 results from an estimated 9 matches for "gridcellrenderer".

2010 Mar 23
2
wxGrid merge cell
It''s possible merge two or more cell ??? ex: -------------------------------------- | LABEL 1 | LABEL 2 | LABEL 3 | -------------------------------------- | VALUE CELL MERGE | ANOTHER | -------------------------------------- | | | | -------------------------------------- Many Thanks Carlo Bertini www.waydotnet.com -- Posted via
2007 Apr 13
0
[952] branches/wxruby2/wxwidgets_282/doc/textile/gridcellattr.txtl: Doc fix from Wx 2.8
...;ins>+See "set_alignment":#GridCellAttr_setalignment for the returned values. + + </ins><span class="cx"> h3(#GridCellAttr_getrenderer). GridCellAttr#get_renderer </span><span class="cx"> </span><span class="cx"> "GridCellRenderer":gridcellrenderer.html *get_renderer*(%(arg-type)Grid% grid, </span></span></pre> </div> </div> </body> </html>
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
2007 Apr 27
1
panel as child of grid on Windows
I am attempting to add controls inside a Wx::Grid. I added a Wx::Panel as a child of the grid, then added a control to that panel. In the actual code, the child panel would be sized and located inside a single grid cell, but I simplified the example code. On linux with GTK, this code performs as expected--you get a green panel with a clickable button in it. On windows XP, however, the grid and
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...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/HelpController.o obj/HtmlCell.o obj/HtmlCellEvent.o obj/HtmlContainerCell.o obj/HtmlEasyPrinting.o obj/HtmlHelp...
2007 Jun 01
0
[1044] trunk/wxruby2: Special memory management for Wx::Grid
...2 @@ </span><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 G...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...our (AF) +- Fixes to printing sample for 2.8 API (AF) +- Fix compile error on Mac with wxFontDialog (SL) +- Some tweaks to the grid and wizard smaples (SL) +- Fix Stock Object initialization in App.i for 2.8 (AF) +- Added DISOWN typemap to fix Caret crash on exit (AF) +- Added DISOWN typemap to fix GriDCellRenderer-related crash (AF) +- Fix Window#GetChildren method for 2.8 (AF) +- 2.8 API: Window, BitmapButton, Bitmap, AcceleratorTable +- Fix crash on exit in fixdeleting.rb (Artur Kuptel) +- Prevent SWIG generating wrappers for ClientData methods (Artur Kuptel) +- Deleting fix for specific Director classes (...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...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/HelpController.o obj/HelpEvent.o obj/HelpProvider.o obj/HtmlCell.o obj/HtmlCellEvent.o obj/HtmlContainerCell.o...
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/