search for: ecolor

Displaying 1 result from an estimated 1 matches for "ecolor".

Did you mean: color
2005 Sep 05
1
tcltk, X11 protocol error: Bug?
...rce (not the deb package). My version of tcl/tk is 8.4. The code is below. If anyone sees something I am doing foolish let me know, otherwise I will file a bug report. Nicholas ##### File clrramp2.r ############## require(tcltk) clrRamp <- function(n.col, b.color=NULL,e.color=NULL){ B.ChangeColor <- function() { b.color <<- tclvalue(tkcmd("tk_chooseColor",initialcolor=e.color, title="Choose a color")) if (nchar(b.color)>0){ tkconfigure(canvas.b,bg=b.color) Rmp.Draw() } } E.ChangeC...