[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2014-02-01 Thread RaiMan
@ all who might be interested: I will try to ease the pain a bit during the next months. Please post failing situations with detailed information. ** Changed in: sikuli Status: Invalid => In Progress ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Assi

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2014-01-31 Thread UNCCheezy
what a pain windows. I'm having similar issues with chrome. Photoshop works fine, chrome not so much. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1008113 Title: Windows XP: bug on focus() or

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2012-06-07 Thread Benny Phanichkul
i'm using FF13 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1008113 Title: Windows XP: bug on focus() or switchApp? Status in Sikuli: Invalid Bug description: Is there some bug with focus(

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2012-06-07 Thread RaiMan
Thanks for test and feedback, I will have a deeper look at it, but no idea at the moment. FF version? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1008113 Title: Windows XP: bug on focus() or s

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2012-06-06 Thread Benny Phanichkul
I just took the snippet and replaced Manager and Firefox with Notepad and VLC. The following code works for me without failure on 32bit win7 a = App('Notepad') b = App('VLC') b.focus() wait(2) a.focus() wait(2) b.focus() wait(2) a.focus() wait(2) @Raiman, I tried manually opening a Firefox wind

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2012-06-05 Thread RaiMan
Ok, I think this has something to do with the bunch of invisible windows, that FF has open. If you try this with FF, you can see this: ff = App("firefox") for i in range(100): w = ff.window(i) if not w: break print w So before running the snippet, manually make a "real" FF window the

[Sikuli-driver] [Bug 1008113] Re: Windows XP: bug on focus() or switchApp?

2012-06-05 Thread Benny Phanichkul
I see the same behavior with Manager and Firefox. I'm on Win7SP1 32bit. Used the same sample code in comment #3 and focus does not switch back and forth between the applications. However, if i switch between Notepad and VLC Media Player, it works fine. -- You received this bug notification becaus