Hi All!
I'm have some problem with multiple widget containers. When I use more than one widget container the page never stops loading. Well maybe it stops but the busy cursor never stops/disappears. Somewhat annoying. I haven't even infected the code with my own widgets yet 😉
When the ArcGIS View for Flex was in beta I didn't encounter this problem.
Is this a problem for anyone else?
part from the config.xml below...
<!-- widgets organized into widget containers that manage close/open etc -->
<!-- supported layout property options: horizontal(default)|float|vertical|fix-->
<widgetcontainer layout="float">
<widget label="Bookmarks" left="430" top="90"
icon="assets/images/i_bookmark.png"
config="widgets/Bookmark/BookmarkWidget.xml"
url="widgets/Bookmark/BookmarkWidget.swf"/>
</widgetcontainer>
<widgetcontainer layout="vertical">
<widget label="Search" left="80" top="280"
icon="assets/images/i_search.png"
config="widgets/Search/SearchWidget_Louisville.xml"
url="widgets/Search/SearchWidget.swf"/>
</widgetcontainer>
</configuration>