From: Hidetoshi NAGAI Date: 2007-01-12T22:50:05+09:00 Subject: Re: Tk problem From: Chris Finch Subject: Re: Tk problem Date: Wed, 3 Jan 2007 21:20:35 +0900 Message-ID: <596b61490e59cfa0d7725a35f550bec5@ruby-forum.com> > I have got Tk working - but now want to use Tile to give native look and > feel. > I have used the following code: > Tk::Tile.__Import_Tile_Widgets__ > > but get in reply: > > uninitialized constant Tk::Tile > from C:/InstantRails/ruby/lib/ruby/1.8/tk.rb:1869:in `const_missing' Did you call "require 'tkextlib/tile'"? If so, did you install Tile extension for your Tcl/Tk? # ActiveTcl binary package includes Tile extension. > Tile appears in: > C:\InstantRails\ruby\lib\ruby\1.8\tkextlib That is a wrapper library for Tile extension. It requires Tcl/Tk's Tile libraries. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)