Displaying 8 results from an estimated 8 matches for "filter_ev".
Did you mean:
filter_dev
2007 Jun 28
0
[1092] trunk/wxruby2/swig/classes/App.i: Pass correctly typed Events into filter_event, if defined (bug 10797);
...und:#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>[1092] trunk/wxruby2/swig/classes/App.i: Pass correctly typed Events into filter_event, if defined (bug 10797);</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1092</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-06-27 20:28:03 -0400 (Wed, 27 J...
2007 May 12
0
[ wxruby-Bugs-10797 ] App#filter_event always passes Wx::Event
...-05-12 12:47
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=10797&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: App#filter_event always passes Wx::Event
Initial Comment:
If the App class defines a filter_event method it is correctly called every time an event is generated. However, it always receives an event of class Wx::Event, rather than the appropriate subclass (eg Wx::IdleEvent).
We need to hook up the EventThunker...
2007 Jul 12
0
[1110] trunk/wxruby2/swig/classes/App.i: Remove director method from App#filter_event to fix meth routing error on Linux
...ound:#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>[1110] trunk/wxruby2/swig/classes/App.i: Remove director method from App#filter_event to fix meth routing error on Linux</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1110</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-07-12 16:12:50 -0400...
2007 Mar 15
6
Patch to 0.0.39
Hi
I''m developing software using wxruby2. At first I tried to use wxruby
0.6 but I couldn''t live without some of those new funky features :)
So, instead of writing my own code, I got a bit sidetracked and wrote
http://rubyforge.org/tracker/index.php?func=detail&aid=9297&group_id=35&atid=220
instead.
Seeing as this is my first foray in to the innards of wxruby2, I
2008 May 26
9
App#process_message
how can rewrite the App # process_message to treat the messages of the
system?
wxruby
--
Posted via http://www.ruby-forum.com/.
2007 Jun 21
0
[ wxruby-Bugs-11747 ] Segfault if unexpected type is returned by some director methods
...tion: None
Priority: 2
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Segfault if unexpected type is returned by some director methods
Initial Comment:
Several possibly overridden ruby methods are called from C++ using directors - TreeCtrl#on_compare_items, App#filter_event - and are expectd to return an integer.
However, on OS X 10.3, if a non-Fixnum type is returned from ruby (eg nil) then it segfaults. This should be handled gracefully by raising a ruby TypeError exception.
----------------------------------------------------------------------
You can respond...
2006 Oct 24
0
[714] trunk/wxruby2/doc/textile/app.txtl: Removed create_log_target
..."App#create_log_target":#App_createlogtarget
</del><span class="cx"> * "App#dispatch":#App_dispatch
</span><span class="cx"> * "App#exit_main_loop":#App_exitmainloop
</span><span class="cx"> * "App#filter_event":#App_filterevent
</span><span class="lines">@@ -98,18 +97,6 @@
</span><span class="cx"> Command line arguments (after environment-specific processing).
</span><span class="cx">
</span><span class="cx">...
2007 May 21
13
First drop of new memory management
Hi
Just a quick update on memory leaks etc. I''ve just dropped a bunch of
patches with a new approach to linking ruby''s GC to Wx''s memory
handling. Still some work to do - eg bigdemo.rb falls over quite quickly
- but working well for me on other samples.
Briefly, it disposes of fixdeleting. For almost all objects that aren''t
Windows, they should now be