POP-UP 2.3.1

975
16
05-20-2011 02:38 AM
DavidCaussin
New Contributor III
Hi,

I have customized the popup skin and all work fine.

Now i would like to have as in the AttRelateInfoWinWidget widget the possibility to use a URL is form of text.

For the popup have have see only the medialink possibility (Chart and image)

Is it possible? Perhaps i miss something.

David
Tags (2)
0 Kudos
16 Replies
BjornSvensson
Esri Regular Contributor
an event layer get generated from x,y file..
Data Type: XY Event Source


What version of server are you using?
There was a bug related to event geometries not being returned in the requested spatial reference.  This issue was fixed in ArcGIS Server 10.0 SP2 and 9.3.1 SP2 QIP.

See also my post on http://forums.arcgis.com/threads/23720-Flexviewer-2.2-operational-layer-issue-points-quot-clustered-...
0 Kudos
NasifAlshaier
New Contributor
Hi Bjor..

thanks for the quick response.. The version of ArcGIS server that I am using is : ArcGIS Server Version: 10.0.0.0

Thanks
0 Kudos
DavidCaussin
New Contributor III
Hi,

I have customized the popup skin and all work fine.

Now i would like to have as in the AttRelateInfoWinWidget widget the possibility to use a URL is form of text.

For the popup have have see only the medialink possibility (Chart and image)

Is it possible? Perhaps i miss something.

David



Any ideas???
0 Kudos
NasifAlshaier
New Contributor
Hi Bjorn..

I downloaded SP 2 this morning and I installed... However; the POP up still not working..
anything else that I can try?
Thank you

Nasif
0 Kudos
ChrisBrannin
Occasional Contributor
Hello,

I seem to be having an issue with getting images to show up, any thoughts?

<configuration>
    <title>Energy Matters</title>    
<description>By a well trained and experienced staff, UWM's Heat Plant has made many strides over the years to implement conservation measures. The outcomes of these measures have been well documented, and are one of the finest examples of sustainability at UWM.
</description>

    <fields>
        <field name="NAME"/>
  <field name="Images" visible="true"/>
  <field name="Hyperlink"/>    
  </field>
    </fields>
<medias>
  <media type="image"
  imagefields="Heating Plant,Enderis,Enderis,Cunningham Hall,Engineering and Math Sciences,Curtin,Bolton"
imagesource="http://gis.sarup.uwm.edu/map/images/SolarThermal.jpg">
</medias> -->
</configuration>

Cheers
Chris
0 Kudos
NasifAlshaier
New Contributor
Hi Bjorn..

I got it to work by upgrading to Flex SDK 4.5.

Thank you

Nasif
0 Kudos
HalilSiddique
Occasional Contributor II
Nasif,

here is the code of my config.xml

<layer label="Urbanisme - Stedenbouw" type="dynamic" visible="true"  alpha="0.8" name="PPAS"
         url="http://YourServer/ArcGIS/rest/services/Urbanisme/MapServer">
         <sublayer id="0" popupconfig="popups/ppas.xml" />
         <sublayer id="1" popupconfig="popups/lotissements.xml"/>
</layer>

Direct i dont see anything wrong. Perharps using "sublayers"..

Do you turn the visibility to "on" when you test?


Hi David,

Did you get this to work, I have the same problem, nothing pops up when i hover or click on the feature.

Cheers

Halil
0 Kudos