An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-sig-gui/attachments/20070912/8d737052/attachment.pl
[R-gui] unknown color name "systemWindowBody"
2 messages · Samuel Kemp, Philippe GROSJEAN
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