search for: load_dialog_subclass

Displaying 7 results from an estimated 7 matches for "load_dialog_subclass".

2007 Apr 13
0
[962] branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl: Fixed the documentation for load_*_subclass, where * is [Dialog, Panel, Frame].
...;dt>Author</dt> <dd>seanlong</dd> <dt>Date</dt> <dd>2007-04-13 15:47:28 -0400 (Fri, 13 Apr 2007)</dd> </dl> <h3>Log Message</h3> <pre>Fixed the documentation for load_*_subclass, where * is [Dialog,Panel,Frame]. Also changed the load_dialog_subclass example to Ruby.</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextilexmlresourcetxtl">branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl</a></li> </ul> </div> <div id="patch&q...
2007 Nov 14
0
[ wxruby-Bugs-15633 ] Cannot load a subclass of Wx::Wizard from XRC
...tatus: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Nobody (None) Summary: Cannot load a subclass of Wx::Wizard from XRC Initial Comment: XRC allows a top-level window to be derived from Wx::Wizard. However, it is not possible to load this into wxRuby. Using load_dialog_subclass does not work - WxWidgets complains. This is a problem for XRCise, among others ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15633&group_id=35
2003 Nov 18
0
New code checked in
...wxRbTypeTable, which invokes the proper ruby wrapper. This can probably be expanded for dynamic conversions of most wxObject based objects. Added support for XRC. It is left off in extconf.rb by default for now. Currently the names for some of the methods are really lame (load_dialog_subclass) and I don''t mind if they change. This requires the dynamic return types change dr Added the ''paint'' method to Window, which creates a DC, passes it to a yield method, and then destroys it. Let me know if anything broke! Kevin
2009 Nov 28
1
'Are you sure?' custom dialog not exiting cleanly
...0600 class DiaFrame < Wx::Dialog attr_reader :m_statictext4, :m_statictext5 def initialize(parent = nil) super() xml = Wx::XmlResource.get xml.flags = 2 # Wx::XRC_NO_SUBCLASSING xml.init_all_handlers xml.load("sample1.xrc") xml.load_dialog_subclass(self, parent, "MyDialog1") finder = lambda do | x | int_id = Wx::xrcid(x) begin Wx::Window.find_window_by_id(int_id, self) || int_id # Temporary hack to work around regression in 1.9.2; remove # begin/rescue clause i...
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
...me) </ins><span class="cx"> </span><span class="cx"> Loads a dialog. _dlg_ points to a parent window (if any). </span><span class="cx"> </span><span class="cx"> h3(#XmlResource_loaddialogsubclass). XmlResource#load_dialog_subclass </span><span class="cx"> </span><del>- Boolean *load_dialog_subclass*(%(arg-type)Dialog% dlg, %(arg-type)Window% parent, %(arg-type)String% name) </del><ins>+ Boolean *load_dialog_subclass*(%(arg-type)Dialog% dlg, %(arg-type)Window% parent, %(arg-typ...
2006 Dec 23
0
[796] trunk/wxruby2/samples/xrc/xrc_sample.rb: Simplify some method calls, rubyify and add a little more explanation
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp# </del><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$xml.load_dialog_subclass(self,parent,''SAMPLE_DIALOG'') </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp...
2007 Oct 30
3
[Weft QDA users] Using WeftQDA for Mailing-List Analysis
Hi Alex, Hi Weft-Users! I am looking for a tool for doing a qualitative analysis of mailing-list data. This means I have a *lot* of individual documents (the typical case: around 500-5000 emails), belonging to the same "super-document" (a mailing list). I have looked at several tools and I like that Weft is public domain and written in Ruby, so I want to figure out whether it