search for: wxdialog

Displaying 20 results from an estimated 24 matches for "wxdialog".

Did you mean: xdialog
2005 Sep 02
3
Patch to wxDialog.rbw
This patch file adds a missing parameter to the sample source so the dialog sample will work. Also attached is a patch to add an additional optional parameter to wxStaticLine.h. I was going through header files to confirm the other problem and discovered there''s another optional parameter. Roy _______________________________________________ wxruby-users mailing list
2005 Aug 10
5
more patches
Here are a few patches 2 small changes and one a little hefty. All are to *.i files. SpinCtrl.patch - Changes cWxSpinCtrl.klass to mWxSpinCtrl in rb_define_method. Dialog.patch - Removed the %ignore wxDialog::wxDialog line, this line prevents Dialogs working with XRC. Window.i - Added special code for find_window_* methods so the correct object type is returned, this is very important when working with XRC and you want to get an object by id, name or label. With these patches I can actually run my pr...
2007 Jul 28
4
Modeless Dialog causes Application to hang on exit
Hello, my name is Gregor and I''m new to this list and to wxRuby/wxDialogs. That''s why I wanted to introduce myself shortly. I''m a Ruby fan for 2 years now and I''m doing a lot of web development with Rails and a little Camping and I''m currently writing my Master''s Thesis around Ruby. You may follow my thoughts on my blog www....
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...doc</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextiledialogtxtl">branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxDialogh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxDialog.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextiledialogtxtl"></a> <div class="modfile"&gt...
2006 Dec 23
0
[795] trunk/wxruby2/swig/classes/include/parents.rb: Added missing DatePickerCtrl and TextUrlEvent classes
...bject'', </span><ins>+ ''wxDatePickerCtrl'' => ''wxControl'', </ins><span class="cx"> ''wxDialUpEvent'' => ''wxEvent'', </span><span class="cx"> ''wxDialog'' => ''wxTopLevelWindow'', </span><span class="cx"> ''wxDirDialog'' => ''wxDialog'', </span><span class="lines">@@ -283,6 +284,7 @@ </span><span class="cx"> '&...
2004 Aug 20
8
wxruby-swig: where does wxclasses-2.4.2.xml comes from?
...understand more about the internals of wxruby-swig, where does the big chunk of XML comes from? I saw something similiar in Python, is that massaged out of there? The codes produced by extractxml.rb and wxclasses-2.4.2.xml is quite different from the original header files. Just for example the WxDialog class. OnXXX are non-virtual in WxWidgets, but virtual in wxruby-swig ShowModal are virtual in WxWidgets, but non-virtual in wxruby-swig I realize that wxruby-swig is in a very highly experimental stage, but would appreciate it if someone can shed some light here. Cheers, Phuah Yee Keat
2007 Jan 25
0
[ wxruby-Bugs-8130 ] Crash-on-exit when dialogs have been used
...s memory. 0xf4000104 in ?? () (gdb) whe #0 0xf4000104 in ?? () Cannot access memory at address 0xf4000104 Cannot access memory at address 0xf4000104 #1 0x0335d888 in wxTopLevelWindowBase::~wxTopLevelWindowBase() () #2 0x0335be10 in wxTopLevelWindowMac::~wxTopLevelWindowMac() () #3 0x0335e478 in wxDialog::~wxDialog() () #4 0x030fccfc in SwigDirector_wxMessageDialog::~SwigDirector_wxMessageDialog() () #5 0x0001d6f0 in rb_gc_call_finalizer_at_exit () at gc.c:1858 #6 0x000041d4 in ruby_finalize_1 () at eval.c:1418 #7 0x00004340 in ruby_cleanup (ex=0) at eval.c:1453 #8 0x000044b8 in ruby_stop (ex=...
2007 Jan 26
0
[ wxruby-Bugs-8179 ] Segfaults when Kernel#exit is called
...s memory. 0xf4000104 in ?? () (gdb) whe #0 0xf4000104 in ?? () Cannot access memory at address 0xf4000104 Cannot access memory at address 0xf4000104 #1 0x0335d888 in wxTopLevelWindowBase::~wxTopLevelWindowBase() () #2 0x0335be10 in wxTopLevelWindowMac::~wxTopLevelWindowMac() () #3 0x0335e478 in wxDialog::~wxDialog() () #4 0x030fccfc in SwigDirector_wxMessageDialog::~SwigDirector_wxMessageDialog() () #5 0x0001d6f0 in rb_gc_call_finalizer_at_exit () at gc.c:1858 #6 0x000041d4 in ruby_finalize_1 () at eval.c:1418 #7 0x00004340 in ruby_cleanup (ex=0) at eval.c:1453 #8 0x000044b8 in ruby_stop (ex=...
2007 Jul 10
5
Seg Fault caused by StatusBar. Am I doing something wrong?
Some odd bug cropped up when I made a bunch of code changes to my app recently. I started getting the following everytime I closed the app: ---------------------------------- [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information.
2007 Jan 23
0
[852] trunk/wxruby2/swig/classes/include/parents.rb: Fix MultiChoiceDialog name
...ss="cx"> ''wxMouseEvent'' => ''wxEvent'', </span><span class="cx"> ''wxMoveEvent'' => ''wxEvent'', </span><del>- ''wxMultipleChoiceDialog'' => ''wxDialog'', </del><ins>+ ''wxMultiChoiceDialog'' => ''wxDialog'', </ins><span class="cx"> ''wxNotebook'' => ''wxControl'', </span><span class="cx"> ''wxNot...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...lasses/include/wxControlWithItems.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxDCh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxDC.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxDialogh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxDialog.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxDirDialogh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxDirDialog.h</a></li> <li><a href=&...
2007 Jan 08
0
[845] trunk/wxruby2/swig/classes: Added MultiChoiceDialog in class form
...0; i < RARRAY_LEN($input); i++) + { + int item = NUM2INT(rb_ary_entry($input,i)); + tmp.Add(item); + } + $1 = &tmp; + } +} + +%import "include/wxObject.h" +%import "include/wxWindow.h" +%import "include/wxEvtHandler.h" +%import "include/wxDialog.h" + +%include "include/wxMultiChoiceDialog.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludewxMultiChoiceDialogh"></a> <div class="addfile"><h4>Added: trunk/wxruby2/swig/classes/include/wxMultiChoic...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up
2007 Mar 15
0
[ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)
...using File.join for file paths. Also building in debug mode creates a more verbose pdb file (''-Zi'') option events.rb : removed 2 messages that were not supported in Wx2.8 WxChoice.h/wxCombo.h/wxControlWithItems.h/wxFontData.h/wxHtmlCell.h/ App.i/wxControl.h/wxDC.h/wxDirDialog.h/wxDialog.h/Dialog.i/ wxFileDialog.h/wxHtmlContainerCell.h/wxWindow.h/Functions.i/RubyEventTypes.i : removed missing methods, added some new ones,fixed prototypes to conform with Wx2.8 fixdeleting.rb : added processing of specific class directors, moved destruction processing to specific director class'...
2008 Feb 06
0
[ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
...: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Crash when closing Dialog in bigdemo.rb Initial Comment: Segfault in bigdemo.rb. To reproduce, start the sample, select the first item in the widget tree list ("wxDialog"). Then close the Dialog with either the OK or Cancel button. Backtrace is: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0xb84352ec 0x00136e80 in st_lookup () (gdb) whe #0 0x00136e80 in st_lookup () #1 0x000cfe3c in rb_clear_cac...
2007 Jan 08
0
[841] trunk/wxruby2/swig/classes: Added PasswordEntryDialog
...wxruby2 license + +%include "../common.i" + +%module(directors="1") wxPasswordEntryDialog + +%{ +#include <wx/textdlg.h> +%} + +%import "include/wxObject.h" +%import "include/wxWindow.h" +%import "include/wxEvtHandler.h" +%import "include/wxDialog.h" +%import "include/wxTextEntryDialog.h" + +%include "include/wxPasswordEntryDialog.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludeparentsrb"></a> <div class="modfile"><h4>Modified: trun...
2007 Jul 04
0
[1099] trunk/wxruby2/swig/classes/XmlResource.i: Permit Dialogs and Frames with no parents to be created via XRC; add comments
...loads in a layout into +// an already existing instance of one of these classes, which may be a +// custom ruby subclass containing extended methods etc. These two types +// are disambiguated below. </ins><span class="cx"> %rename(LoadDialogSubclass) wxXmlResource::LoadDialog(wxDialog *dlg, wxWindow *parent, const wxString &name); </span><span class="cx"> </span><span class="cx"> %rename(LoadPanelSubclass) wxXmlResource::LoadPanel(wxPanel *pan, wxWindow *parent, wxString &name); </span><span class="cx">...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2006 Aug 26
7
Progress on crashing
I''m using my SpaceMonkeys game as a testbed to try to get rid of crashing problems. Earlier today, it would crash for me almost immediately, every time. Now, I was able to get about 50 turns into the game! I mentioned the first big change in a different email. The new change I just checked in was to add the DISOWN flag to Window#set_sizer. This is the first time (that I know of) that we
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