search for: spinevent

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

2007 Jun 26
0
[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo
...gin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1078</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-06-26 04:55...
2007 Mar 23
0
[ wxruby-Bugs-9501 ] evt_spinctrl should yield an event of type SpinEvent
...ng: http://rubyforge.org/tracker/?func=detail&atid=218&aid=9501&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: evt_spinctrl should yield an event of type SpinEvent Initial Comment: At the moment on branches/wxwidgets_28 it seems to yield an event of type CommandEvent. This class is missing the get_/set_position methods. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=...
2007 Jul 04
0
[1101] trunk/wxruby2/doc/textile/spinctrl.txtl: Doc patch to SpinCtrl from wxWidgets 2.8
...the "TextCtrl":textctrl.html. </span><span class="cx"> </span><ins>+When the use enters text into the text area, the text is not +validated until the control loses focus (e.g. by using the TAB +key). The value is then adjusted to the range and a +"SpinEvent":spinevent.html sent then if the value +is different from the last value sent. + </ins><span class="cx"> h2. See also </span><span class="cx"> </span><span class="cx"> "Event handling overview":eventhandlingoverview.h...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
.../SashWindow.o obj/ScreenDC.o obj/ScrollBar.o obj/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/SplitterWindow.o obj/StaticBitmap.o obj/StaticBox.o obj/StaticBoxSizer.o obj/StaticLine.o obj/StaticText.o obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/SystemSettings.o obj/TaskBarIcon.o obj/TextAttr.o obj/Tex...
2007 Jan 03
0
[822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
...bsp2007-01-03 01:25:30 UTC (rev 821) +++ trunk/wxruby2/doc/textile/index.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-03 01:37:00 UTC (rev 822) </span><span class="lines">@@ -199,6 +199,7 @@ </span><span class="cx"> |SpinEvent|An event from wxSpinButton| </span><span class="cx"> |SplitterEvent|An event from wxSplitterWindow| </span><span class="cx"> |SysColourChangedEvent|A system colour change event| </span><ins>+|TextUrlEvent|Mouse interaction with a URL in a Text...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
.../SashWindow.o obj/ScreenDC.o obj/ScrollBar.o obj/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/SplitterWindow.o obj/StandardPaths.o obj/StaticBitmap.o obj/StaticBox.o obj/StaticBoxSizer.o obj/StaticLine.o obj/StaticText.o obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/SymbolPickerDialog.o obj/SystemSettin...
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 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...-extern swig_class cWxPaintEvent; -extern swig_class cWxUpdateUIEvent; -extern swig_class cWxSizeEvent; -extern swig_class cWxTimerEvent; -extern swig_class cWxKeyEvent; -extern swig_class cWxFindDialogEvent; -extern swig_class cWxMouseEvent; -extern swig_class cWxFocusEvent; -extern swig_class cWxSpinEvent; -extern swig_class cWxChoicebookEvent; -extern swig_class cWxNotebookEvent; -extern swig_class cWxListbookEvent; -extern swig_class cWxGridEvent; -extern swig_class cWxGridRangeSelectEvent; -extern swig_class cWxGridSizeEvent; -extern swig_class cWxGridEditorCreatedEvent; -extern swig_class cWxTre...
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/