search for: xwit

Displaying 4 results from an estimated 4 matches for "xwit".

Did you mean: wit
2001 May 29
4
any way to set X11() device geometry (screen offsets)?
I am writing an R program to plot data as part of a real time display in a network operations center (NOC). Is there any way, when starting an X11 device in R, to control the location of the plotting window on the screen? I want to put up nine x11 plot windows at different places on the display, and I want the operators to be able to rearrange the window as they see fit by mousing around
2002 Nov 14
1
X11 resources
Would it be hard to make the X11 device driver in R accept general X11 resources? In particular I would like to be able to set the title of the graphics window when I start it up. (Note this is not the same thing as the title of a plot but rather is the character string visible to the window manager, and usually goes in a titlebar on top.) For example in Splus one can do > motif('-xrm
2005 Sep 26
2
Help: x11 position in the Unix environment
Hello, In the Unix environment, I open a window by x11(). May I specify the position of this window by specifying the position of the top left of the window as in Windows environment? Or some other parameters can be used to do that? Thank you, Shengzhe
2008 May 26
2
windows opening off screen
...:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) etc After the app starts up, I can move the window onto the screen using wmctrl or xwit, but it seems as though it's too late. The app has already failed, and it's just a frozen window. Any ideas? Thanks