user interface - python show tooltip window on click -
there command in autohotkey shows tooltip message on top of screen. want on python.
in more details need make application, work in background, tracking keyboard. on specific hotkey should show on top of screen message without grabbing focus other application. , should remove message after conditions (e.g. mouse moving). should work full screen apps too.
i couldn't find how on python, or libraries should use. need help.
global tooltips created via winapi createwindowex tooltips_class
window class. there some examples can adapt. see the autohotkey implementation.
shell tray tooltips created via shell_notifyicon.
working example: wontoncc/balloontip.py , the autohotkey implementation.
Comments
Post a Comment