Menu

#48 TreeView: Hide/Show problems in 2.4y

open
nobody
None
5
2002-06-17
2002-06-17
Anonymous
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.