Select to view content in your preferred language

multiple widget containers AVF 2.1 - problem

1191
10
09-27-2010 05:45 AM
KarlMagnusson
Deactivated User
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>
Tags (2)
0 Kudos
10 Replies
skoteaskotea
Deactivated User
Hey Karl,

For now, can you comment out line 139(this.cursorManager.setBusyCursor()) and line 144(this.cursorManager.removeBusyCursor()) from WidgetManager.mxml.

We would add a fix for this in the next release.

Hope that helps.


Hi people,
first post / great app.
I don't know where reporting a bug without a cutomer number so i do it there.
It seems there is the same problem ("busy cursor") when using more than one Coordinate Widget (to display Lat/Long in different output units geo + dms + mercator).
TIA.
0 Kudos