From: Nuralanur@... Date: 2006-05-25T22:31:45+09:00 Subject: Two problems using foxGUIb -------------------------------1148563897 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Dear all, I am trying to use foxGUIb for some graphical application. To do this, I first want to write the cm-to-inches conversion program that is given in the user's guide. So I have installed Fox,FXRuby, libGUIb and foxGUIb, both under Cygwin (last week's version under Windows XP) and under Aurox Linux 11.0 (essentially Redhat's Linux version of half a year ago). Now, I have two problems: In Cygwin, I get a segmentation fault: from /usr/local/lib/ruby/site_ruby/1.8/libGUIb14.rb:1034 [BUG] segmentation fault, ruby 1-8-4 (2005-12-24) [i-386 cygwin] when calling > ruby foxGUIb.rb . In Linux, this command starts nicely, and I can proceed in the example very nicely up to the point when I want to enter the code cmLabel.text=(inchesField.text.to_f * 2.54 ).to_s into the SELcommand field. There's a cursor appearing, but I can't enter any text. What can be the reason for this ? Best regards, Axel -------------------------------1148563897--