hokiejerm has asked for the wisdom of the Perl Monks concerning the following question:
I have a TK::Tree on the left where I select an item from the tree. On the right, I have information pertaining to the selected item. I used the -browsecmd callback and this works, mostly.
The issue I have is that when no item is selected, I still display stale information for the last item selected. Is there a way to invoke the callback in theis situation with an empty string for the key?
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: TK::Tree delecting item
by zentara (Cardinal) on Dec 16, 2011 at 11:00 UTC | |
|
Re: TK::Tree delecting item
by Anonymous Monk on Dec 15, 2011 at 14:57 UTC |