Select to view content in your preferred language

eSearch 2.3 No Image In Popup Window

3067
19
05-02-2011 05:43 AM
JosVroegop
Deactivated User
I have been using eSearch for some time and it is a great widget!
In the lastest version 2.3 i have a problem with the popup window not showing a preview image. See the attached screenshot for more info. I also added my configuration.

I tried the flexviewer 2.3 and 2.3.1 sc with the same results. I must be doing something wrong, can anyone help me out?

    <layer>
     <definitionexpression></definitionexpression>
     <enableexport>true</enableexport>
     <name>GPS Camera</name>
       <url>http://gistest.railinfra.local/ArcGIS/rest/services/GPSCamera_Data/MapServer/0</url>
       <expressions>
       <expression alias="Objecttype" textsearchlabel="Zoek op Objecttype  [ Voorbeeld: ES-Las ]">upper(Memo_Value_1) LIKE upper('%[value]') OR upper(Memo_Value_1) LIKE upper('[value]%') OR upper(Memo_Value_1) = upper('[value]')</expression>
       <expression alias="Locatie" textsearchlabel="Zoek op Locatie  [ Voorbeeld: 001-RC ]">upper(Memo_Value_2) LIKE upper('%[value]') OR upper(Memo_Value_2) LIKE upper('[value]%') OR upper(Memo_Value_2) = upper('[value]')</expression>
       </expressions>
       <graphicalsearchlabel>Gebruik onderstaande tools om foto's te selecteren</graphicalsearchlabel>
 <spatialsearchlayer>true</spatialsearchlayer>
 <titlefield>Memo_Value_1</titlefield>
       <fields all="false">
 <field name="Memo_Value_1" alias="Objecttype" gridfield="true"/>
 <field name="Camera_DateTimeOrginal" alias="Datum" gridfield="true"/>
 <field name="Memo_Value_2" alias="Locatie" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_3" alias="Vraag 3" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_3" alias="Antwoord 3" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_4" alias="Vraag 4" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_4" alias="Antwoord 4" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_5" alias="Vraag 5" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_5" alias="Antwoord 5" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_6" alias="Vraag 6" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_6" alias="Antwoord 6" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_7" alias="Vraag 7" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_7" alias="Antwoord 7" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_8" alias="Vraag 8" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_8" alias="Antwoord 8" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_9" alias="Vraag 9" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_9" alias="Antwoord 9" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Name_10" alias="Vraag 10" gridfield="true" gridfieldonly="true"/>
         <field name="Memo_Value_10" alias="Antwoord 10" gridfield="true" gridfieldonly="true"/>
         <field name="Opmerking" gridfield="true" gridfieldonly="true"/>
         <field name="Hyperlink" hyperlinkgridfield="true"/>
       </fields>
       <linkfield>Hyperlink</linkfield>
        <icon></icon>
        <zoomscale>1000</zoomscale>
    </layer>
Tags (2)
0 Kudos
19 Replies
RobertScheitlin__GISP
MVP Emeritus
Jos,

   I see the issue in the code and it will be fixed in version 2.3.1 of the widget, hopefully available today.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jos,

   Version 2.3.1 now available with this issue fixed.
0 Kudos
by Anonymous User
Not applicable
Where do I go to get today's version of the 2.3.1 viewer?  Just a few minutes ago, I followed the download instructions on this site and all of the files in the current zip file are dated April 26, 2011 (which is the same as the file I downloaded last Friday, April 29, 2011).  Please advise.  Thanks!

Don Taylor, City of Ventura, CA
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Don,

   Try again after you clear your browser cache.
0 Kudos
JosVroegop
Deactivated User
Robert,

Just used the 3.2.1 version, image preview in popups work perfectly, thank you very much! 🙂

I just seem to have a problem displaying my features found with eSearch. At first, the graphics layer shows the selected features in red, but after clicking on some (like 3 or 4) the layer disappeares but the popup still displays. (See attached screenshot)

I read something in your readme about adding MyGraLay but i also use eDraw and it seems to be in there already. Also I never had this issue before version 2.3 or 2.3.1.

Could you please help me with this as well? It would be greatly appreciated.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jos,

  Can you post your SearchWidget.xml?
0 Kudos
JosVroegop
Deactivated User
Robert,

I added my SearchWidget.xml in a .zip file.
0 Kudos
JosVroegop
Deactivated User
Robert,

I was wondering if you were able to duplicate the issue?
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jos,

   I have been unable to reproduce this issue. What are some specific details about where that layer is coming from? Is it the same Spatial Reference as the map? Does it have a join? Is it a query layer or just a standard featureclass?
0 Kudos