>
> That is true, but if i would want to change the color of the cell after a sorting. It is not at same position longer. How do i know, what is the new position of the cell, so i can change it's color ?
>
>
Please look at: getkeys and getfullkeys commands. Keys obtained from these commands can be used as row index.
Each item of a tablelist widget has a unique sequence number that remains unchanged until the item is deleted, thus acting as a key that uniquely identifies the item even if the latter's position (i.e., numerical row index) changes. This command provides read-only access to the full keys obtained by prepending the letter k to these internal item IDs.
Regards,
nagu.