[R-gui] unknown color name "systemWindowBody"

Philippe Grosjean phgrosjean at sciviews.org
Wed Sep 12 22:20:52 CEST 2007


This color definition is specific to Windows... Use another way to 
define your color on a Mac.
Best,

Philippe Grosjean

P.S.: I had to accept your message manually: you are not supposed to 
post to the forum without first subscribing to it (with the email 
address you use to send message to the list)

..............................................<°}))><........
  ) ) ) ) )
( ( ( ( (    Prof. Philippe Grosjean
  ) ) ) ) )
( ( ( ( (    Numerical Ecology of Aquatic Systems
  ) ) ) ) )   Mons-Hainaut University, Belgium
( ( ( ( (
..............................................................

Samuel Kemp wrote:
> Hi,
> 
> I am trying to use a tk table, with the following code
> 
> require(tcltk)
> tt <- tktoplevel()
> tclRequire("Tktable")
> tkwm.title(tt,title)
> table1 <-
> tkwidget(tt,"table",rows=nrow,cols=ncol,titlerows=1,titlecols=0,height=height+1,width=width+1,
>                      xscrollcommand=function(...)
> tkset(xscr,...),yscrollcommand=function(...) tkset(yscr,...))
> 
> However, the last line causes the following error message
> 
> unknown color name "systemWindowBody"
> 
> This code works fine in Windows XP, but not on my Mac.
> 
> Does anyone have a solution to this problem? Any help would be gratefully
> appreciated.
> 
> Kind regards,
> 
> Sam
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-SIG-GUI mailing list
> R-SIG-GUI at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-gui
>



More information about the R-SIG-GUI mailing list