search for: id_fram

Displaying 3 results from an estimated 3 matches for "id_fram".

Did you mean: id_frame
2007 Apr 29
0
[987] branches/wxruby2/wxwidgets_282/samples/listbook/listbook.rb: Use default constructor before load_frame_subclass to avoid GTK crash
...nt) </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspsuper(nil,-1,"Sample",Wx::Point.new(50,50),Wx::Size.new(300,300)) - - $xml.load_frame_subclass(self,nil,''ID_FRAME'') </del><ins>+ # To load a layout defined in XRC into a Ruby subclass of Frame, + # first call the empty constructor. All the details of size, + # title, position and so on are loaded from the XRC by the call to + # load_frame_subclass. Using a non-empty c...
2006 Dec 02
7
Gauge Problem with XRC?
Hi I''ve just started using wxruby2-preview-0.0.36-i386-mswin32 outsourcing layout part to the external XRC file. Almost everything seems to be fine. Only that I can never retrieve Gauge objects in the main script. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "")
2007 Apr 28
6
XRC Problem
Hello All, I''ve looked back through the wxruby-users archive, and found someone else was having the same problem when it comes to Accessing XRC and getting a GTK Error about GtkPizza. I don''t know what the problem is, as what I''m using, is wxGlade to develop my user interface, and it creates all the controls in what looks like it should be fine, but it''s