Displaying 2 results from an estimated 2 matches for "rtcl5".
Did you mean:
rtcl
2003 Oct 01
0
curious error with tkcheckbutton
...CKAGE = "tcltk"), class
= "tclObj") :
[tcl] can't read "::RTcl2": no such variable.
when six variables tcl has been created in the array b and they exist:
> b
[1] "::RTcl1" "::RTcl2" "::RTcl3" "::RTcl4" "::RTcl5" "::RTcl6"
the script is(I'm use R 1.7.1 for win, the fail is in the first execution
of the script):
library(tcltk)
tt<-tktoplevel()
f<-tkframe(tt)
tkpack(f)
j<-6
nbre<-c("c1","c2","c3","c4","c5","c6")
b<...
2003 Oct 09
0
curious mistake in tkradiobutton
...CKAGE = "tcltk"), class
= "tclObj") :
[tcl] can't read "::RTcl2": no such variable.
when six variables tcl has been created in the array b and they exist:
> b
[1] "::RTcl1" "::RTcl2" "::RTcl3" "::RTcl4" "::RTcl5" "::RTcl6"
the script is(I'm use R 1.7.1 for win):
library(tcltk)
tt<-tktoplevel()
f<-tkframe(tt)
tkpack(f)
j<-6
nbre<-c("c1","c2","c3","c4","c5","c6")
b<-c()
i<-1
while (i<=j){
aux<-paste(&q...