Just to add to my findings, it seems as though the tooltip will show when I mouse over the canvas itself. I was looking, however, for the tooltip to show when I mouse over the canvas' corresponding button in the ToggleButtonBar. Again, any help would be greatly appreciated.
--- In [email protected], "bryanpoopbartow" <[EMAIL PROTECTED]> wrote: > > 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. >
