aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
384 stars 62 forks source link

Tooltips on GUI-Elements #26

Closed hoppfrosch closed 10 years ago

hoppfrosch commented 10 years ago

Since the Clipboard Organizer has a few graphical buttons it's just a guess what will happen, if the button is pressed.

Providing tooltips on hovering the buttons would allow a better user experience, since a textual description of the purpose of the button is provided ,,,

hoppfrosch commented 10 years ago

I'm willing to introduce this into Clipjump - if I would know, what ToolTip Library/Implementation you prefer.

I would tend to use something like [http://www.autohotkey.com/board/topic/60605-ahl-lv2-tt-full-blown-tooltip-library]

aviaryan commented 10 years ago

You can use the WM_MOUSEMOVE function used in Settings editor for that.

hoppfrosch commented 10 years ago

Should I use the existing function within "Settings GUI Plug.ahk" or should I replicate funtionality inte "ChannelOrganizer.ahk"?

Nevermind - already found the solution

hoppfrosch commented 10 years ago

Introduced Tooltips for Channel manager within pullrequest #31

Closed this issue - more tooltips will be introduced on demand