View Single Post
Old 09-01-2015, 04:50 AM   #1
RadicalxEdward
Enthusiast
RadicalxEdward began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jun 2009
Device: Amazon Kindle
Lightbulb Fix for missing tooltips in Kindle Comic Converter for Mac

Hello all

I have often had trouble with one particular issue with Kindle Comic Converter no matter which version it was. More often than not, the tool tips that explain each option wouldn't show up, so if i hadn't used the app for a while i'd forget which settings did exactly what and what i wanted to use. This happened across multiple versions of KCC and OS X (currently on yosemite public beta)

So here's a quick simple fix for anyone having the same problem and can't figure out a solution.

Simply open terminal and enter:
Code:
defaults write com.kindlecomicconverter.KindleComicConverter NSInitialToolTipDelay -int 1000
What does this do? Well it changes the amount of time it takes for a tooltip to show up after hovering. In this particular case it only effects KCC and not your other apps. The default delay is 1 second (1000 milliseconds). So you're not really changing anything, but for some reason, if the tooltips get turned off, this should restore them. And since there's no documentation on the KCC website about what the tooltips say, this can really come in handy.
RadicalxEdward is offline   Reply With Quote