What platform and version are you using? What are the style flags used on the frame? Have you tried creating a new instance of your frame instead of showing/raising an existing one?
···
On 8/10/12 12:53 PM, 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?
--
Robin Dunn
Software Craftsman