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
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.