Sorry to those not interested in R/TclTk for yet another email! Thomas found possibly a better way to fix the "white column on the right" problem : tkconfigure(table1,colstretchmode="unset")
Also, he asked how to justify text to the left in cells, noting that justify="left" didn't work and that the help for justify only mentioned multi-line cells. His solution was : tkconfigure(table1,anchor="w") Or for an individual tagged cell: tkcmd(.Tk.ID(table1),"tag","cell","ZeroOne","0,1") tkcmd(.Tk.ID(table1),"tag","configure","ZeroOne",anchor="e") James ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help