> The table.rb example crashes (see below) when you click on entries in > the table. It was ok with 1.0.3. Is it something about my installation, > or is this something that changed in 1.0.10? This got broken in version 1.0.10; I've just fixed it in the CVS sources. As for the underlying bug, the short answer is that FXRuby is looking up the wrong return value for FXTableRange#fm; it should be returning an FXTablePos instance but instead finds the (previously instantiated) FXTableRange instance.