Select to view content in your preferred language

2.1 removal of ClassicController

687
6
09-24-2010 06:21 AM
AdamMills
New Contributor II
Just out of curiosity, why was the ClassicController UI removed in 2.1?

thanks,
-Adam
Tags (2)
0 Kudos
6 Replies
DerekLaw
Esri Esteemed Contributor
Hi Adam,

The Classic Controller widget that was available in beta, was removed from the ArcGIS Viewer for Flex final release, because a lot of the user feedback we received indicated that it wasn't really a "nice looking" UI. Many said the Header Controller widget was a major improvement in terms of UI design.

During beta, the Classic Controller widget had the advantage of being able to group widgets into dropdown menus. This is now possible in the Header Controller widget by using a <widgetgroup> tag in the <widgetcontainer> tag.

The Widget Container tag

Hope this helps,
0 Kudos
AdamMills
New Contributor II
thanks Derek, I did not know about widgetgroups.  Very nice!  This leads to my next question.  I see widgetgroup has an icon property, but I don't seem to be able to change it.  Do they have a sample somewhere?

thanks,
-Adam
0 Kudos
AdamMills
New Contributor II
My mistake, I put it in the wrong tag.  😄
0 Kudos
GustavoMendez_Echenagucia
New Contributor
Hello

How can i change the icon???

thanks
0 Kudos
ajaykrishnapillai
New Contributor
The <widgetgroup> tag is not working on Flex 2.1.
What is the fix?

I used the following the ESRI sample format (see below)..

<widgetcontainer layout="horizontal">
        <widgetgroup label="Locators">
            <widget label="Find U.S. address"
                icon="assets/images/i_target.png"
                config="widgets/Locate/LocateWidget_US.xml"
                url="widgets/Locate/LocateWidget.swf"/>
            <widget label="Find European addresses"
                icon="assets/images/i_pin2.png"
                config="widgets/Locate/LocateWidget_EU.xml"
                url="widgets/Locate/LocateWidget.swf"/>
            ...
        </widgetgroup>
    </widgetcontainer>
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
ajay,

    If you look at or use the config-all.xml it works just fine so I don't know what kind of issue you are having.
0 Kudos