Re: [fltk.general] how to make a window always activate

2010-02-02 Thread MacArthur, Ian (SELEX GALILEO, UK)
Sorry for my unclear description, it was two independent executables. Can window manager control the focus on each application? If so, how to control? Thanks. Ah, that is unfortunate - that is certainly the hard way to do this, then. There's no really standard way to manage the focus

Re: [fltk.general] how to make a window always activate

2010-02-01 Thread MacArthur, Ian (SELEX GALILEO, UK)
The two window are not in one process. Process A has a window in left hand side, and Process B has a window in right hand side. So I think I can't use the above two method. Sorry I forget to mention this in my description. By not in one process do you literally mean that they are

Re: [fltk.general] how to make a window always activate

2010-02-01 Thread Greg Ercolano
leowang wrote: The two window are not in one process. Yikes, then you're basically trying to do two tricky things: * Undermine the window manager behavior for focus of events * Allow events to cross processes Not impossible, but might be hard if

Re: [fltk.general] how to make a window always activate

2010-02-01 Thread leowang
leowang wrote: The two window are not in one process. Yikes, then you're basically trying to do two tricky things: * Undermine the window manager behavior for focus of events * Allow events to cross processes Not impossible, but might be hard if

[fltk.general] how to make a window always activate

2010-01-31 Thread leowang
Dear all, I have two window in the screen display, one is on the left side, another is on the right side. Now if I push in the left side window, the right side window will be in deactivate status and can't recieve any keypad event. It only can receive keypad event until I push inside it. So I