Displaying 1 result from an estimated 1 matches for "m_statictext5".
Did you mean:
  m_statictext1
  
2009 Nov 28
1
'Are you sure?' custom dialog not exiting cleanly
...matically generated from XRC source. It is not
# recommended that this file is edited directly; instead, inherit from
# this class and extend its behaviour there.
#
# Source file: sample1.xrc
# Generated at: 2009-11-27 18:13:59 -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 d...