<span style="font-family: monospace;">I'm using MS4W 2.0 and Chameleon 2.4<br>i've a problem when i use header in mapfile maptips widtget doesn't work.<br><br></span><pre>If i remove Header fields in mapfile all is fine! But i've in query result SHAPE_INDEX, TILE_INDEX and LAYER INDEX that i don't want in query result!
<br><br>Is it normal? i've also tryed to change position of Header in mapfile but<br>problem persists.<br><br><br>the configuration of maptips is:<br><i>&lt;cwc2 type=&quot;MapTips&quot; defaulttext=&quot;&amp;nbsp;&quot; tolerance=&quot;2&quot;
<br></i><i> maptipsdiv=&quot;MapTipsLayer&quot; label=&quot;Map Tips&quot; layer=&quot;scuole&quot;<br></i><i> attributes=&quot;comune&quot; styleresource=&quot;TextButtons&quot;<br></i><i> popupstyleresource=&quot;TextButton
<br></i><i> s&quot; popupwidth=&quot;550&quot; popupheight=&quot;475&quot;<br></i><i> image=&quot;images/icon_maptips.png&quot; toolbar=&quot;false&quot; status=&quot;false&quot;<br></i><i>menubar=&quot;false&quot; onmouseover=&quot;myMaptipsOver&quot; onmouseout=&quot;myMaptipsOut&quot;&gt;
<br></i><i><br></i><i>       &lt;image state=&quot;normal&quot;/&gt;<br></i><i>        &lt;image state=&quot;selected&quot;/&gt;<br></i><i>       &lt;image state=&quot;hover&quot;/&gt;<br></i><i>      &lt;/cwc2&gt;</i> <br>
<br>This is the layer in my mapfile<br>LAYER<br>NAME &quot;scuole&quot;<br>METADATA<br>    wms_title &quot;scuole&quot;<br>    wfs_title &quot;scuole&quot;<br>     &quot;DESCRIPTION&quot;   &quot;comune&quot;<br>    &quot;RESULT_FIELDS&quot; &quot;comune&quot;
<br>    &quot;LAYER&quot; &quot;scuole&quot;<br>     gml_include_items &quot;all&quot;<br>    END<br>  STATUS ON<br>  DUMP TRUE<br>  TYPE POLYGON<br>  CONNECTIONTYPE POSTGIS<br>CONNECTION &quot;user=*** password=*** dbname=*** host=localhost
<br>port=5432&quot;<br>DATA &quot;the_geom FROM (select comune, I02_97 as Elementari_Classi, I03_97 as<br>Medie_Classi, I04_98 as Superiori_classi, the_geom, gid from scuole) AS<br>scuole1 USING UNIQUE gid USING SRID=-1&quot;
<br>HEADER<br>&quot;comune^|Elementari_Classi^|Medie_Classi^|Superiori_classi^&quot;<br>Classitem &quot;comune&quot;<br>PROJECTION &quot;init=epsg:26591&quot;<br>  END<br>LABELITEM comune<br>LABELMAXSCALE 105000<br>CLASS<br>
    NAME &quot;scuole&quot;<br>   TEMPLATE &quot;ttt_query.html&quot;<br>   OUTLINECOLOR 0 0 0<br>    LABEL<br>      TYPE truetype<br>      FONT sans<br>      SIZE 7<br>      COLOR 0 0 200<br>      POSITION auto<br>    END
<br>END</pre><br>