1
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: March 25, 2009, 03:24 PM »I found another ampersand problem. It won't show up in the tray icon's tooltip.I'm not sure why it displays correctly on my system and not yours but it may have something to do with the fact that my computers are set up with Japanese as the default language. Unfortunately, I don't believe there is any sort of SS_NOPREFIX for tooltips like there is for text controls. The SS_NOPREFIX setting is what allows a text control to not interpret the ampersand as an underliner for the immediately following character. I could probably fix it by doubling-up ampersands in the tooltip strings but that would, most likely, break it for me (and other's systems that currently display it properly). In other words, this may have to be left as a cosmetic bug. I'll keep it in my bug tracker, though, in hopes that I come across a universal fix.-Deozaan (March 21, 2009, 08:00 PM)-skwire (March 25, 2009, 04:48 AM)
For standart tooltips TTS_NOPREFIX would work, but there is no such option for the systray icon (tooltip), so ampersands wont show there (tested on Windows 95 shell and Windows XP)... the underlining is ment for keyboard accelerators, so I'm not sure why needed for systray icon tooltips
