|
From: Ethan M. <merritt@u.washington.edu> - 2006-10-10 21:23:50
|
On Tuesday 10 October 2006 02:04 pm, Joe Koski wrote: > > On a Mac, as with X11, one window at a time has, what I think X11 > calls focus, i. e., only one window is interactive at a time. The wxt > window refuses to become an interactive window, and you can't drag it > around the screen with the cursor on the border like you can other > windows. ??? That last bit is really strange. "Focus" controls where the input event go. If you type on the keyboard, who is listening? If you click the mouse, who gets first chance to respond? But dragging the window around the screen does not require the window to have focus; it is handled by the window manager / desktop, not by the program controlling the window. Can you use 'top' or 'ps' to see if the process controlling the wxt window is burning CPU cycles? Note that if it's a thread, you may have to give extra options on the command line: ps auxm -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |