Locuth;424487 Wrote: > Unfortunately I think the "Here _Now" is a SqueezeCenter problem. > SlimControl doesn't insert any "_" characters If you don't do anything with the "&", then the windows (including Windows Mobile I guess) API probably DOES insert "_" characters.
This goes back to the year dot with the "&" being used in menu titles to indicate the 'Alt' accelerator (or hot) key, e.g. &File -> Save &As. The character that follows the "&" becomes the underlined accelerator, so in the case of "Here & Now", the space before the "N" is underlined. To avoid this there should be a function to deal with it, but I seem to remember from way back that you need to parse the string and insert a "&" before (or after) and "&" found, so that it becomes "&&". This will make the string "Here & Now" become "Here && Now", but be displayed as "Here & Now" and not "Here _Now". -- rickwookie ------------------------------------------------------------------------ rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=62486 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
