search for: wxnotebook

Displaying 16 results from an estimated 16 matches for "wxnotebook".

Did you mean: notebook
2008 Jan 11
9
[ wxruby-Bugs-17013 ] Notebook#get_current_page
...d=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Daniel Brumbaugh Keeney (db-keen) Assigned to: Nobody (None) Summary: Notebook#get_current_page Initial Comment: Notebook#get_current_page is not defined http://www.wxwidgets.org/manuals/stable/wx_wxnotebook.html#wxnotebook http://wxruby.rubyforge.org/doc/notebook.html#Notebook_getcurrentpage I''m not sure, but I think at least one part of the code that needs to be changed is that this line: int GetCurrentPage() const should be added to wxruby-1.9.2/swig/classes/include/wxNotebook.h -------...
2007 Jan 05
0
[829] trunk/wxruby2/samples/bigdemo/wxNotebook.rbw: Fix icon path for notebook tab (was crashing linux bug 6632)
...cc;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>[829] trunk/wxruby2/samples/bigdemo/wxNotebook.rbw: Fix icon path for notebook tab (was crashing linux bug 6632)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>829</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd&gt...
2005 Sep 11
6
Patch to wxNotebook.rbw
Patch to the notebook example to remove the call to the deprecated NotebookSizer. It appears to work just fine without the sizer. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Jan 16
2
Question about WxNotebook, threads, and GUI refreshing
I''m running into a problem I''ve had before with wxRuby where the GUI does not update while my App is processing some set of data. The fix for this I know is to put the data processing piece in a new thread and in the Wx::App code make a timer to pass the threads. This has always worked in the past, but now my problem is slightly more complex and I''m at a loss.
2007 Jun 05
0
[1053] trunk/wxruby2/samples: Change references to assign_image_list methods to set_image_list in samples
...7-06-05 18:29:54 -0400 (Tue, 05 Jun 2007)</dd> </dl> <h3>Log Message</h3> <pre>Change references to assign_image_list methods to set_image_list in samples</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2samplesbigdemowxNotebookrbw">trunk/wxruby2/samples/bigdemo/wxNotebook.rbw</a></li> <li><a href="#trunkwxruby2samplescontrolscontrolsrb">trunk/wxruby2/samples/controls/controls.rb</a></li> <li><a href="#trunkwxruby2samplestreectrltreectrlrb">trunk/w...
2008 Aug 12
1
xrc panels using xrcise
...tor"> </object> <object class="wxMenuItem" name="wxID_EXIT"> <label>Esci</label> </object> </object> </object> <object class="wxNotebook" name="ID_NOTEBOOK" subclass="notebook"> <style>wxRAISED_BORDER</style> <object class="notebookpage"> <label>Contatti</label> <object class="wxPanel" name="I...
2007 Jan 06
0
[837] trunk/wxruby2/swig/classes/Notebook.i: Added DISOWN typemap to avoid segfault on exit on GTK
...swig/classes/Notebook.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-06 01:19:24 UTC (rev 837) </span><span class="lines">@@ -16,6 +16,11 @@ </span><span class="cx"> </span><span class="cx"> #define wxNotebookPage wxWindow </span><span class="cx"> </span><ins>+// Protect panels etc added as Notebook pages from being GC''d by Ruby; +// avoids double-free segfaults on exit on GTK +%apply SWIGTYPE *DISOWN { wxNotebookPage* page }; + + </ins><span class=&qu...
2007 Jul 04
5
loading menu using XmlResource
Hi, i''m evaluating XmlResource: loading frame, dialogs and access widgets is ok but i''m not able to load menu bar and menu using the corresponding methods XmlResource#load_menu_barXmlResource#load_menui get the error saying ''XML resource ''Opzioni'' (class ''wxMenu'') not found!'' trying to load a menu and ''XML resource
2007 Nov 09
6
Wx::Notebook tabs, bug reports on...
...or! Moving on, I have some bugs to report: I''m using the Wx::Notebook class and it looks to me like Wx::NB_LEFT, Wx::NB_RIGHT, and Wx::NB_BOTTOM are defined incorrectly. To get my tabs to appear on the bottom, for example, I find I have to use Wx::NB_LEFT. Same symptom in samples/bigdemo/WxNotebook.rbw -- the constructor uses Wx::NB_BOTTOM but the tabs appear on the right. Off by 1? I''m also having trouble with images in tabs -- they seem to randomly disappear on resizing. Has anyone else seen this? It''s not hard to repro, but it''s not happening all the time, eithe...
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP,
2007 Jan 23
0
[852] trunk/wxruby2/swig/classes/include/parents.rb: Fix MultiChoiceDialog name
...#39;'wxEvent'', </span><del>- ''wxMultipleChoiceDialog'' => ''wxDialog'', </del><ins>+ ''wxMultiChoiceDialog'' => ''wxDialog'', </ins><span class="cx"> ''wxNotebook'' => ''wxControl'', </span><span class="cx"> ''wxNotebookEvent'' => ''wxNotifyEvent'', </span><span class="cx"> ''wxNotebookSizer'' => ''wxSizer'', &l...
2004 Nov 13
2
wxRuby and XRC via wxGlade
...> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <option>1</option> <flag>wxEXPAND</flag> <object class="wxNotebook" name="notebook_1"> <usenotebooksizer>1</usenotebooksizer> <object class="notebookpage"> <label>tab1</label> <object class="wxPanel" name="note...
2007 Jun 05
0
[1052] trunk/wxruby2: Remove unwanted Notebook#assign_image_list method, update docs
...es">@@ -12,8 +12,9 @@ </span><span class="cx"> #include <wx/notebook.h> </span><span class="cx"> %} </span><span class="cx"> </span><ins>+// Ruby handles memory management - always use SetImageList +%ignore wxNotebook::AssignImageList; </ins><span class="cx"> </span><del>- </del><span class="cx"> #define wxNotebookPage wxWindow </span><span class="cx"> </span><span class="cx"> // Protect panels etc added as Note...
2006 Nov 12
0
[ wxruby-Bugs-6632 ] Linux crash on NoteBook in bigdemo.rb
...0) crashes when the NoteBook sample is opened within bigdemo.rb Complete backtrace is: [Switching to Thread -1209932112 (LWP 7271)] 0xb714fada in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0 (gdb) whe #0 0xb714fada in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0 #1 0xb7a437c1 in wxNotebook::InsertPage () from lib/wxruby2.so #2 0xb76a1304 in wxBookCtrlBase::AddPage (this=0x8745008, page=0x869a270, text=@0x82296f8, bSelect=true, imageId=0) at /usr/local/include/wx-2.6/wx/bookctrl.h:154 #3 0xb77b9916 in _wrap_wxNotebook_AddPage (argc=4, argv=0xbf81a2b0, self=3043848000)...
2009 Sep 03
24
wxRuby-2.0.1 release ?
Hi, What about releasing a new version shortly ? This is a long-awaited request from several users especially for recent ruby-1.9.1 versions on MinGW. Cheers. Chauk-Mean.
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...