in reply to Tkx ttk problem
The following instructions are for the Tile package, not for the ttk included in Tk 8.5. There are subtle differences, such as tile::setTheme becoming ttk::setTheme and others.So for Tcl 8.5 I usually needed
Your code however works fine with Tcl 8.5use Tkx; $Tkx::TRACE=64; Tkx::package_require('tile'); Tkx::ttk__setTheme('xpnative');#Tkx::tile__setTheme('xpnative');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tkx ttk problem
by igoryonya (Pilgrim) on Dec 24, 2009 at 07:58 UTC | |
by Anonymous Monk on Dec 24, 2009 at 08:25 UTC | |
|
Re^2: Tkx ttk problem
by igoryonya (Pilgrim) on Dec 24, 2009 at 08:17 UTC |