Select to view content in your preferred language

AppEvent.WIDGET_MENU_CLICKED Issue

573
1
05-05-2011 06:03 AM
JoshObrecht
Regular Contributor
We are in the process of converting our 1.3 Flex project to the 2.2 API.  After making the proper changes, we have begun noticing an issue.  Every time we make the following call:

SiteContainer.dispatchEvent(new AppEvent(AppEvent.WIDGET_MENU_CLICKED, false, false, itemId));

all of the widgets that are open and the banner flash to a hollow style then come back to normal.  Has anybody noticed this issue?
Tags (2)
0 Kudos
1 Reply
JoshObrecht
Regular Contributor
I have had some time and have investigated this more.  Turns out that the widgets flash when ever the code gets to widgetBox.addChild(widgetDO); within the WidgetManagerDocked item.
0 Kudos