Select to view content in your preferred language

FeatureTooltip widget for FlexViewer 2.4 doesnt work...

3120
25
Jump to solution
03-08-2012 10:44 AM
GilbertLasnier
Regular Contributor
1 code of tooltip from Robert <widget left="0" top="0" config="widgets/FeatureTooltip/FeatureTooltipWidget.xml" url="widgets/FeatureTooltip/FeatureTooltipWidget.swf"/>

2 code for the layers tooltip <layer label="SCAN DATA" type="feature" visible="true" alpha="1"
                   url="http://gis.icao.int/ArcGIS/rest/services/SCAN/MapServer/1"/>   
            <layer label="Louisville Police Facilities" type="feature" visible="true" alpha="1"
                   url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/..."/>

3 detail for the tooltip <configuration>
<layers>
  <layer>
            <name>ICAO Reg Office</name>
            <fields>name</fields>
            <datefields></datefields>
            <dateformat>MM/DD/YYYY</dateformat>
        </layer>
  <layer>
            <name>SCAN data</name>
            <fields>STATE,ENTITY,PROVIDER</fields>
            <datefields></datefields>
            <dateformat>MM/DD/YYYY</dateformat>
        </layer>
        <layer>
            <name>Louisville Police Facilities</name>
            <fields>PD_NAME</fields>
            <datefields></datefields>
            <dateformat>MM/DD/YYYY</dateformat>
        </layer>
            </layers>
    <!-- The length of time, in milliseconds, that Flex waits to hide the ToolTip box after it appears. -->
    <!-- This setting affects all tooltips in the application so use with caution -->
    <hidedelay>3000</hidedelay>
</configuration>
the site http://gis.icao.int/scanedit   your Police Facilities work ....
the arcgisrest http://gis.icao.int/arcgis/rest look for scan
Merci Many thanks Robert Scheitlin for your great work i am waithing for a miracle Its two days i try and i try ???
Tags (2)
0 Kudos
25 Replies
NathanBell1
Emerging Contributor
Robert,

I have only tried this with a point feature class. I will try it today with a polygon to see if I can reproduce the issue. Thanks for the prompt reply!!

Thanks,

Nathan Bell
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Gilbert and Nathan,

   I believe that I have fixed the need to pan the map to get some layers to display the tooltip, in version 2.5.0.1. Give it a try.

Don't forget to click the top arrow (promote) as shown below:
0 Kudos
GilbertLasnier
Regular Contributor
Gilbert and Nathan,

   I believe that I have fixed the need to pan the map to get some layers to display the tooltip, in version 2.5.0.1. Give it a try.

Don't forget to click the top arrow (promote) as shown below:


Its working you are a genius,
I ask directly to esri i have no news but with you its faster... its a great day

Many thanks to you the tool tip work now i have problem with an other widjet but its not from you
i am not able to save in txt in the version 2.3 its work but with 2.4 or 2.5 it doesnot work...
<widget label="Find SCAN Project by Attribut" left="80" top="355"
                icon="widgets/Selection/assets/images/i_pin3.png"
                config="widgets/Selection/SelectionWidgetJEP.xml"
                url="widgets/Selection/SelectionWidget.swf"/> -->
0 Kudos
GilbertLasnier
Regular Contributor
Robert do you make a widget a little bit like the  "Selection Widget"
I just send in the last message if its Yes give the mame of your widget that i must use...
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Gilbert,

   No I do not. Do you really need your end users to have that level of control over queries and necessary knowledge that is required (proper SQL syntax) to make a widget like that work?
0 Kudos
GilbertLasnier
Regular Contributor
Your right , but the question is entier, its for flexviewer, we need a drop popup to make a selection user friendly with typing or without typing...
So I am looking for a widget long search drop box with entry better then
                                      <widget label="Search SIG MID Upper" left="90" top="402"preload="minimized"
       icon="assets/images/i_search.png"  
    config="widgets/AutocompleteSearch/AutocompleteSearch.xml"
    url="widgets/AutocompleteSearch/AutocompleteSearch.swf"/>

Its for that I talk about your widget always more powerfull
0 Kudos