search for: id_slabel

Displaying 1 result from an estimated 1 matches for "id_slabel".

Did you mean: id_label
2006 Dec 02
7
Gauge Problem with XRC?
...ript. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "") $xml.load_frame_subclass(self, nil, ''ID_MAINFRAME'') @statliclabel = Window.find_window_by_name(''ID_SLABEL1'') #OK @gauge = Window.find_window_by_name(''ID_GAUGE1'') #NG ... Hope someone can give me a hint, or is this a bug? Regards, yohasebe