Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does any one know how to use edit command

Status
Not open for further replies.

akpr

Programmer
Jul 25, 2001
19
US
Hi
I am using Listbox Widget [BWidget]. I am not able to edit a node in list box
I tried to edit a node from listbox by using edit command , but it is not getting edited, as far as documentation concerned, once a node is edited , the modified text will be returned.
I am using as follows
set res [$list edit f:$num [$list itemcget f:$num -text] ]
But always an empty string is returned
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top