Displaying 2 results from an estimated 2 matches for "id_wxframe".
Did you mean:
id_frame
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...at
xrcise-generated rb file; and 4) the error message.
1)
###### the xrc file #####
<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">;
<object class="wxFrame" name="ID_WXFRAME" subclass="TextFrameBase">
<style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style>
<size>400,300</size>
<title>From Scratch</title>
<centered>1</centered>
<object class="wxBo...
2007 Nov 02
11
xrcise tutorial, undefined method ''upper_bt''
Hi
I''m trying to follow the tutorial on xrcise at
http://wxruby.rubyforge.org/wiki/wiki.pl?UsingXRCise
But I keep getting the following error when I try to run the example;
tutorial.rb:21:in `initialize'': undefined method ''upper_bt'' for
#<CaseChangeFrame:0x2d610f8> (NoMethodError)
from tutorial.rb:28:in `new''
from