Select to view content in your preferred language

Progress Bar for 3.3

453
5
Jump to solution
11-25-2013 08:21 AM
PaulVanWart
New Contributor II
I have a progress bar widget in my FlexViewer 2.5 that displays while the user is waiting for the map to finish drawing.  I am upgrading to Flex 3.3 and this widget will not work for me at 3.3.  Does anyone have a progress bar widget that works at 3.3?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Paul,

   Here it is compiled for 3.3.

Just add this to the main config.xml in the UI elements section

<widget horizontalcenter="0" verticalcenter="0" url="widgets/MapProgressBar/MapProgressBarWidget.swf"/>

View solution in original post

0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus
Paul,

   Are you looking for a compiled widget or the source code?
0 Kudos
PaulVanWart
New Contributor II
Yes I'm looking for a compiled widget.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Paul,

   Here it is compiled for 3.3.

Just add this to the main config.xml in the UI elements section

<widget horizontalcenter="0" verticalcenter="0" url="widgets/MapProgressBar/MapProgressBarWidget.swf"/>
0 Kudos
PaulVanWart
New Contributor II
Works great!  Thanks Robert!!!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Paul,

   Don't forget to close/mark as answered your question in the API forum as well.
0 Kudos