TreeView: Hide/Show problems in 2.4y
Brought to you by:
ghowlett
Hello,
I recently started using blt and I think blt is a great
kit which saved me a lot of work.
But I got a problem in using the treeview:
If i insert a node
set id [.t insert end $key]
.t tag add $tagname
and hide it with
.t hide -full $key
it can only be shown again with
.t show $id
or
.t show $tagname
and not with
.t show -full $key
I am not sure if it should be used in this way, but
it would be much easier for me to acces the nodes with
their full pathname instead of their IDs.
Thanks
Matthias