<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=751</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=751&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in OnlineMapsControlBase3D ignores HitTest() when displaying tooltips.]]></description>
		<lastBuildDate>Mon, 22 Jan 2018 14:30:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=3240#p3240</link>
			<description><![CDATA[<p>Great, thanks for the fast response!</p>]]></description>
			<author><![CDATA[null@example.com (movestill)]]></author>
			<pubDate>Mon, 22 Jan 2018 14:30:38 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=3240#p3240</guid>
		</item>
		<item>
			<title><![CDATA[Re: OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=3238#p3238</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Sat, 20 Jan 2018 22:34:47 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=3238#p3238</guid>
		</item>
		<item>
			<title><![CDATA[OnlineMapsControlBase3D ignores HitTest() when displaying tooltips]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=3235#p3235</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (movestill)]]></author>
			<pubDate>Fri, 19 Jan 2018 16:59:13 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=3235#p3235</guid>
		</item>
	</channel>
</rss>
