Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kikuTano on December 09, 2013, 10:50:29 AM

Title: Can't find UIDraggablePanel
Post by: kikuTano 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!
Title: Re: Can't find UIDraggablePanel
Post by: Rednaxela 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.
Title: Re: Can't find UIDraggablePanel
Post by: ArenMook 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.