search for: gridev

Displaying 8 results from an estimated 8 matches for "gridev".

Did you mean: grided
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...ND_NOTEBOOK_PAGE_CHANGED => Wx::NotebookEvent, - Wx::EVT_COMMAND_NOTEBOOK_PAGE_CHANGING => Wx::NotebookEvent, - Wx::EVT_COMMAND_LISTBOOK_PAGE_CHANGED => Wx::ListbookEvent, - Wx::EVT_COMMAND_LISTBOOK_PAGE_CHANGING => Wx::ListbookEvent, - Wx::EVT_GRID_CELL_LEFT_CLICK => Wx::GridEvent, - Wx::EVT_GRID_CELL_RIGHT_CLICK => Wx::GridEvent, - Wx::EVT_GRID_CELL_LEFT_DCLICK => Wx::GridEvent, - Wx::EVT_GRID_CELL_RIGHT_DCLICK => Wx::GridEvent, - Wx::EVT_GRID_LABEL_LEFT_CLICK => Wx::GridEvent, - Wx::EVT_GRID_LABEL_RIGHT_CLICK => Wx::GridEvent, - Wx::EVT_...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...ND_NOTEBOOK_PAGE_CHANGED => Wx::NotebookEvent, + Wx::EVT_COMMAND_NOTEBOOK_PAGE_CHANGING => Wx::NotebookEvent, + Wx::EVT_COMMAND_LISTBOOK_PAGE_CHANGED => Wx::ListbookEvent, + Wx::EVT_COMMAND_LISTBOOK_PAGE_CHANGING => Wx::ListbookEvent, + Wx::EVT_GRID_CELL_LEFT_CLICK => Wx::GridEvent, + Wx::EVT_GRID_CELL_RIGHT_CLICK => Wx::GridEvent, + Wx::EVT_GRID_CELL_LEFT_DCLICK => Wx::GridEvent, + Wx::EVT_GRID_CELL_RIGHT_DCLICK => Wx::GridEvent, + Wx::EVT_GRID_LABEL_LEFT_CLICK => Wx::GridEvent, + Wx::EVT_GRID_LABEL_RIGHT_CLICK => Wx::GridEvent, + Wx::EVT_...
2007 Dec 27
1
Wx::SplashScreen, and events
I have the following code: #time = 7000 class TimeSplash < Wx::SplashScreen PATH_MAIN = 1 PATH_SETUP = 0 def initialize(time, path=PATH_MAIN) splash_bitmap = Wx::Bitmap.new(''timefly.png'', Wx::BITMAP_TYPE_PNG) super(splash_bitmap, Wx::SPLASH_CENTRE_ON_SCREEN|Wx::SPLASH_TIMEOUT, time, nil, -1) evt_close() {|evt| on_close_window(evt, path)} end
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...or.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/HtmlHelpController.o obj/HtmlLinkEvent.o obj/HtmlLinkInfo.o obj/HtmlWidgetCell.o obj/HtmlWindow.o obj/Hy...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...or.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 obj/HtmlEasyPrinting.o obj/HtmlHelpController.o obj/HtmlLinkEvent.o obj/HtmlLinkInfo.o obj/HtmlL...
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/
2008 Nov 01
13
wxRuby 1.9.9 released
Hello I''m happy to announce that wxRuby version 1.9.9 is now available for download and gem installation: http://rubyforge.org/frs/?group_id=35&release_id=27842 gem install wxruby On Linux, the default binary gem is now dynamically linked to wxWidgets. This means you''ll need to install wxWidgets from your package manager. See below for more info. == CHANGES == This