[request] App.focus() should work with fullscreen apps too

Bug #1272209 reported by RaiMan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

Bug Description

*** workaround ***

simulate the system's app switching keyboard and/or mouse actions
e.g. on Windows alt-tab

----------------------------------

I'm using a full screen GUI along with a simulator application. I open the simulator successfully, then I manipulate the GUI. Later in the script when I need to access the simulator, it's hidden behind the GUI so .focus() does not work.

With simApp = App("BodyTom Simulator") declared at the top I've attempted:
1. simApp.focus()
2. if not simApp.window():
        openApp(simApp)
        simApp.focus()
    else:
       simApp.focus()

P.S. I am running on Windows.

Any help would be greatly appreciated!

Thanks!

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → In Progress
importance: Undecided → Low
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.2.0
description: updated
RaiMan (raimund-hocke)
Changed in sikuli:
milestone: 2.0.0 → 2.1.0
RaiMan (raimund-hocke)
Changed in sikuli:
importance: Low → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.