Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alt+tab issue #9

Open
antofa opened this issue Feb 11, 2022 · 10 comments
Open

Alt+tab issue #9

antofa opened this issue Feb 11, 2022 · 10 comments
Labels
bug Something isn't working

Comments

@antofa
Copy link

antofa commented Feb 11, 2022

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

@4rtzel
Copy link
Owner

4rtzel commented Feb 11, 2022

UI should always stay on top because of the '-topmost' option:

self._root.wm_attributes('-topmost', True)

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

@Razunter
Copy link

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

@4rtzel
Copy link
Owner

4rtzel commented Feb 11, 2022

@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
Copy link
Author

antofa commented Feb 11, 2022

@4rtzel windows 10, windowed fullscreen, directx 11

@4rtzel
Copy link
Owner

4rtzel commented Feb 11, 2022

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.

@4rtzel 4rtzel added the bug Something isn't working label Feb 12, 2022
@Razunter
Copy link

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

@antofa
Copy link
Author

antofa commented Feb 21, 2022

I'm using SlimTrade too.

@4rtzel
Copy link
Owner

4rtzel commented Feb 21, 2022

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

@antofa
Copy link
Author

antofa commented Feb 21, 2022

@4rtzel yes, hotkeys works for me, thanks

@Razunter
Copy link

Disabling menubar button in SlimTrade also helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants