<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=751&amp;type=atom" />
	<updated>2018-01-22T14:30:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=751</id>
		<entry>
			<title type="html"><![CDATA[Re: OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3240#p3240" />
			<content type="html"><![CDATA[<p>Great, thanks for the fast response!</p>]]></content>
			<author>
				<name><![CDATA[movestill]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=358</uri>
			</author>
			<updated>2018-01-22T14:30:38Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3240#p3240</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3238#p3238" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Thank you for bug report.<br />The problem is fixed.<br />The new version will be available through the built-in update system on Monday.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2018-01-20T22:34:47Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3238#p3238</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3235#p3235" />
			<content type="html"><![CDATA[<p>OnlineMapsControlBase3D.AfterUpdate() will always display a tooltip even if an overridden OnlineMapsControlBase.HitTest() returns false (such as when a menu is over the map so you don&#039;t want the tooltip to show).</p><p>I don&#039;t use NGUI, but I think the tooltip would probably show when an NGUI menu is over a marker on the map.</p><p>I&#039;m using v2.5.29.1.</p><p>This is the code in AfterUpdate() that turns on the tooltip:</p><div class="codebox"><pre><code>        if (map.showMarkerTooltip == OnlineMapsShowMarkerTooltip.onHover)
        {
            OnlineMapsMarkerInstanceBase markerInstance = GetBillboardMarkerFromScreen(inputPosition);
            if (markerInstance != null)
            {
                map.tooltip = markerInstance.marker.label;
                map.tooltipMarker = markerInstance.marker;
            }
        }</code></pre></div>]]></content>
			<author>
				<name><![CDATA[movestill]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=358</uri>
			</author>
			<updated>2018-01-19T16:59:13Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3235#p3235</id>
		</entry>
</feed>
