search for: end_edit

Displaying 1 result from an estimated 1 matches for "end_edit".

Did you mean: end_dt
2010 Feb 24
3
Mouse wheel events in a grid cell editor?
...ew and model both works fine so far. Thanks to whoever made this possible. I like wxRuby more each day! Now I''d like to catch mousewheel events in order to increment/decrement a grid cell editor. I''ve tried installing a handler in begin_edit of my editor and removing it again in end_edit. I''ve attempted to (a) install an event handler on the grid and forward it to an editor-specific method (b) install an event handler on the editor control Neither approach worked. Any suggestions? Thanks in advance, Tony --- class MyEditor < Wx::GridCellChoiceEditor def initia...