Author Topic: Can't find UIDraggablePanel  (Read 4054 times)

kikuTano

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Can't find UIDraggablePanel
« on: December 09, 2013, 10:50:29 AM »
Hello to everyone,
i was watching this tutorial ( http://www.youtube.com/watch?v=OiA4o8KqBFI ) and I'm trying to use UIDraggablePanel to drag my list of objects on my GUI. But, when i try to add a component, i can't find UIDraggablePanel.. Currently i'm using NGUI 3.0.7.. Anyone can help me?

Thanks!

Rednaxela

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
    • View Profile
Re: Can't find UIDraggablePanel
« Reply #1 on: December 09, 2013, 12:42:21 PM »
Since v3.0.6 it's called UIScrollView:
Quote
- NEW: Redesigned the draggable panel class a bit, and renamed it to UIScrollView. UIDragPanelContents is now UIDragScrollView.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Can't find UIDraggablePanel
« Reply #2 on: December 09, 2013, 01:46:37 PM »
http://www.youtube.com/watch?v=B66xhIvYF00&feature=c4-overview&list=UUQGZdUwzE8gmvgjomZSNFJg -- that video creates a scroll view (among other things) from scratch using 3.0.7.