MetaSys-LISBP / IsoCor

IsoCor: Isotope Correction for mass spectrometry labeling experiments
https://isocor.readthedocs.io
GNU General Public License v3.0
24 stars 9 forks source link

GUI - helping users with tooltip #13

Closed gmat closed 4 years ago

gmat commented 5 years ago

In addition to the documentation, we will investigate on the GUI if the use of tooltip could help user choosing the good option or finding some values like the purity tracer.

gmat commented 5 years ago

where should balloon could be useful in the interface ?

gmat commented 5 years ago

publish the branch balloongui with a useful class Tooltip found on stackoverflow to do this.

4 context helpers are declaring for the example. See line 700 in isocorgui.py.

This branch is based on the threading branch version.

Couldn't use Balloon from Tix. Tix is deprecated since version 3.6.

This Tk extension is unmaintained and should not be used in new code. Use tkinter.ttk instead.

pierremillard commented 4 years ago

implemented in #17