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
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