When running the attached file with latest WxRuby, I get the following exception:
C:\DATA\>ruby -rubygems test.rb
test.rb:24:in `find_focus': Error wrapping object; class `wxGridWindow' is not supported in wxRuby
(NotImplementedError)
from test.rb:24
from C:/Ruby187/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-mingw32/lib/wx/classes/app.rb:16:in `call'
from C:/Ruby187/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-mingw32/lib/wx/classes/app.rb:16:in `process_event'
from C:/Ruby187/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-mingw32/lib/wx/classes/app.rb:16:in
`update_window_ui'
from C:/Ruby187/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-mingw32/lib/wx/classes/app.rb:16:in `on_run'
from C:/Ruby187/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-mingw32/lib/wx/classes/app.rb:16:in `main_loop'
from C:/Ruby187/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-mingw32/lib/wx/classes/app.rb:16:in `run'
from test.rb:30
Running Window XP Professional (2002), SP3 on Intel Xeon W3520,
> ruby -version
ruby 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32]
> gem list --local
wxruby (2.0.1 x86-mingw32)
|