From: Andrew Thompson Date: 2006-09-15T06:24:33+09:00 Subject: Re: TkDialogBox missing? I'm having issues with using 'itemconfigure' on a tab: irb(main):007:0> tabs.itemconfigure(0, :compound=>:text) ArgumentError: wrong number of arguments (1 for 0) from /usr/local/lib/ruby/1.8/tk/itemconfig.rb:232:in `__item_methodcall_optkeys' from /usr/local/lib/ruby/1.8/tk/itemconfig.rb:232:in `itemconfigure' from (irb):7 irb(main):008:0> I'm guessing I'm not getting the API call right, but I can't seem to figure out what kinda syntax it wants. Other than that, your suggested changes work great. Andrew -- Posted via http://www.ruby-forum.com/.