Select to view content in your preferred language

Identify Widget for FlexViewer 2.1

67083
266
09-23-2010 11:34 AM
RobertScheitlin__GISP
MVP Emeritus
All,

   I have been waiting for the Final release of the FlexViewer 2.1 before I started to push out some widgets I have been working on.

Here is my Identify Widget for Flex Viewer 2.1. I have tested to ensure proper functioning with FlexViewer 2.1 and am now releasing it to you since the API Team did not get one into the FlexViewer.

Here is the link:

http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89

More FlexViewer 2.1 widgets to come stay tuned...
Tags (2)
0 Kudos
266 Replies
EmilyLaMunyon
Deactivated User
I removed the identity widget from my config.xml and the cursor is still there and now it the winodw says the operation is not supported by this service. Do you still want me to post anything?

Thanks, Emily
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Emily,

   Once you removed it from the config.xml did the button of the identify widget go away?
0 Kudos
EmilyLaMunyon
Deactivated User
No, it is still there.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Emily,

   Then you need to clear your browsers cache.
0 Kudos
EmilyLaMunyon
Deactivated User
I cleared the cache twice and it is still there. Maybe I am not sure what you mean by identity button. Are you talking about the blue i in the identity window?
Thanks!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Emily,

    Yep, I am referring to the blue identify button that was added to your application when you added my widget to your app. Once you remove the identify widget element from your config.xml you should no longer see the blue i button in your app. Are you using the compiled or uncompiled version?
0 Kudos
EmilyLaMunyon
Deactivated User
The compiled version.

Oops, after clearing it a couple of more times it did disappear. Sorry about that, I am not sure why it took so many tries. So, now the identity button and window are gone from my viewer. Should I attach my identitywidget.xml?

Thanks!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Emily,

    Did the busy cursor go away?

If it did then attach your config.xml and your IdentifyWidegt.xml.
0 Kudos
EmilyLaMunyon
Deactivated User
Yes, the cursor went away.

Here are my files.

Thanks so much!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Emily,

   I don't see anything wrong. Of course the config.xml you send was the one you deleted the identify widget from so I can't see if you had any issues there. Try adding it back using this code

<widget label="Identify" left="330" top="80"
                icon="assets/images/i_info.png"
                config="widgets/Identify/IdentifyWidget.xml"
                url="widgets/Identify/IdentifyWidget.swf"/>


And let me know the result.
0 Kudos