Feb 9, 2004 #1 fabien Technical User Sep 25, 2001 299 AU Hi! How can I get the index value of the item that is currently selected in a ListBox widget? Thanks,
Hi! How can I get the index value of the item that is currently selected in a ListBox widget? Thanks,
Feb 9, 2004 Thread starter #2 fabien Technical User Sep 25, 2001 299 AU I found the solution myself using: pathname curselection Upvote 0 Downvote
Feb 9, 2004 #3 ulis Programmer Oct 12, 2001 429 FR Be careful that this command returns a list of indices. This only matters if Code: -selectmode option value is multiple or extended. ulis Upvote 0 Downvote
Be careful that this command returns a list of indices. This only matters if Code: -selectmode option value is multiple or extended. ulis