John Seal - 2007-02-02

Logged In: YES
user_id=231769
Originator: NO

The panic seems to occur only if the treectrl widget isn't mapped. In this example:

package require treectrl
treectrl .tree
.tree column create -text File -tag file
.tree configure -treecolumn file
pack .tree -fill both -expand yes

update ;# idletasks won't work
.tree see first

The error doesn't occur, even though the treectrl is empty. If you remove the [update], or change it to [update idletasks], then you get the B_IncrementFind error.