<div>Hello All,</div>
<div>I am trying to implement a way that when you mouseover a kaXmlPoint, it will display a &quot;tooltip&quot; or &quot;callout&quot;. </div>
<div>Typically you could could add a ONMOUSEOVER() in the html image tag, but since this is a javascript object its not straightforward. </div>
<div>&nbsp;</div>
<div>I tried adding a </div>
<div><em>&nbsp;this.onmouseover(alert(pid));</em></div>
<div>inside the <em>function kaXmlPoint(pid, xml_overlay) {</em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in&nbsp;the kaXmlOverlay.js file. That didn't work as expected!</div>
<div>&nbsp;</div>
<div>Does anyone have any suggestions?</div>
<div>&nbsp;</div>
<div>The other ways I was thinking of handling it was;</div>
<div>&nbsp;- on MOUSEMOVE() , compare mouse coords to each point's coords (not efficient)</div>
<div>&nbsp;- create a new event handler (KA_POINT_OVER); (not sure how that would work)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>-Sepehr</div>
<div><br>-- <br><br><br><br>..:: Sepehr Sadeghi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::..<br>..:: <a href="mailto:sadegs@alum.rpi.edu">sadegs@alum.rpi.edu</a>&nbsp;&nbsp;::..<br>&nbsp;</div>