Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-12-19 Thread Raffaele Calogero
That's great! I will also fix oneChannelGUI. Thanks a lot! Raffaele Prof. Raffaele A. Calogero Bioinformatics and Genomics Unit MBC Centro di Biotecnologie Molecolari Via Nizza 52, Torino 10126 Tel. ++39 0116706457 Fax++39 0112366457 Mobile ++39 8

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-12-19 Thread Milan Bouchet-Valat
Le mercredi 19 décembre 2012 à 16:27 +1100, Keith a écrit : > Andreas, > > thanks so much for this clue. > > I have found that if I reduced the time in seconds from 0.1 to 0.01 to > 0.001 to 0.0001 I only had problems with freezing on the 0.0001 time. > > I tested on Win7(64 bit) on an Intel co

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-12-18 Thread Mark.Bravington
ge- > From: r-devel-boun...@r-project.org > [mailto:r-devel-boun...@r-project.org] On Behalf Of Keith > Sent: Wednesday, 19 December 2012 4:28 PM > To: Moeltner, Andreas > Cc: raffaele.calog...@gmail.com; 'r-devel@r-project.org' > Subject: Re: [Rd] tcltk freezing

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-12-18 Thread Keith
Andreas, thanks so much for this clue. I have found that if I reduced the time in seconds from 0.1 to 0.01 to 0.001 to 0.0001 I only had problems with freezing on the 0.0001 time. I tested on Win7(64 bit) on an Intel core i7 870 at 2.93GHz (16GB ram)(8 cores) and a WinXP (32bit) Pentium 4 3.

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-12-18 Thread Moeltner, Andreas
R Version 2.15.0/Windows XP Maybe this will help to identify the problem (I have similar problems with other tcltk-windows, too.) Inserting some time delay after tktoplevel helps (on my PC): > test2GUI <- function(){ > require(tcltk) > MainWindow <- tktoplevel() Sys.sleep(0.1) > top

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-11-19 Thread Keith
Thanks Duncan for testing. I have installed the latest binary I could find which is: R Under development (unstable) (2012-11-16 r61126) Platform: x86_64-w64-mingw32/x64 (64-bit) I still have a problem. I have shortened the code as you suggested - now it's only 6 lines! could you try this plea

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-11-19 Thread Duncan Murdoch
On 19/11/2012 12:05 AM, Keith wrote: ... On MS Windows (I have tested on Win XP-32bit and Win7-64bit) the problem occurs in R-2.16.0, R-2.15.2, R-2.15.1,R-2.14.0. Of course, there is no 2.16.0 yet, but one more datapoint: I can't reproduce the problem with a current build of R-devel (i.e. th

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-11-19 Thread Duncan Murdoch
On 19/11/2012 12:05 AM, Keith wrote: ... A Main Window pops up with "Main Window" in the Menu bar. Click on "Main Window" and the first (and only) item on the menu drops down and it is called "Normalize". Clicking this opens another windows entitled "Get Method". If there is a problem (it is i

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-11-19 Thread Duncan Murdoch
I see the freeze that you mentioned. I'm not likely to be able to track this down in the next while, so I'd suggest posting it to the R bug list. (If you can determine what makes it 100% reproducible, or shorten the script even more, that will make it easier to find and fix.) Duncan Murdoch

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-11-19 Thread rcaloger
Hi Keith, I confirm that the problem of tcltk freezing window was reported by windows oneChannelGUI users. I also submitted the problem to R-bugs, but I could not manage to convince them that the problem is not due to the package. Cheers Raffaele On 11/19/12 6:05 AM, Keith wrote: I am the maint