ArcGIS Viewer for Flex - Horizontal Layout

3989
5
Jump to solution
03-27-2015 03:46 AM
SaurabhGupta5
Occasional Contributor


Hello All,

I am using arcgis viewer for flex 3.6 and 'horizontal ' layout for widget container in config.xml. I want to set a property where i can able to resize or detach the widget from horizontal layout. I am preferring horizontal layout because it is aligning the widget in a good way but unable to resize the widgets.

Please suggest.

Regards

Saurabh

0 Kudos
1 Solution

Accepted Solutions
SaurabhGupta5
Occasional Contributor

I have found the solution for this one and too very simple.

src-widgets-WidgetContainer-WidgetContainer.mxml

private function setWidgetLayout(layout:String):void

make settings true for isDraggable and isResizeable 

Regards

View solution in original post

5 Replies
SaurabhGupta5
Occasional Contributor

Hello All Flex Users,

Have anyone done anything on above request. I am still struggling to get it done for one of my client. Please help me with some resolution. Would greatly appreciate the efforts.

Regards

0 Kudos
SaurabhGupta5
Occasional Contributor

hi robert,

please help , i think you are having a good hands on flex viewer framework. please suggest some location where i can make changes.

thanks and regards

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Saurabh,

   I am not developing in Flex anymore as this is a language that has reached mature status and is no longer to be updated by esri. I would recommend that you begin migrating your apps away from the Flex Viewer and over to the Web AppBuilder. I will not be investing any time in the flex viewer anymore.

0 Kudos
SaurabhGupta5
Occasional Contributor

Hi Robert,

That is our client next plan at least not for now. Anyways , thanks for all

your support in ArcGIS Viewer for Flex. Will look forward for you in ESRI

API's for javascript

Regards

On Wed, Jul 15, 2015 at 9:42 PM, Robert Scheitlin, GISP <geonet@esri.com>

0 Kudos
SaurabhGupta5
Occasional Contributor

I have found the solution for this one and too very simple.

src-widgets-WidgetContainer-WidgetContainer.mxml

private function setWidgetLayout(layout:String):void

make settings true for isDraggable and isResizeable 

Regards