Skip to content
Prev 22926 / 398502 Next

windows focus and setting active device

On R for Windows, you can give focus (as you define it) to a window with
bringToTop(). If you want anything else, you will need to code it
yourself. Beware that this is tricky as the SDI and MDI interfaces behave
differently, as do some versions of Windows.

BTW `highlighted' and `brought to top' are different concepts and
can happen independently.
On Mon, 26 Aug 2002, Gatehouse, Simon (E&M, North Ryde) wrote:

            
But not to have it on top.