Author Topic: How to handle many childs (400-500) in draggable panel?  (Read 1387 times)

jjobby

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 13
    • View Profile
How to handle many childs (400-500) in draggable panel?
« on: January 16, 2014, 09:14:56 AM »
I need to show friends image from friend list of player in facebook. The problem is that the player can have many friends (some can have more than 1000). The draggable panel becomes very slow and I receive too many vertex message. How do you handle this problem? I really appreciate your suggestion.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to handle many childs (400-500) in draggable panel?
« Reply #1 on: January 16, 2014, 11:48:40 PM »
Use pages if you can. Display only a few at a time, loading them as needed as they get close to being visible (your own logic).