search for: notebook_cont

Displaying 3 results from an estimated 3 matches for "notebook_cont".

2009 Jun 04
0
Wx::AuiNotebook.delete_page Segmentation fault
Hi, I got the following error several times (while working most of time), I couldn''t create repeatable test case. main_frame.rb:1765: [BUG] Segmentation fault ruby 1.8.6 (2008-03-03) [i386-mswin32] line 1765: @notebook_content.delete_page(0) if @notebook_content Env: Ruby 1.8.6 p114, wxRuby 2.0 msin32 on Windows XP Zhimin -- Posted via http://www.ruby-forum.com/.
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...et_name(''text_content'').center_pane.hide + @mgr.add_pane(create_text_ctrl, pi) + + pi = Wx::AuiPaneInfo.new + pi.set_name(''html_content'').center_pane.hide + @mgr.add_pane(create_html_ctrl, pi) + + pi = Wx::AuiPaneInfo.new + pi.set_name(''notebook_content'').center_pane.hide + @mgr.add_pane(create_notebook, pi) + + pi = Wx::AuiPaneInfo.new + pi.set_name(''tb6'').toolbar_pane.top + pi.set_row(2).set_position(1) + pi.set_left_dockable(false).set_right_dockable(false) + @mgr.add_pane(Wx::Button.new(self, Wx:...
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the