search for: xrcapp

Displaying 2 results from an estimated 2 matches for "xrcapp".

Did you mean: rcpp
2006 Dec 23
0
[796] trunk/wxruby2/samples/xrc/xrc_sample.rb: Simplify some method calls, rubyify and add a little more explanation
...sp&nbsp&nbsp&nbsp </del><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # </span><span class="lines">@@ -100,27 +83,20 @@ </span><span class="cx"> class XrcApp < Wx::App </span><span class="cx"> </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspdef on_init </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...
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, "")