Skip to content
Back to formatted view

Raw Message

Message-ID: <4E9433E4.3070303@ieu.uzh.ch>
Date: 2011-10-11T12:17:40Z
From: Pascal A. Niklaus
Subject: rpanel

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