From: Albert Schlef Date: 2010-03-23T07:58:29+09:00 Subject: Re: Ruby/Tk: How to colorize a Treeview? Hidetoshi NAGAI wrote: > From: Albert Schlef > Subject: Ruby/Tk: How to colorize a Treeview? > Date: Sun, 21 Mar 2010 13:48:11 +0900 > Message-ID: <0206b1e13c95db7c2dc3057fc0685444@ruby-forum.com> >> tree.tag_configure('configure', 'important', :background => 'yellow') > (snip) >> I took that code from: >> >> http://www.tkdocs.com/tutorial/tree.html#appearance >> >> That article mentions this bug in Ruby/Tk. > > Please try "tree.tag_configure('important', :background => 'yellow')". > I think the bug is already fixed (at least, on the latest Ruby/Tk). Thanks. Upgrading Ruby/Tk isn't a viable solution for me because I can't force my users to upgrade theirs. Well, this isn't critical. I can live without this feature. (BTW, I'm using the most recent Ruby 1.8 Ubuntu provides, which is 1.8.7.174, and the bug is there.) Anyway, thanks, Hidetoshi. I appreciate it that you're here to answer our questions. -- Posted via http://www.ruby-forum.com/.