Select to view content in your preferred language

Identify widget wont show hyperlink

3946
40
06-09-2010 01:37 PM
ShawnKraft
Occasional Contributor
I have a virtual directory set up to where my plats are.  They are in .tif format but I do have one in .pdf format to use to test this widget.  

                                <descriptionlabel>Use the identify tool to identify features on the map:</descriptionlabel>
  <pointlabel>Identify</pointlabel>
  <clearlabel>Clear</clearlabel>
  <loadinglabel>Loading...</loadinglabel>
  <selectionlabel>Features Identified:</selectionlabel>
</labels>
<layers>
  <layer>
   <name>Lot</name>
   <linkfield>PLATLINK</linkfield>
  </layer>
  <layer>
   <name></name>
   <linkfield></linkfield>
  </layer>
</layers>
</configuration>

Not sure why this isn't working.  I modified the identifywidget.xml, do I need to modify anything else to get this to work? Might be easier to just explain what to do and I will do it per the instructions and see if I missed anything.
Tags (2)
0 Kudos
40 Replies
ShawnKraft
Occasional Contributor
Well I changed the slashes in my field for the url.  Didn't help.  Do I need to replace the xml and mxml in the esa folder?  And I don't have to change my config.xml right?
0 Kudos
ShawnKraft
Occasional Contributor
I have spaces in my file names and I hope that isn't causing a problem.  Like I will have Hodgemans 1870.jpg
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Shawn,

   Sorry, I completely typed my slashes the wrong direction. As far as the esa one... Which one are you pointing to in your config.xml? If you are pointing to the esa one in the config.xml change it to point to the one in the flexviewer folder instead.
0 Kudos
ShawnKraft
Occasional Contributor
Okay, yeah I was wondering about the config file pointing to the esa folder.  Okay will change my slashes back.
0 Kudos
ShawnKraft
Occasional Contributor
It said, "Identify operations not supported on this service" when I click on a lot now.  It does that when I change the config.xml to point to the flexviewer folder instead of the esa for the IdentifyWidget.swf file.
0 Kudos
ShawnKraft
Occasional Contributor
When I built the virtual directory, I didn't set it to run scripts and executables.  So I checked that on too and will try it again.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Shawn,


Try [HTML]<identifylayeroption>visible</identifylayeroption>[/HTML]
0 Kudos
ShawnKraft
Occasional Contributor
<widget label="Identify" icon="com/esri/solutions/flexviewer/assets/images/icons/i_info.png" menu="menuWidgets" config="com/esri/solutions/flexviewer/widgets/IdentifyWidget.xml">com/esri/solutions/flexviewer/widgets/IdentifyWidget.swf</widget>

Okay, in config.xml I have it pointing to menuWidgets and it should not be pointing there.  So I will change it.
0 Kudos
ShawnKraft
Occasional Contributor
oh wait, that is supposed to be what it says.  think i am just looking for anything at this point.  lol
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Shawn,

   So you getting the same result?
0 Kudos