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 - Bobbin

Pages: [1] 2
1
NGUI 3 Documentation / Re: UISprite
« on: November 04, 2015, 05:32:10 AM »
I'm trying to create a tiled sprite and I find that, at least with the version that I have, my options are rather limited.

I would have preferred a way to shrink the sprite in one dimension and tile in another but I've worked around that.

My main problem now is that it seems like it's tiling from the wrong direction. It's tiling from bottom left when I want it to start from the top left. Is there a setting for that that I missed or is this not an option?

2
NGUI 3 Documentation / Re: UIRect
« on: May 14, 2014, 07:24:01 AM »
Excellent. Thank you.

3
NGUI 3 Documentation / Re: UIRect
« on: May 14, 2014, 07:20:27 AM »
So the absolute value of the AnchorPoint is a flag of sorts and I need the relative for offset?
Uhm... looking at UIRect.cs, I think it's the other way around.

4
NGUI 3 Documentation / Re: UIRect
« on: May 14, 2014, 07:08:11 AM »
Ok.
But how do I know which side of the target the anchor attaches to?

5
NGUI 3 Documentation / Re: UIRect
« on: May 14, 2014, 07:02:10 AM »
Is there a way for me to set a UIRect's anchor just like Advanced in the inspector but from code?

I assume that target is the transform to anchor to and absolute is the offset but how do I choose "Right Anchor to Target's Right" or something like that?

6
NGUI 3 Documentation / Re: UIRect
« on: March 31, 2014, 02:39:15 AM »
That seems to work better. Thanks.

7
NGUI 3 Documentation / Re: UIRect
« on: March 30, 2014, 11:36:22 AM »
Can I give UIRect a delegate to run after all the anchors have been updated?

8
NGUI 3 Support / Re: Scrolling ScrollView in Code
« on: March 16, 2014, 03:36:14 AM »
Thanks.

9
NGUI 3 Support / Scrolling ScrollView in Code
« on: March 13, 2014, 09:01:23 AM »
I need to change the scroll position of a scrollview element after pushing a button.
I've tried several things but nothing seems to work. Help?

10
NGUI 3 Support / Re: UISlider thumb is not redrawn when position is updated
« on: February 17, 2014, 11:03:13 AM »
Yes... It is...
Now I feel stupid.  ;D

Yes, checking off static works great.

Thank you.

11
NGUI 3 Support / UISlider thumb is not redrawn when position is updated
« on: February 16, 2014, 06:28:07 AM »
I thought it might be a problem with my code but I checked a straight out of the box Control Horizontal Slider and it's the same: When I drag the thumb about, sometimes it gets stuck and doesn't seem to move even though I keep dragging. I can see the position change in the inspector but the thumb looks stationary.

Is this a bug? Is there something I'm doing wrong?

12
NGUI 3 Support / Re: UIPanel inside a Scrollable View
« on: January 14, 2014, 02:57:13 AM »
That's what I did, eventually, thanks.

But for some reason, at one point, removing the panel made the scrollbar disappear and, at another point, it didn't. Weird.

Anyway. Thank you.

13
NGUI 3 Support / Re: UIPanel inside a Scrollable View
« on: January 13, 2014, 02:47:53 AM »
Is there any good way to force it to disappear or some other way to do a scroll bar?

14
NGUI 3 Support / UIPanel inside a Scrollable View
« on: January 12, 2014, 12:51:26 PM »
I've been trying to create a scrollable view with some objects inside. The object are not that simple and they contain a scroll bar and thus a panel. When I scroll them past the fade point, the scroll bar still shows in the game view.
I think this has something to do with the panel because it's the only difference I can see between it and the things that are disappearing. But I can't remove it because my scroll bar will disappear.

Is there a way to solve this? Am I doing something wrong?

Thanks for the help.

15
NGUI 3 Support / Re: Problems with Draggable Camera
« on: December 29, 2013, 02:28:34 AM »
Ok. Thanks.

Pages: [1] 2