Add images recursively to tablelist cells?



I'm trying to add images to all cells in a particular column of the tablelist widget. However, I'm not grokking how to do this.

This is my example code:

foreach row 0 {
   $tbl cellconfigure 0,$row -image folder
}

The idea is that this snippet will iterate through each cell of column 0 and append the image. But it adds only one folder, to the top cell.

Any ideas?

--
Cheers,

Kevin Walzer, PhD
WordTech Software - "Tame the Terminal"
http://www.wordtech-software.com
sw at wordtech-software.com
.


Quantcast