I have run across a problem using the Edit Widget in ArcGIS Viewer for Flex 3.0. I am using the Edit Widget to add rectangular extents to one feature service. Most of the extents that I am entering overlap to some extent- so when I click on one previously added extent to view or edit its attributes- the Edit Widget will often pick up many extents and give me the option to scroll through and change attributes for each extent.
The problem I'm having is that when the Edit Widget picks up more than say 10 overlapping features at once, and I try to view the attributes for the different features- the browser goes from displaying the web mapping application to displaying a big "!" and nothing else. My understanding is that this is a sign that there is a memory overload.
Is there something I can do do address this issue within the widget or web mapping application?
I was thinking if I could obtain a version of the Edit Widget that limits the features you can edit to the current web map viewing session- instead of just the current user- that this would cut down on the number of records for which the widget would allow you to view/edit attributes. I tried using Ben Kane's Enhanced Edit Widget from the code gallery (http://www.arcgis.com/home/item.html?id=c12dfc1fbc5c49bfa21c48c809a1eaca) but that did not seem to work properly. I do not have Adobe Flash Builder and am not a developer- so it would be difficult for me to make these changes to the widget code myself.