Activate app from a background app

Heya,

Did you manage to resolve this problem satisfactorily? I’m getting the same issue here…

Hok

···

On Friday, 10 August 2012 20:53:37 UTC+1, Keita Kuroki wrote:

Hi all,
I’m creating an app that runs in background and opens on global keyboard hotkey.

The hotkey and showing the window on top is working fine, but it doesn’t give focus to the app.
I already tried self.Show(True), self.Raise(), self.Iconize(False), but the focus keeps in the other app window, such Browser.

Is there any way to activate an Application window and give focus to it without a click?

thanks