problem with tcltk under Windows (was [Rd] RE: [R] one more Rcmdr problem)

Duncan Murdoch murdoch at stats.uwo.ca
Wed Oct 13 20:19:42 CEST 2004


On Wed, 13 Oct 2004 13:30:49 -0400, "John Fox" <jfox at mcmaster.ca>
wrote :

>Dear Adrian,
>
>As I suspected, this is not a problem specific to the Rcmdr but is
>rather a more general tcltk/Windows problem. The following works fine
>in R 1.9.1 (and before, I assume) but reliably crashes R 2.0.0
>(including the latest Windows patched version on CRAN) under Windows XP
>Prof:
>
>library(tcltk)
>top <- tktoplevel()
>textwindow <- tktext(top, bg="white", height=10, width=40, wrap="none")
>tkgrid(textwindow)
>
>Then, with the cursor in the text windows, press any Ctrl-key
>combination to crash Rgui.

I see this using the released 2.0.0, but not in today's r-patched.  I
don't think we've done anything that would fix this, so it may just be
that the error is masked on my system.

I'll see if I can spot what's going on.

Duncan Murdoch



More information about the R-devel mailing list