Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: chiblue on December 01, 2016, 05:55:36 AM

Title: Tooltip and Grid lists
Post by: chiblue on December 01, 2016, 05:55:36 AM
I have a panel with a grid that is a horizontal list.  I also have a tooltip object called when you are over the grid list gameobjects.  Problem is that the tooltip is always behind the elements in the grid... no matter how high I set the "depth" on the tooltip it still shows behind the grid elements.  As a side,  the tool tip works great on all my none grid controls..
Title: Re: Tooltip and Grid lists
Post by: ArenMook on December 02, 2016, 01:18:25 AM
You need to make sure that your tooltip resides on a panel that's above others.
Title: Re: Tooltip and Grid lists
Post by: chiblue on December 04, 2016, 08:55:04 AM
Wow that was easy...  thanks