Dear all, I am struggling to align "textentry" fields in a Tcl/Tk widget. In the example below, I'd like to have the boxes aligned. library(rpanel) panel <- rp.control(title="title",size=c(100,100)) rp.textentry(panel,var=a,labels="Variable A", initval="1",pos=list(row=0,column=0)) rp.textentry(panel,var=b,labels="Var. B", initval="1",pos= list(row=1,column=0)) Thanks for your help Pascal -- Pascal A. Niklaus Institute of Evolutionary Biology and Environmental Studies University of Zurich Winterthurerstrasse 190 CH-8057 Zurich / Switzerland