4rtzel / poe-archnemesis-scanner

Tool for Path of Exile game to automatically scan Archemesis inventory and display related information
Apache License 2.0
64 stars 25 forks source link

Alt+tab issue #9

Open antofa opened 2 years ago

antofa commented 2 years ago

UI becomes always hidden, if i use alt+tab. Need option to display UI always on top of all windows.

4rtzel commented 2 years ago

UI should always stay on top because of the '-topmost' option: https://github.com/4rtzel/poe-archnemesis-scanner/blob/6f60c59479c2db7b8407c310909b6c31f8b0422c/poe_arch_scanner.py#L235

How are you running the game? Windowed/Fullscreen/Windowed Fullscreen?

Razunter commented 2 years ago

Disappears for me too. Windowed Fullscreen, Vulkan, Windows 11.

4rtzel commented 2 years ago

@antofa, are you using Windows 11 as well? That may be the main problem.

There are quite a few solutions for the overlay windows for Tk floating around the internet. It's possible that some combinations of those might work.

antofa commented 2 years ago

@4rtzel windows 10, windowed fullscreen, directx 11

4rtzel commented 2 years ago

It's hard to debug this issue because I don't have the same problems on my side. It would be nice if some of you could cooperate with me so we could try different changes to the code to make it work.

Razunter commented 2 years ago

Hard to reproduce manually, but it may be related to SlimTrade somehow: this bug seems to happen only with SlimTrade running.

antofa commented 2 years ago

I'm using SlimTrade too.

4rtzel commented 2 years ago

You could try using the tool in non-overlay mode and rely on hotkey to start the scanning.

antofa commented 2 years ago

@4rtzel yes, hotkeys works for me, thanks

Razunter commented 2 years ago

Disabling menubar button in SlimTrade also helps