Select to view content in your preferred language

Enhanced Search Widget for FlexViewer 2.1

160459
767
10-25-2010 02:13 PM
RobertScheitlin__GISP
MVP Emeritus
All Here is my next widget in the FlexViewer 2.1 series

Special thanks to Erwan Caradec for contributing to this code.

The Enhanced Search Widget extends the standard search widget with a floating data grid and a new spatial query w/buffering.

http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e
Tags (2)
0 Kudos
767 Replies
NestorNavarro
Emerging Contributor
All,

   New version is available.

Version 2.2.7 - 02/04/2011
  * Added the ability to resize the floating data grid.
  * Fixed an issue with disable/enable export option in the data grid on a layer by layer basis.
  * Fixed issue with symbology alpha and color being set to 0 or 0x000000.
  * Added ability to define a simple marker symbol for point or the current picture marker symbol.


Good Morning Robert,

Hope all is well.

I replaced version 2.2.3 with 2.2.7 and run it out of the box, with your xml file and no other changes, just to test prior to using my xml file. When I fire off the widget, I get an Error # 2124. I can click OK and the widget works fine otherwise. When I use my xml file I get the same error including no popup when I put the hand cursor over a selected feature.

Any suggestions?

Thanks for the great enhancements ...

Nestor.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Nestor,

   I just downloaded it and added the uncompiled src to a clean flex viewer 2.2 and I got no errors...
Are you using the compiled version? If so which one?
0 Kudos
NestorNavarro
Emerging Contributor
I'm using the uncompiled version.
All I did was replace the old folder with the new version folder, recompile, clear the cache and that was it, started getting the error. Then I tried it with my xml including your changes such as the enable export true elements and I get the same error. What is that error anyway?

I will replace it with the old version again (2.2.3) and see if it works normally again.

Nestor.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Nestor,


   Are you copying the whole eSearch folder? The addition of an assets folder was made in between version 2.2.3 and 2.2.7.

The 2124 error means: #2124: Loaded file is an unknown type.
0 Kudos
LisaArnold
Deactivated User
All,

   New version is available.

Version 2.2.7 - 02/04/2011

  * Added ability to define a simple marker symbol for point or the current picture marker symbol.


Hi Robert,

Thanks for adding in the ability to have a simple marker symbol for point data. I have implemented 2.2.7 and commented out my picturesymbol code. I am seeing something odd in my results though. I have point data symbolized in different colors, for all but one of the colors the simple marker symbol appears on top of the point. For all my points which are grey, its like I am only seeing the outline of the simple marker symbol and can still see my colored grey point in it. I attached a screen shot and put my code lines below. As a not, I switched my style to circle instead of square, but the same thing happens with the square. Any ideas on what might be happening here?

<simplemarkersymbol style="circle" size="12" color="0x00ffff" alpha="0.5" xoffset="0" yoffset="0" angle="0">
      <outline style="solid" color="0x00ffff" alpha="1" width="1"/>
     </simplemarkersymbol>
     <!--<picturemarkersymbol url="assets/images/tick.png" height="16" width="16" xoffset="0" yoffset="0" />-->
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Lisa,

   Must be a something simple. I did a search for 2003 using your map service and zoom to the same area and don't have that issue.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
I'm using the uncompiled version.
All I did was replace the old folder with the new version folder, recompile, clear the cache and that was it, started getting the error. Then I tried it with my xml including your changes such as the enable export true elements and I get the same error. What is that error anyway?

I will replace it with the old version again (2.2.3) and see if it works normally again.

Nestor.


Nestor,
   There was an issue with 2.2.7 I have it fixed in 2.2.7f
0 Kudos
NestorNavarro
Emerging Contributor
Nestor,
   There was an issue with 2.2.7 I have it fixed in 2.2.7f


Hey Robert.

I have not loaded 2.2.7f yet but the problem was resolved once I put the following line in from the 2.2.3 xml:

<info>widgets/InfoTemplates/InfoPopupWidget.swf</info>

No more errors after that.

I will check out 2.2.7f. Thanks !!

Nestor.
0 Kudos
NestorNavarro
Emerging Contributor
Looked at 2.2.7f and I see we are on the same page. Was that the only change from 2.2.7?
If so, I am leaving it alone until the next upgrade.

Thanks ..

Nestor.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Nestor,

   There was another things fixed but since you has version 2.2.3 installed at one point it is not an issue for you so I would say you can wait for the next version (although I am not sure what else could be added to this widget at this point).
0 Kudos