I have an AIR app that I have developed for a client.
It has a system tray icon with the company name, app name etc, displayed in a tooltip.
This all works very simply except that the client in question has a & in their name.
No matter how I encode this, it never seems to get displayed.
Anyone come across this before, or have any workarounds?
This is the right answer! I’m using this for a ContextMenuItem in Flex 4.5.1. At first I’ve tried escaping the ampersand with
'&', but that doesn’t work here.Best regards,
Christian