Displaying 4 results from an estimated 4 matches for "on_assert_failur".
Did you mean:
on_assert_failure
2007 Mar 31
0
[934] branches/wxruby2/wxwidgets_282: Rename OnAssert to OnAssertFailure, reflecting wx 2.8 API
...n class="lines">@@ -257,28 +257,23 @@
</span><span class="cx">
</span><span class="cx">
</span><span class="cx">
</span><del>-h3(#App_onassert). App#on_assert
</del><ins>+h3(#App_onassert). App#on_assert_failure
</ins><span class="cx">
</span><del>- *on_assert*(%(arg-type)Char% file, %(arg-type)Integer% line, %(arg-type)Char% cond,
</del><ins>+ *on_assert_failure*(%(arg-type)Char% file, %(arg-type)Integer% line, %(arg-type)Char% cond,
</ins><...
2007 Sep 29
0
[ wxruby-Bugs-14322 ] Multiple warnings, especially @__painting__
...It would be nice if this could be fixed.
There are also some other warnings during the startup. But as they are only displayed once they aren''t such a big problem:
.../ruby/gems/1.8/gems/wxruby-1.9.1-powerpc-darwin8.3.0/lib/wx/classes/app.rb:10: warning: method redefined; discarding old on_assert_failure
.../ruby/gems/1.8/gems/wxruby-1.9.1-powerpc-darwin8.3.0/lib/wx/classes/clientdc.rb:8: warning: method redefined; discarding old initialize
.../ruby/gems/1.8/gems/wxruby-1.9.1-powerpc-darwin8.3.0/lib/wx/classes/paintdc.rb:7: warning: method redefined; discarding old initialize
.../ruby/gems/1.8/gem...
2007 Mar 30
1
m_event.m_propagationLevel > 0 errors
On the controls sample, dialogs sample and other I am getting the
following when running a debug build of the latest wxwidgets_282
branch:
[Debug] 13:02:16: ../include/wx/event.h(454): assert
"m_event.m_propagationLevel > 0" failed in wxPropagateOnce():
shouldn''t be used unless ShouldPropagate()!
./controls.rb:1132: [BUG] Bus Error
Is anyone else seeing these errors?
I am
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