Project homepage:
http://tktreectrl.sourceforge.net/
ChangeLog:
http://tktreectrl.sourceforge.net/What%27s%20New%20in%20TkTreeCtrl.html
Source and Win32 binary downloads:
http://sourceforge.net/project/showfiles.php?group_id=69413
-- Tim Baker
There is a bug in this version when all of the following conditions are met:
-showheader yes, and
-xscrollincrement <= 0, and
no visible items, and
headers are wider than the window.
There is a fix in CVS under the VERSION2_2fixes branch. It is easy to avoid
by having -xscrollincrement > 0 (or by not displaying an empty list).
-- Tim Baker
The error ist: invalid command name "TreeCtrl::SetEdiable"
Regards
Manfred
I have no clue what that is about. There is a command called
TreeCtrl::SetEditable.
Can you verify that the spelling is correct in the demo files? And did you
build
treectrl yourself or are you using the Win32 binary I provided?
-- Tim Baker
Regards
Manfred
If you have version 1.1 installed, replace the old pkgIndex.tcl file
with the one from this version (but replace the version number 2.2 with
1.1). Otherwise the old pkgIndex.tcl file will set the TREECTRL_LIBRARY
variable which will override where the library scripts are found.
-- Tim Baker
Thanks, now does it work.
Regards
Manfred