From: Joe Van Dyk Date: 2005-05-12T07:21:26+09:00 Subject: Re: another Tk question On 5/5/05, Joe Van Dyk wrote: > In Tk, what's the best way to show a large table of data that gets > constantly updated? Another TkTable question: I want to have the ability to color in titles in a TkTable according to some logic, so the titles on each row would be colored differently. However, I can only seem to find an option to color all the titles one color: @table.tag_configure('title', :bg=>"red", :fg=>"") Does that ability exist in TkTable? Thanks, Joe