Open couleurm opened 2 years ago
If you try it on VS Code, it will do the same thing. It just exposes a hidden terminal behind the GUI. You have to pass the window handle while instantiating the Progress
class for now. Don't worry, I'll work on this issue!
Do you have any updates regarding this bug, or an explanation on how I could obtain and pass the windows' handle? Thank you!
@couleurm the window handle is available as follows:
from PyTaskbar import hWnd
I have the same bug when running tkinter app
(Sublime, WinTerm, Extra Terminal
, Tkinter)
I'll be adding Tkinter and Windows terminal support soon. The problem is, I have to do that on a VM now because I switched to Linux a long while back.
Describe the bug When using this on Windows Terminal, instead of making a progress bar on the Windows Terminal process, it opens an OpenConsole.exe window instead
To Reproduce Steps to reproduce the behavior:
python install.py
while being in Windows TerminalExpected behavior The windows terminal window gets the progress bar, not opencolse
Screenshots
Desktop (please complete the following information):