Akascape / CTkToolTip

Small pop-up widget for displaying details inside customtkinter. (extension/add-on)
Creative Commons Zero v1.0 Universal
111 stars 7 forks source link

tooltip showing up under frame #14

Closed kosh66 closed 4 months ago

kosh66 commented 1 year ago

Hi, I have a set of buttons on a subframe of a main frame. The tooltip for the associated buttons is showing up under the button, as it its stuck on the main frame.

Akascape commented 1 year ago

@kosh66 can you give me a minimal example?

kosh66 commented 1 year ago

Apologies for late reply. That would be difficult to do a minimal example at this time. . I have now noticed it also occurs with the basic tkinter tootips widget as well. I think the issue is that I have a main window then I open a MDI window sitting on top which cannot be minimised etc. I feel that the tooltip is appearing on the main window, not the sub window and hence it seems to get covered.