Skip to content
Back to formatted view

Raw Message

Message-ID: <x2pt20v9wd.fsf@biostat.ku.dk>
Date: 2004-11-26T16:43:14Z
From: Peter Dalgaard
Subject: Tcl error - brace in argument?
In-Reply-To: <x2y8gova6w.fsf@biostat.ku.dk>

Peter Dalgaard <p.dalgaard at biostat.ku.dk> writes:

> Matthew Dowle <mdowle at concordiafunds.com> writes:
> 
> > Hi all,
> >  
> > Does anyone know a solution for this error ?
> >  
> > > tkwidget(dlg, "iwidgets::spinint", range="{0 23}")
> 
> I suspect you want range=as.tclObj(c(0,23)) or something like that,
> i.e. a Tcl list of two numbers, not a five-character string.

On second thoughts: I think range=c(0,23) should do.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907