Author Topic: Tooltip and Grid lists  (Read 6167 times)

chiblue

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 21
    • View Profile
Tooltip and Grid lists
« 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..

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Tooltip and Grid lists
« Reply #1 on: December 02, 2016, 01:18:25 AM »
You need to make sure that your tooltip resides on a panel that's above others.

chiblue

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 21
    • View Profile
Re: Tooltip and Grid lists
« Reply #2 on: December 04, 2016, 08:55:04 AM »
Wow that was easy...  thanks