cathoderaydude / Babel

A simple translation tool for on-screen text using Google Cloud Vision and Translate. Intended for translating emulated videogames and similar things.
MIT License
2 stars 0 forks source link

Add helptext in statusbar #35

Open cathoderaydude opened 3 years ago

cathoderaydude commented 3 years ago

It would be ideal to remove all tooltips from the toolbar and implement statusbar helptext.

This will require creating a variable that stores the persistent text (e.g. the results of the last operation) and some messy code to observe mousemove from a centralized location, since we don't want a MouseEnter and MouseOut on every single control. My thought is that if MouseMove can be observed from a central location, we can check (say) .ToolTip on every hit control and display if necessary. Not sure.