search for: timerevent

Displaying 10 results from an estimated 10 matches for "timerevent".

2007 Apr 26
0
[ wxruby-Bugs-10391 ] Timer should yield an event of type TimerEvent
...2:53 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10391&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Nobody (None) Summary: Timer should yield an event of type TimerEvent Initial Comment: When a listener receives an interval update from a Timer, it should get a TimerEvent, but this event type isn''t mapped in swig/classes/EvtHandler.i ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/...
2007 Apr 29
0
[982] branches/wxruby2/wxwidgets_282/swig/classes/EvtHandler.i: Add EvtThunker mapping for TimerEvent (bug 10391)
...oration: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>[982] branches/wxruby2/wxwidgets_282/swig/classes/EvtHandler.i: Add EvtThunker mapping for TimerEvent (bug 10391)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>982</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04-29 04:57:06 -0400 (Sun, 29 Apr 2007)</dd&g...
2005 Sep 13
1
Implementation for Timer and TimerEvent
These files implement the Timer. There''s also a patch to introduce EVT_TIMER Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2009 Jun 19
1
kde 4.3 beta 2, compiz 8.2 - panel pager doesn't work until plasma crash and restart
...7a2d5 in raise () from /lib/libc.so.6 #6 0x00007f7bc797b73a in abort () from /lib/libc.so.6 #7 0x00007f7bc79b9aa0 in malloc_printerr () from /lib/libc.so.6 #8 0x00007f7bc1d5b8ca in Plasma::AnimatorPrivate::cleanupStates () from /usr/lib/libplasma.so.3 #9 0x00007f7bc1d61731 in Plasma::Animator::timerEvent () from /usr/lib/libplasma.so.3 #10 0x00007f7bca3f3cb3 in QObject::event () from /usr/lib/libQtCore.so.4 #11 0x00007f7bc814abfc in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #12 0x00007f7bc8151eae in QApplication::notify () from /usr/lib/libQtGui.so.4 #13 0x00007f7bc8db57b6...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...icLine.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/TextCtrl.o obj/TextDataObject.o obj/TextDropTarget.o obj/TextEntryDialog.o obj/TextUrlEvent.o obj/TextValidator.o obj/Timer.o obj/TimerEvent.o obj/TipProvider.o obj/TipWindow.o obj/ToggleButton.o obj/ToolBar.o obj/ToolBarToolBase.o obj/ToolTip.o obj/TopLevelWindow.o obj/TreeCtrl.o obj/TreeEvent.o obj/UpdateUIEvent.o obj/Validator.o obj/Window.o obj/WindowCreateEvent.o obj/WindowDC.o obj/WindowDestroyEvent.o obj/WindowDisabler.o obj/Wiza...
2007 Jan 03
0
[822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
...ass="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 TextCtrl| </ins><span class="cx"> |TimerEvent|A timer expiration event| </span><span class="cx"> |TreeEvent|A tree control event| </span><span class="cx"> |UpdateUIEvent|A user interface update event| </span></span></pre></div> <a id="trunkwxruby2doctextiletextctrltxtl...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...=> Wx::IdleEvent, + Wx::EVT_PAINT => Wx::PaintEvent, + Wx::EVT_UPDATE_UI => Wx::UpdateUIEvent, + Wx::EVT_SIZE => Wx::SizeEvent, + Wx::EVT_SIZING => Wx::SizeEvent, + Wx::EVT_MOVE => Wx::MoveEvent, + Wx::EVT_MOVING => Wx::MoveEvent, + Wx::EVT_TIMER => Wx::TimerEvent, + Wx::EVT_CHAR => Wx::KeyEvent, + Wx::EVT_CHAR_HOOK => Wx::KeyEvent, + Wx::EVT_KEY_DOWN => Wx::KeyEvent, + Wx::EVT_KEY_UP => Wx::KeyEvent, + Wx::EVT_COMMAND_FIND => Wx::FindDialogEvent, + Wx::EVT_COMMAND_FIND_NEXT => Wx::FindDialogEvent, + Wx::EVT_COMMAND_FIN...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/SymbolPickerDialog.o obj/SystemSettings.o obj/TaskBarIcon.o obj/TextAttr.o obj/TextCtrl.o obj/TextDataObject.o obj/TextDropTarget.o obj/TextEntryDialog.o obj/TextUrlEvent.o obj/TextValidator.o obj/Timer.o obj/TimerEvent.o obj/TipProvider.o obj/TipWindow.o obj/ToggleButton.o obj/ToolBar.o obj/ToolBarToolBase.o obj/ToolTip.o obj/Toolbook.o obj/ToolbookEvent.o obj/TopLevelWindow.o obj/TreeCtrl.o obj/TreeEvent.o obj/Treebook.o obj/TreebookEvent.o obj/UpdateUIEvent.o obj/VListBox.o obj/VScrolledWindow.o obj/Validator.o...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...aintEvent, - Wx::EVT_ERASE_BACKGROUND => Wx::EraseEvent, - Wx::EVT_UPDATE_UI => Wx::UpdateUIEvent, - Wx::EVT_SIZE => Wx::SizeEvent, - Wx::EVT_SIZING => Wx::SizeEvent, - Wx::EVT_MOVE => Wx::MoveEvent, - Wx::EVT_MOVING => Wx::MoveEvent, - Wx::EVT_TIMER => Wx::TimerEvent, - Wx::EVT_CHAR => Wx::KeyEvent, - Wx::EVT_CHAR_HOOK => Wx::KeyEvent, - Wx::EVT_KEY_DOWN => Wx::KeyEvent, - Wx::EVT_KEY_UP => Wx::KeyEvent, - Wx::EVT_COMMAND_FIND => Wx::FindDialogEvent, - Wx::EVT_COMMAND_FIND_NEXT => Wx::FindDialogEvent, - Wx::EVT_COMMAND_FIN...
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/