Displaying 2 results from an estimated 2 matches for "rtcl_objfromcharvector".
2008 Mar 31
2
tkconfigure throws an error
...bjv", objv, PACKAGE =
"tcltk"), class = "tclObj") :
[tcl] invalid command name ".6.4". ## when the tkconfigure is
entered from R buffer
2. tkconfigure(b1,command=source("./src/f.imm2.R"))
Error in switch(storage.mode(x), character = .External
("RTcl_ObjFromCharVector", :
cannot handle object of mode 'list' # when I run the full source
buffer (stuff pasted above)
the script just needs the date from the tcl window and everything else
is conventional R code.
2004 Apr 23
4
Tcl Tk table
...quot;3,3", "4,4", "5,5", "6,6", "7,7", "8,8")))
tkcmd(.Tk.ID(table1),"tag","configure","gruen",bg="green",fg="green")
#Error message: Error in switch(storage.mode(x), character = .External("RTcl_ObjFromCharVector", : Cannot handle object of mode list
#But this works also with R 1.9
tkcmd(.Tk.ID(table1),"tag","celltag","gruen","3,3","4,4","5,5","6,6","7,7","8,8")
tkcmd(.Tk.ID(table1),"tag","confi...