Displaying 10 results from an estimated 10 matches for "windowcreateev".
2006 Nov 07
0
[723] trunk/wxruby2: Added WindowCreateEvent and WindowDestroyEvent + event handlers (AF)
...solid #ccc;margin: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>[723] trunk/wxruby2: Added WindowCreateEvent and WindowDestroyEvent + event handlers (AF)</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>723</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-11-07 16:47:...
2006 Nov 03
0
WindowCreateEvent & WindowDestroyEvent
In the process of working out what was not working with destructors I
added WindowCreateEvent and WindowDestroyEvent to see if it would help.
It didn''t, but they are still useful classes so here''s a patch to
implement them. And tick more boxes on our ''implemented classes'' list.
alex
-------------- next part --------------
An embedded and charset-u...
2009 Sep 24
2
Running code after a modal dialog is shown
...create { puts ''Created!'' }
end
end
class TestApp < Wx::App
def on_init
TestFrame.new(nil, -1, ''Test!'').show()
end
end
TestApp.new.main_loop
--------------------------
(incidentally, the RubyForge doc page here:
http://wxruby.rubyforge.org/doc/windowcreateevent.html
still refers to this event as ''evt_create'', which might be worth fixing,
but that''s a different issue.)
I don''t know if I''m misusing this event, or if there''s a bug here
somewhere, but at any rate I''m open to other approaches...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...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/Wizard.o obj/WizardEvent.o obj/WizardPage.o obj/WizardPageSimple.o obj/XmlResource.o obj/RubyConstants.o obj/RubyStockObjects.o obj/Functions.o obj/Mac.o obj/wx.o -pthread -Wl,-Bsymbolic-functions -lwx_gtk2u_stc-2.8 -lwx_gtk2u_gl...
2006 Nov 12
0
[728] trunk/wxruby2/Changelog: HTML classes, Window[ChangeDestroy]Event, sample fix, client_data
...;nbsp     2006-11-12 23:19:08 UTC (rev 728)
</span><span class="lines">@@ -1,3 +1,8 @@
</span><ins>+- Fix crash in etc/sash.rb sample (Alex Fenton)
+- Added HtmlWindow, HtmlCell, HtmlEasyPrinting &c (Alex Fenton)
+- Added WindowCreateEvent and WindowDestroyEvent (Alex Fenton)
+- Fix for Choice#get_client_data and set_client_data, inc mem mgmt (Alex Fenton)
+
</ins><span class="cx"> === 0.0.37 tag on 2006-10-24 included all of this: ===
</span><span class="cx"> - Fixed rake install task f...
2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
...few crashes in samples (Sean Long)
</ins><span class="cx"> - Fix crash in etc/sash.rb sample (Alex Fenton)
</span><span class="cx"> - Added HtmlWindow, HtmlCell, HtmlEasyPrinting &c (Alex Fenton)
</span><span class="cx"> - Added WindowCreateEvent and WindowDestroyEvent (Alex Fenton)
</span></span></pre></div>
<a id="trunkwxruby2swigRubyConstantsi"></a>
<div class="modfile"><h4>Modified: trunk/wxruby2/swig/RubyConstants.i (732 => 733)</h4>
<pre class="dif...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
....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
obj/Window.o obj/WindowCreateEvent.o obj/WindowDC.o
obj/WindowDestroyEvent.o obj/WindowDisabler.o obj/Wizard.o
obj/WizardEvent.o obj/WizardPage.o obj/WizardPageSimple.o
obj/XmlResource.o obj/RubyConstants.o obj/RubyStockObjects.o
obj/Functions.o obj/Mac.o obj/wx.o -pthread -Wl,-Bsymbolic-functions
-lwx_gtk2u_stc-2.8 -lwx_gtk2u_gl...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...: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,
- Wx::EVT_CONTEXT_MENU => Wx::ContextMenuEvent,
- Wx::EVT_AUI_PANE_BUTTON => Wx::AuiManagerEve...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...: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,
+ Wx::EVT_CONTEXT_MENU => Wx::ContextMenuEvent,
+ Wx::EVT_AUI_PANE_BUTTON => Wx::AuiManagerEve...
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/