search for: activateev

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

Did you mean: activate
2006 Aug 29
1
ActivateEvent
Hi Just a patch, an i.file plus sample to add support for ActivateEvent. These are fired when frames become active or inactive (usually by the user clicking on it) and also when a whole app starts or stops being the currently active desktop app. Not an urgent patch. cheers alex _______________________________________________ wxruby-users mailing list wx...
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/
2006 Oct 21
7
Make task for rake
I have a dual processor machine and got mad that both processors were not working away at compiling wxRuby. At first I tried using Ruby threads but they are ''fake'' software threads that run in one process on one cpu. So until Ruby gets ''real'' threads I added a task to rake that generates a makfile which is run with the command: ''make -j 2''
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...EDOWN => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_PAGEUP => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_PAGEDOWN => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_THUMBTRACK => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_THUMBRELEASE => Wx::ScrollWinEvent, + Wx::EVT_ACTIVATE => Wx::ActivateEvent, + Wx::EVT_ACTIVATE_APP => Wx::ActivateEvent, + Wx::EVT_CREATE => Wx::WindowCreateEvent, + Wx::EVT_DESTROY => Wx::WindowDestroyEvent, + Wx::EVT_MENU_OPEN => Wx::MenuEvent, + Wx::EVT_MENU_CLOSE => Wx::MenuEvent, + Wx::EVT_MENU_HIGHLIGHT => Wx::MenuEvent, + W...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...wxgtk 2.8 development package, I noticed a missing link dependency: The wxruby2.so module is created at the end of the rake-driven compilation with the command g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...EDOWN => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_PAGEUP => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_PAGEDOWN => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_THUMBTRACK => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_THUMBRELEASE => Wx::ScrollWinEvent, - Wx::EVT_ACTIVATE => Wx::ActivateEvent, - Wx::EVT_ACTIVATE_APP => Wx::ActivateEvent, - Wx::EVT_CREATE => Wx::WindowCreateEvent, - Wx::EVT_DESTROY => Wx::WindowDestroyEvent, - Wx::EVT_MENU_OPEN => Wx::MenuEvent, - Wx::EVT_MENU_CLOSE => Wx::MenuEvent, - Wx::EVT_MENU_HIGHLIGHT => Wx::MenuEvent, - W...
2007 Jan 11
0
[847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)
...><ins>+will be an Event object of the appropriate class. For more information +about events and setting up event handlers, see the +"event handling overview":eventhandlingoverview.html </ins><span class="cx"> </span><span class="cx"> |ActivateEvent|A window or application activation event| </span><span class="cx"> |CalendarEvent|Used with wxCalendarCtrl| </span><span class="lines">@@ -405,7 +409,7 @@ </span><span class="cx"> |MimeTypesManager|MIME-types manager class| </s...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...all neccessary libraries installed, but maybe you know better... After compiling for a long time, rake fails with this error: ----------------------------------- g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BookCtrlBas...
2007 Jan 09
6
help w/push_event_handler plus doc update request
Hi, 1) Can the online api docs get updated? Specifically can the overview pages get added in to the main http://wxruby.rubyforge.org/doc/ index.html page? I happened upon the link to the Event Overview page while browsing some class and wished that it had been listed in the Event section of the index page.I don''t know how many other "overview" pages there are but it
2006 Aug 21
13
gem version numbering
Hi all, I am concerned about the version number for our gem. Currently, we have it set to 1.9, indicating that it is "before the upcoming 2.0 release". However, there is nothing in the version number that indicates this is a "preview" "alpha" "buggy" release. The gem version numbering scheme does not allow things like 2.0-pre. It also requires each public