Displaying 2 results from an estimated 2 matches for "on_fatal_except".
2007 Jun 20
0
[ wxruby-Bugs-11708 ] Wx::TreeCtrl#on_compare_items can not work
...child= @tree.append_item(@root, "Item " + x.to_s())
@tree.sort_children(child)
end
@tree.sort_children(@root )
end
end
class MyApp < Wx::App
def on_init
$frame = MyFrame.new("Minimal wxRuby App")
$frame.show
return true
end
def on_fatal_exception
puts("on_fatal_exception")
end
def on_exit
puts("on_exit")
return super
end
end
a = MyApp.new
a.main_loop()
GC.start
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?fun...
2007 Jul 05
8
when can publish the next version?
when can publish the next version?
i am waiting...
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users