<div>Works great now!!</div>
<div>&nbsp;</div>
<div>Here is the code in case anyone else would like to use it:</div>
<div>In file kaXmlOverlay.js around line 962, inside the function ;</div>
<div>kaXmlPoint(pid, xml_overlay) {</div>
<div>&nbsp;</div>
<div>//add these lines</div>
<div>this.div.onmouseover=function(){ overlib('This is the message', STICKY, CAPTION, 'Info' )};<br>&nbsp;this.div.onmouseout=function(){ nd() };<br>}<br>&nbsp;</div>
<div>/****************************************************/</div>
<div>I downloaded the overLib mouseover library from;</div>
<div>
<div><a href="https://sourceforge.net/project/showfiles.php?group_id=6218&amp;package_id=6280&amp;release_id=339422">https://sourceforge.net/project/showfiles.php?group_id=6218&amp;package_id=6280&amp;release_id=339422</a>
</div>
<div>(its a few .js files, so I put them in a folder called overlib)</div>
<div>&nbsp;</div></div>
<div>Inside the index.html, I added:</div>
<div>&lt;script type=&quot;text/javascript&quot; src=&quot;overlib/overlib.js&quot;&gt;&lt;/script&gt;</div>
<div>&nbsp;</div>
<div>Right after my &lt;body&gt; tag in index.html I added:</div>
<div>&lt;div id=&quot;overDiv&quot; style=&quot;position:absolute; visibility:hidden; z-index:1000;&quot;&gt;&lt;/div&gt;</div>
<div>(I am not sure how necessary it is).</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>overLib has many more options, which you can read about at: </div>
<div><a href="http://www.bosrup.com/web/overlib/">http://www.bosrup.com/web/overlib/</a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I have not tested this with the XML file, (have not gotten that working yet), but it *should* work, since it creates kaXmlPoint's as well.</div>
<div>&nbsp;</div>
<div>-sepehr</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">Brent Pedersen</b> &lt;<a href="mailto:bpederse@gmail.com">bpederse@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="DIRECTION: ltr">hi, glad it worked. <br><br>you're missing a closing } for your onmouseover.</div>
<div style="DIRECTION: ltr"><span class="e" id="q_109c101b1b372735_1"><br><br>
<div><span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">Sepehr Sadeghi</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sadegs@alum.rpi.edu" target="_blank">sadegs@alum.rpi.edu 
</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div style="DIRECTION: ltr">
<div>Brent, </div>
<div>thanks for the help... the this.div.onmouseover = function(){&nbsp;alert(pd) } ; worked as planned. Unfortuneately, I can not get the callout box to work...I am using overLib.js, have already defined it in a tag in index.html
 ;</div>
<div>&lt;script type=&quot;text/javascript&quot; src=&quot;overlib/overlib.js&quot;&gt;&lt;/script&gt;</div>
<div>&nbsp;</div>
<div>here is the code for the kaXmlPoint, at the bottom is the onmouseover event attachment;</div>
<div>&nbsp;</div>
<div></div>
<div style="DIRECTION: ltr"><span>function kaXmlPoint(pid, xml_overlay) {<br></span></div>
<div style="DIRECTION: ltr">&nbsp;this.xml_overlay = xml_overlay;<br>&nbsp;this.pid = pid;<br>&nbsp;this.divId = this.xml_overlay.getDivId (pid);<br>&nbsp;this.geox = 0;<br>&nbsp;this.geoy = 0;<br>&nbsp;this.shown = false;<br>&nbsp;<br>&nbsp;this.graphics = new Array();
<br>&nbsp;<br>&nbsp;this.div = document.createElement('div');<br>&nbsp;this.div.setAttribute('id', this.divId);<br>&nbsp;//this.div.onmouseover =&nbsp; function(){ alert(pd) };<br>&nbsp;this.div.onmouseover=function(){ overlib('This is an ordinary popup.'); 
<br>&nbsp;this.div.onmouseout=function(){ nd() };<br>}<br>&nbsp;</div>
<div>Thanks</div>
<div>-Sepehr<br>&nbsp;</div></div>
<div style="DIRECTION: ltr"><span>
<div><span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">Brent Pedersen</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:bpederse@gmail.com" target="_blank">bpederse@gmail.com</a>
 &gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div style="DIRECTION: ltr">hi, not sure about the workings of kaXML, but you probably need <br>this.onmouseover = function(){ alert(pid) }<br>or&nbsp; maybe <br>this.div.onmouseover = ...<br>-brent<br><br>
<div></div>
<div style="DIRECTION: ltr"><span><span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">Sepehr Sadeghi</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sadegs@alum.rpi.edu" target="_blank">
 sadegs@alum.rpi.edu</a>&gt; wrote:</span></span></div>
<div style="DIRECTION: ltr">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"></blockquote></div>
<div style="DIRECTION: ltr"><span>
<div style="DIRECTION: ltr">
<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></span></div>
<div style="DIRECTION: ltr">
<div style="DIRECTION: ltr"><span></span></div>
<div style="DIRECTION: ltr"><span>
<div><br>-- <br><br><br><br>..:: Sepehr Sadeghi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::..<br>..:: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sadegs@alum.rpi.edu" target="_blank">sadegs@alum.rpi.edu</a>&nbsp;&nbsp;::..<br>&nbsp;</div></span>
</div>
<div style="DIRECTION: ltr"></div><br>_______________________________________________<br>ka-Map-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ka-Map-users@lists.maptools.org" target="_blank">
ka-Map-users@lists.maptools.org </a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users 
</a><br><br><br>
<blockquote></blockquote></div><br>&nbsp;</div></blockquote></div><br><br clear="all"><br></span></div>
<div style="DIRECTION: ltr"><span>-- <br><br><br><br>..:: Sepehr Sadeghi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::..<br>..:: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sadegs@alum.rpi.edu" target="_blank">sadegs@alum.rpi.edu
</a>&nbsp;&nbsp;::..<br>..:: 603-205-4402&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::.. </span></div></blockquote></div><br></span></div></blockquote></div><br><br clear="all"><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>..:: 603-205-4402&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::..