I'm using the Flex Popup Manager to pop up a custom TitleWindow from my main
application. Said TitleWindow contains a ToggleButtonBar whose dataprovider is
a ViewStack
containing three Canvases. I'm trying to set the ToolTips for the Canvases
dynamically on
window popup. Unfortunately, mousing over the buttons in the ToggleButtonBar
does not
trigger any tooltip at all. If I hard code the tooltip in the MXML, it works
exactly as it should.
I've inspected the app during runtime and the Canvases show the correct text in
their tooltip
properties, so I know they're getting the values they need from my ActionScript
function.
Does anyone have any ideas why this might be happening? Any help would be
greatly
appreciated.