Displaying 1 result from an estimated 1 matches for "id_gaug".
Did you mean:
id_gauge
2006 Dec 02
7
Gauge Problem with XRC?
...e < 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