search for: wxxmlresourc

Displaying 8 results from an estimated 8 matches for "wxxmlresourc".

Did you mean: wxxmlresource
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
2008 Jan 02
0
[ wxruby-Bugs-16760 ] src/XmlResource.h:19: error: expected class-name before '', '' token
...class-name before '','' token src/XmlResource.h:22: error: ''wxXRC_USE_LOCALE'' was not declared in this scope src/XmlResource.h:23: error: ''wxXRC_USE_LOCALE'' was not declared in this scope src/XmlResource.cpp: In constructor ''SwigDirector_wxXmlResource::SwigDirector_wxXmlResource(VALUE, int)'': src/XmlResource.cpp:2130: error: class ''SwigDirector_wxXmlResource'' does not have any field named ''wxXmlResource'' src/XmlResource.cpp: In constructor ''SwigDirector_wxXmlResource::SwigDirector_wxXmlResou...
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
...e, or Wx::Panel. The other 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 clas...
2005 Aug 16
9
Patch and files to add Listbook
I added the Listbook class (basically the same as the Notebook class with some name changes). I also took the time to write a sample that uses it. The sample interface uses XRC and is slightly more advanced than the current XRC sample. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2005 Jul 26
10
Patch for wxRuby2
Ok so I made a lot of changes and the controls sample works pretty good now. What I changed or added: - Got all my modifications meshed into wxRuby2. - Added constructors to wxIcon.h - Changed Xrc.i to XmlResource.i and changed wxXrc to wxXmlResource within the file. I also had to change Xrc to XmlResource in rakewx.rb. - For backwards compatability with wxRuby 0.6 I added the subclass methods to XmlResource. - Changed line 5 of wx.i from wxruby2 to wx, could not get wxruby2 to work. I also changed line 13 in fixmodule.rb to mWx and lin...
2007 Jul 18
0
[1119] trunk/wxruby2/swig/Functions.i: Avoid erroneous ''parent must not be nil'' errors when using global
...="cx"> %{ </span><span class="cx"> //NO_CLASS - This tells fixmodule not to expect a class </span><span class="cx"> </span><span class="lines">@@ -85,7 +83,7 @@ </span><span class="cx"> int ret = wxXmlResource::GetXRCID(temp); </span><span class="cx"> return INT2NUM(ret); </span><span class="cx"> } </span><del>-%} </del><ins>+%} // end of Header code </ins><span class="cx"> </span><span class="cx&q...
2007 Jan 23
0
[853] trunk/wxruby2/swig: Replace deprecated STR2CSTR with StringValuePtr
..."> xrcid(VALUE self,VALUE str_id) </span><span class="cx"> { </span><del>- wxString temp(STR2CSTR(str_id), wxConvUTF8); </del><ins>+ wxString temp(StringValuePtr(str_id), wxConvUTF8); </ins><span class="cx"> int ret = wxXmlResource::GetXRCID(temp); </span><span class="cx"> return INT2NUM(ret); </span><span class="cx"> } </span></span></pre></div> <a id="trunkwxruby2swigclassesImagei"></a> <div class="modfile"><h4&gt...
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...t;span class="cx"> ''Sizers'', </span><del>- ''wxLayoutConstraints'', </del><span class="cx"> # ''wxScrolledPanel'', </span><span class="cx"> # ''wxXmlResource'', </span><span class="cx"> # ''wxXmlResourceHandler'', </span></span></pre></div> <a id="trunkwxruby2samplesbigdemowxLayoutConstraintsrbw"></a> <div class="delfile"><h4>Deleted...