Author Topic: Drag Panel Contents not fading  (Read 2324 times)

shik

  • Guest
Drag Panel Contents not fading
« on: July 26, 2012, 01:32:25 PM »
I am attempting to set up a panel and the test objects I have set up scroll properly.  They are contained in the clipped panel the way they should be as well.  The only thing that I can't figure out is how to get them to disappear as they exit the panel.  I have read that it could be related to GLES 1.1 but I have no idea how to check if I have that enabled.

Any help people could offer would be much appreciated.

shik

  • Guest
Re: Drag Panel Contents not fading
« Reply #1 on: July 26, 2012, 02:40:31 PM »
I found a post about 10 pages into the forum that indirectly answered my question.  Turns out I did not fully understand the function of panels.  Each content item was being drawn by its own panel.  I have fixed my interface and it is no longer an issue.