Jul-08-2025, 11:01 PM
(This post was last modified: Jul-10-2025, 09:56 AM by MvGulik.
Edit Reason: system-menu-bar => system-taskbar
)
I have this little tkinter information bar (window without title-bar -> auto on-top), which can be moved around with the mouse.
Everything works fine. Including, for example, a bit of sticky behavior at the screen borders.
There is just one little hiccup ...
If I move that info-bar, which has a small height, inside the system-taskbar (at bottom: Linux, Mint) I can't drag it out anymore (it is still visible though).
Figure the system-taskbar, which of course also has some on-top state is now blocking access(mouse clicks at least) to that info-bar.
Is there any way to not lose mouse access to that info-bar in this particular case ?
(probably not I figure, for multiple reasons.)
Figure I could potential add some keybind to move that info-bar to some default/save location. But if not needed ...
Preventing the info-bar from moving into the system-taskbar area is not on my mind. ... It kinda looks nice there (+out of the way of any other stuff).
(Currently I have no cleaned up test/example case(See next post) ... (Still) Seems more a general thing than potentially related to my used (basic) code.)
Everything works fine. Including, for example, a bit of sticky behavior at the screen borders.
There is just one little hiccup ...
If I move that info-bar, which has a small height, inside the system-taskbar (at bottom: Linux, Mint) I can't drag it out anymore (it is still visible though).
Figure the system-taskbar, which of course also has some on-top state is now blocking access(mouse clicks at least) to that info-bar.
Is there any way to not lose mouse access to that info-bar in this particular case ?
(probably not I figure, for multiple reasons.)
Figure I could potential add some keybind to move that info-bar to some default/save location. But if not needed ...
Preventing the info-bar from moving into the system-taskbar area is not on my mind. ... It kinda looks nice there (+out of the way of any other stuff).
(Currently I have no cleaned up test/example case(See next post) ... (Still) Seems more a general thing than potentially related to my used (basic) code.)
