Application is working on Windows but when I run on RedHat10 under Wine 1.1.15. It looses focus and underlying Linux applications to get the keystrokes from the keyboard.
Clicking on the application we're trying to run or switching with ALT+TAB doesn't not give it the focus back.
The parameters we're running Wine are:
Allow the window manager to decorate the windows : OFF
Allow the window manager to control the windows: OFF
Emulate the Virtual desktop : OFF
If we allow the window manager to control the windows, then we don't have the problem. But, then we're having problems with modal forms used in our application.
I really appreciate if you guys can advise.
Thanks
Win Program loses focus and cannot regain it back.
Win Program loses focus and cannot regain it back.
On Mon, Apr 13, 2009 at 5:46 PM, cazkin <[email protected]> wrote:
--
-Austin
Try enabling the virtual desktop.Application is working on Windows but when I run on RedHat10 under Wine 1.1.15. It looses focus and underlying Linux applications to get the keystrokes from the keyboard.
Clicking on the application we're trying to run or switching with ALT+TAB doesn't not give it the focus back.
The parameters we're running Wine are:
Allow the window manager to decorate the windows : OFF
Allow the window manager to control the windows: OFF
Emulate the Virtual desktop : OFF
If we allow the window manager to control the windows, then we don't have the problem. But, then we're having problems with modal forms used in our application.
I really appreciate if you guys can advise.
--
-Austin
Re: Win Program loses focus and cannot regain it back.
Turn this back on. That's your problem. WM knowns nothing about Wine windows and takes all focus.cazkin wrote:Allow the window manager to decorate the windows : OFF
Re: Win Program loses focus and cannot regain it back.
Hi vitamin,
It was ON earlier but then we had different problem. When we moved the window, edit box (which is expecting operator to enter some data) stays there and doesn't move along with window.
It was ON earlier but then we had different problem. When we moved the window, edit box (which is expecting operator to enter some data) stays there and doesn't move along with window.
Re: Win Program loses focus and cannot regain it back.
So what would you prefer? No input at all or input box in the wrong place? Don't touch that option.cazkin wrote:Hi vitamin,
It was ON earlier but then we had different problem. When we moved the window, edit box (which is expecting operator to enter some data) stays there and doesn't move along with window.