Hola! Starting with rw1071, just after starting Rgui the scope is not with Rconsole, but some other place. This means I have to do a mouse click in the Rconsole before starting to write the first command. Since I always forget this, I end up writing the first command twice. This is of course only a minor nuisance, but why is focus no longer set to Rconsole window when start-up? This is on windows XP. (pre-compiled binary from CRAN) Kjetil Halvorsen
This doesn't happen with me. When I startup the focus is on the
console. I'm running
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 7.1
year 2003
month 06
day 16
language R
>
on Windows XP Home. Maybe you have something else running in the
background?
-roger
kjetil brinchmann halvorsen wrote:
>Hola!
>
>Starting with rw1071, just after starting Rgui the scope is not with
>Rconsole, but some other place. This means I have to do a mouse click
>in the Rconsole before starting to write the first command. Since I
>always forget this, I end up writing the first command twice.
>
>This is of course only a minor nuisance, but why is focus no longer
>set to Rconsole window when start-up?
>
>This is on windows XP.
>(pre-compiled binary from CRAN)
>
>Kjetil Halvorsen
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>
>
>
On Thu, 17 Jul 2003 12:42:40 -0400, "kjetil brinchmann halvorsen" <kjetil at entelnet.bo> wrote :>Hola! > >Starting with rw1071, just after starting Rgui the scope is not with >Rconsole, but some other place. This means I have to do a mouse click >in the Rconsole before starting to write the first command. Since I >always forget this, I end up writing the first command twice.Do you have any code in your Rprofile that's playing with the GUI? This sounds vaguely like a bug in the handling of the speedbuttons; I can't think how that bug would cause this effect, but it might be something related. Duncan Murdoch