From: Meinrad Recheis Date: 2006-05-26T03:22:23+09:00 Subject: Re: Two problems using foxGUIb On 5/25/06, Nuralanur@aol.com wrote: > > > Dear Henon, > Dear Uncutstone, > > thank you for your posts. I am now working in Linux, for a change :). > I encountered the problem that I couldn't write into the SELCOMMAND > field in foxGUIb-0.6.1 version. So, I deleted this installation and > installed > the version 5 hotfix. > The event editor now works. Thanks for that :) actually the problem with event editor is not directly in foxGUIb 0.6.1 but in libGUIb 14.0. has been fixed in 14.2. if you'd installed libGUIb 14.2 it would work! > But I still have a problem. > There is no menu entry "Save Layout as..", just an entry , "Save Dialog as". > > So when I save this, I get the code and an error message, which I have > attached. > > What shall I do about this ? > > Best regards, > > Axel > > inches.rb:26:in `construct_widget_tree': undefined local variable or method > `inchesField' for # (NameError) > from > /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.4.4/lib/fox14/responder2.rb:57:in > `onHandleMsg' > from inches.rb:60 > this one is easy: you named your widget @InchesField but tried to access it as @inchesField. hth, -- henon