Displaying 1 result from an estimated 1 matches for "mdi_demo_fil".
Did you mean:
mdi_demo_file
2006 Oct 21
0
[697] trunk/wxruby2/samples/bigdemo: Fixed loading of other files so the sample can be run from another directory
...;>@@ -26,7 +26,8 @@
</span><span class="cx"> end
</span><span class="cx">
</span><span class="cx"> def show_mdi_demo(event)
</span><del>- load "MDIDemo.rbw"
</del><ins>+ mdi_demo_file = File.join( File.dirname(__FILE__), "MDIDemo.rbw")
+ load mdi_demo_file
</ins><span class="cx"> frame = Demo::MyParentFrame.new()
</span><span class="cx"> frame.show()
</span><span class="cx"> e...