<?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 — uGUI Custom Tooltip Example]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=99</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=99&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in uGUI Custom Tooltip Example.]]></description>
		<lastBuildDate>Wed, 02 Mar 2016 12:06:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: uGUI Custom Tooltip Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=421#p421</link>
			<description><![CDATA[<p>Thank you again!! Great support!</p>]]></description>
			<author><![CDATA[null@example.com (tobias)]]></author>
			<pubDate>Wed, 02 Mar 2016 12:06:38 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=421#p421</guid>
		</item>
		<item>
			<title><![CDATA[Re: uGUI Custom Tooltip Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=420#p420</link>
			<description><![CDATA[<p>Hello.</p><p>Example attached.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 02 Mar 2016 11:27:42 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=420#p420</guid>
		</item>
		<item>
			<title><![CDATA[Re: uGUI Custom Tooltip Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=419#p419</link>
			<description><![CDATA[<p>Hey Alex,</p><p>i&#039;ve got a follow-up question.</p><p>I&#039;m adding markers to the map dynamically from a List (&quot;POIList&quot;).<br />So i tried to modify your example to add tooltips to each marker but my solution is not working - only the last marker in the list gets a tooltip attached...</p><p>I guess i have to modify the OnUpdateLate function as well but i can&#039;t figure out how...</p><p>Here&#039;s my code so far:</p><div class="codebox"><pre><code>void Start () {
        Controller = GameObject.FindGameObjectWithTag (&quot;MainController&quot;).GetComponent&lt;MainController&gt;();

        for (int i=0; i &lt; Controller.POIList.Count; i++)
        {
            // Create a new marker
            poiMarker = OnlineMaps.instance.AddMarker(new Vector2(Controller.POIList [i].getGpsLong(), Controller.POIList[i].getGpsLat()), null, Controller.POIList[i].getName ());
            
        }

        foreach(OnlineMapsMarker marker in OnlineMaps.instance.markers){
            marker.OnDrawTooltip = delegate {  };
        }

        OnlineMaps.instance.OnUpdateLate += OnUpdateLate;
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (tobias)]]></author>
			<pubDate>Wed, 02 Mar 2016 11:10:22 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=419#p419</guid>
		</item>
		<item>
			<title><![CDATA[Re: uGUI Custom Tooltip Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=418#p418</link>
			<description><![CDATA[<p>Wow, that was quick! Thank you very much - it works! <img src="https://forum.infinity-code.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (tobias)]]></author>
			<pubDate>Tue, 01 Mar 2016 16:19:35 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=418#p418</guid>
		</item>
		<item>
			<title><![CDATA[Re: uGUI Custom Tooltip Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=417#p417</link>
			<description><![CDATA[<p>Hello.</p><p>The problem is that we make this example is not for tileset.<br />Updated (fixed) version of the example is attached.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 01 Mar 2016 16:07:26 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=417#p417</guid>
		</item>
		<item>
			<title><![CDATA[uGUI Custom Tooltip Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=416#p416</link>
			<description><![CDATA[<p>Hey Guys!</p><p>Your uGUI Custom Tooltip Example is not working for me:<br />The tooltip is displayed on hover, but not at the marker&#039;s position. Instead it shows up in the bottom left corner of the Canvas.</p><p>I attached a Screenshot of my Setup.</p><p>Thank you in advance</p><p>Tobias</p><p>Edit: I found out that this only happens in Tileset and Texture - Mode. In GUITexture-Mode the tooltip rendering works just fine.<br />I&#039;m developing a mobile application so Tileset-Mode is a must.</p>]]></description>
			<author><![CDATA[null@example.com (tobias)]]></author>
			<pubDate>Tue, 01 Mar 2016 15:16:27 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=416#p416</guid>
		</item>
	</channel>
</rss>
