Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hhappak

Pages: [1]
1
NGUI 3 Support / Disabling Anchors on all components after initial update
« on: February 16, 2014, 07:33:19 AM »
Hi all,

I am developing an app for mobile devices. I however run into all sort of trouble when I am trying to animate panels that have Anchors on them. Since the app is only for mobile devices, I want a way to disable anchors once the app initially adjusted to the device's screen size. Is that possible?

If not, is there a way to disable anchors through script for specific objects?

I found UIWidget.setAnchor(), However when I try it, it tells me that no such method is in UIWidget. Is the documentation outdated there?

2
NGUI 3 Support / Re: Nothing can go ontop of a ScrollView
« on: December 16, 2013, 09:52:46 AM »
Thanks. This worked for me. My mistake about the version.

3
NGUI 3 Support / Nothing can go ontop of a ScrollView
« on: December 16, 2013, 04:46:53 AM »
Hi all,

I am using NGUI 3.0.8f and I am having a problem. I am trying to have a list using ScrollView in my app. This part worked fine except for one tiny problem. Above the scrollView, there is a popup list that is when clicked, the list itself appears behind the scrollview's items. When I tried to play with the depth, I found out that the scrollview only responds to above 0 or below 0 values. Above 0 it goes ontop of everything, below 0 it is behind everything. Is there a way I can have it so that the popup list can be used normally and be layered ontop of the content list?

I am using the popup list as content filtering and the design is quite rigid for now, so any help here is appreciated.

Pages: [1]