Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

PanelType Scroll

$
0
0
In the new version 3.2 ArcGIS Viewer for Flex in FlashBuilder I implemented widgetcontainer paneltype = "right".

Code:

<widgetcontainer paneltype="right" initialstate="open" size="330">
        <widget label="Lista Layer-a"
                icon="assets/images/i_layers.png"
                config="widgets/TOC/TOCWidget.xml"
                url="widgets/TOC/TOCWidget.swf"/>       
        <widget label="Identifikacija"
                icon="assets/images/i_info.png"
                config="widgets/Identify/MobilnaTehBaza_IdentifyWidget.xml"
                url="widgets/Identify/IdentifyWidget.swf"/>
        <widget label="Pretraživanje"
                icon="assets/images/i_search.png"
                config="widgets/eSearch/BhMobile_eSearchWidget.xml"
                url="widgets/eSearch/eSearchWidget.swf"/>                       
    </widgetcontainer>

When ArcGIS Viewer application opens on a smaller screen, such 12280x800 px., No possibility scroll.

Please help where in the code can add or remodel that appears scroll.
Picture shows paneltype_Full.jpg look full screen - OK
Picture shows paneltype_SmallScrean.jpg look at a smaller resolution - not OK

Thanks
Greeting,
Edin Z.
Attached Thumbnails
Click image for larger version

Name:	paneltype_Full.jpg‎
Views:	N/A
Size:	61.2 KB
ID:	23636   Click image for larger version

Name:	paneltype_SmallScrean.jpg‎
Views:	N/A
Size:	96.6 KB
ID:	23637  

Viewing all articles
Browse latest Browse all 2097

Trending Articles