Message-ID: <59d7961d0705132030l3d8ca777q750f1985a0c5c5cd@mail.gmail.com>
Date: 2007-05-14T03:30:17Z
From: Henrik Bengtsson
Subject: select.list() not on front of other windows
When calling
select.list(letters[1:3])
in a fresh R session (R v2.4.1, v2.5.0, v2.6.0 devel) on WinXP using
*Rterm*, the dialog does *not* come up on front of other windows the
first time you call it. Under Rgui it works just fine.
If you do:
1) select.list(letters[1:3])
2) bring the window to front manually
3) select an option and press OK
4) select.list(letters[1:3])
it the (second) dialog comes up in front of all other windows.
/Henrik