jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

In versions of Python where TK is bundled (starting in 3.6.5-3.7), Tooltips do not show up #541

Closed tazzben closed 4 years ago

tazzben commented 5 years ago

I'm not positive if this is question or a bug. I've notice (at least in macOS Mojave) that tooltips seem to not function with versions of python that bundle TK. They don't produce an error, they are simply not triggered.

Example:

from appJar import gui 

with gui() as app:
    app.label('test')
    app.addLabel("l1", "text")
    app.setLabelTooltip("l1", "text")

This is true of the latest version appJar. Probably related to issue #428

jarvisteach commented 5 years ago

Thanks for raising this - we've got some nice new virtualboxes at school running the latest version of python, I'll have a dig around next week.

jarvisteach commented 4 years ago

Fixed in next release