Hi, I tried to use BLT::Tabnotebook to put my existing Tk components in Tabs, but it just doesn't work. A simple example: > require 'tk' > require 'tkextlib/blt' > > parent = Tk::BLT::Tile::Frame.new > > Tk::BLT::Tile::Label.new(parent) > > Tk::BLT::Tabnotebook.new(parent) gives /usr/lib/ruby/1.8/tk.rb:1807:in `_invoke_without_enc': couldn't read file "tabnotebook.tcl": no such file or directory (RuntimeError) from /usr/lib/ruby/1.8/tk.rb:1807:in `_ip_invoke_core' from /usr/lib/ruby/1.8/tk.rb:1843:in `_tk_call_core' from /usr/lib/ruby/1.8/tk.rb:1871:in `tk_call_without_enc' from /usr/lib/ruby/1.8/tk.rb:4920:in `create_self' from /usr/lib/ruby/1.8/tk.rb:4875:in `initialize' from /home/philip/workspaces/ruby/test/tabtest.rb:8:in `new' from /home/philip/workspaces/ruby/test/tabtest.rb:8 So, what did I do wrong? There's a tabnotebook.tcl in /usr/lib/blt2.4 . -- Posted via http://www.ruby-forum.com/.