On Wed, 13 Oct 2004 13:30:49 -0400, "John Fox" <[EMAIL PROTECTED]>
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

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to