Message-ID: <x2y8gova6w.fsf@biostat.ku.dk>
Date: 2004-11-26T16:36:55Z
From: Peter Dalgaard
Subject: Tcl error - brace in argument?
In-Reply-To: <78166BFC5165D811AA0400065BF0324B6B93D0@wisconsin.concordia>
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.
> Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class =
> "tclObj") :
> [tcl] wrong # args: should be ".31.1.19 configure -range {begin
> end}".
--
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