[R] Tcl error - brace in argument?
Peter Dalgaard
p.dalgaard at biostat.ku.dk
Fri Nov 26 17:36:55 CET 2004
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
More information about the R-help
mailing list