Select to view content in your preferred language

IdentifyWidget by Robert Cheitlin

931
2
Jump to solution
04-10-2013 09:08 AM
ShaningYu
Honored Contributor
I got Robert Cheitlin (the most intelligent and productive developer for ESRI Flex development) IdentifyWidget's source code from https://github.com/rscheitlin/Identify/blob/master/IdentifyWidget.mxml.  But when I compiled it, an error on Line 1629 
   private function getResultByGID(gid:Number):IdResult
Description Resource Path Location Type
1046: Type was not found or was not a compile-time constant: IdResult.
I expect Robert's response how to solve this problem.  Thanks.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Shaning,

   The identify Widget is not made up of just this one file... You need to get all the files. I you are not someone that is familiar with GitHub then I would suggest that you download the uncompiled source from the download link further down on the page.

It looks like this:

Code Attachment                                        IdentifyWidget.zip Download

BTW: you still have some posts out there that I have answered and you have not marked as such.

http://forums.arcgis.com/threads/81411-How-to-load-aerial-basemap-layers-dynamically
http://forums.arcgis.com/threads/81506-Dynamically-change-the-order-of-the-basemap-in-MapSwitch

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Shaning,

   The identify Widget is not made up of just this one file... You need to get all the files. I you are not someone that is familiar with GitHub then I would suggest that you download the uncompiled source from the download link further down on the page.

It looks like this:

Code Attachment                                        IdentifyWidget.zip Download

BTW: you still have some posts out there that I have answered and you have not marked as such.

http://forums.arcgis.com/threads/81411-How-to-load-aerial-basemap-layers-dynamically
http://forums.arcgis.com/threads/81506-Dynamically-change-the-order-of-the-basemap-in-MapSwitch
0 Kudos
ShaningYu
Honored Contributor
Got it from GitHub.  Also marked on the 2 threads.  Thanks so much.
0 Kudos