Select to view content in your preferred language

FlexViewer

647
1
02-08-2011 01:47 AM
ReenaSingh
Emerging Contributor
Hi,

I am developing appllication based on FlexViewer.
But I am facing problem in dispatching events from MapManager to Widgets(BaseWidgets).
Even in customizing the infowindow popups.
Please help me in understanding the event and data flow.
I found one application "Public Safety COP Template" which is good. It will be helpful if we will get the source code of the same, as this will help in working in Flex Viewer.
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Reena,

   You should post Flex Viewer questions to the Flex Viewer Forum.

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

Communication between the MapManager and Widgets happen through AppEvents being dispatched and listened for. If you need to send a custom command then just add a new AppEvent.
0 Kudos