Select to view content in your preferred language

ALL Robert Scheitlin Widgets are 2.4 compatable

4115
27
07-29-2011 10:41 AM
RobertScheitlin__GISP
MVP Emeritus
All,

  I have recompiled all my widget and updated the downloads to contain the new 2.4 compiled version of the swf.
Some widgets received other enhancements but most were just recompiled.
Tags (2)
0 Kudos
27 Replies
jamesdiaz
Deactivated User
THANK YOU!!!!
0 Kudos
KateLyndegaard
Deactivated User
Hi again:)

I've just started with an organization that has purchased an ArcGIS Viewer for Flex 2.1 web mapping application (no .mxml's available). I would really like to add your Identify Widget, however the path forward seems obstacle ridden. Can I make the 2.3.1 or 2.4 Identify Widget backwards compatible? I don't have a 2.1 version of it. I'm using Flash Builder 4.5, and I only have the compiled version of the 2.1 Viewer, although I do have uncompiled (and compiled) versions of the latest FlexViewer releases. I'm struggling to find documentation (2.1 API?), and would greatly appreciate your help.

Thanks again,
Kate Lyndegaard.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Kate,

   If your organization purchased the Flex Viewer, I hope that it is highly customized... Since the source code and the viewer are free. I would go back to individual or organization you purchased from and request the source code if it a customized version. The next draw back is now you have a version that is 3 releases behind. I will have to check if there is still a link out there to my 2.1 version of the identify widget.
0 Kudos
LarryPhelps
Regular Contributor
Robert Thanks so much for all the hard work keeping your Great widgets up to date.
I have noticed on all your samples you utilize a config file that feeds into the url for launching flexviewer.
Could you share how you accomplish this, I have been looking for a way to maintain 1 website and feed different config files to it.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Larry,

  Simply copy the main config.xml file and when you paste it back to the src folder rename it, for example I have config-identify.xml and then when you have a link to your web site you just add ?config=config-identify.xml to the url.
Like this:

http://gis.calhouncounty.org/FlexViewer2.4/index.html?config=config-identify.xml
0 Kudos
LarryPhelps
Regular Contributor
Larry,

  Simply copy the main config.xml file and when you paste it back to the src folder rename it, for example I have config-identify.xml and then when you have a link to your web site you just add ?config=config-identify.xml to the url.
Like this:

http://gis.calhouncounty.org/FlexViewer2.4/index.html?config=config-identify.xml


Awesome !!
Thank You !
0 Kudos
KateLyndegaard
Deactivated User
Kate,

   If your organization purchased the Flex Viewer, I hope that it is highly customized... Since the source code and the viewer are free. I would go back to individual or organization you purchased from and request the source code if it a customized version. The next draw back is now you have a version that is 3 releases behind. I will have to check if there is still a link out there to my 2.1 version of the identify widget.


Thanks Robert.
I did ask someone at our organization to request the .mxml's, however the consultants said "No" so I guess that's that.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Kate,

   So what does your version do that is different than the free viewer?
0 Kudos
KateLyndegaard
Deactivated User
Kate,

   So what does your version do that is different than the free viewer?


Dear Robert;

The 5 customized widgets are utilities related and perform network traces. To provide one example, if an outage occured at a specific location, all affected areas could be determined; they use geometric networks. One of the widgets also prints a PDF directly and all return results in data grids.

I have been tasked with an identify widget, and a customized locate widget that incorporates two autocomplete combo boxes to locate an intersection (although we have no intersection layer). I feel that I could get the combo boxes to populate and zoom to query result if we had an intersection layer, as I have done as much with the locator task sample. However, manipulating the locate widget to use two autocompletes and have the result bound to the second combo box is something I am struggling with. Do you think it's feasible?

Thank you for your continuing support,
Kate Lyndegaard.
0 Kudos