In the new version 3.2 ArcGIS Viewer for Flex in FlashBuilder I implemented widgetcontainer paneltype = "right".
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.
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>
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.