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

Pages: [1]
1
NGUI 3 Documentation / Re: UILabel
« on: December 30, 2013, 10:18:31 PM »
color via the [color] [-] flag is being multiplied with the font color.   I seem to remember this used to replace the color. Is this a bug or intended?  It seems much more useful as a replacement, even if it does replace the gradient.

2
NGUI 3 Support / Re: Using UIStretch with a manual height UIRoot
« on: January 22, 2013, 01:49:57 AM »
it is attached to the widget.  sliced sprite.  set to horizontal stretch to a label widget  that has it's width set to 0 so that the line grows as text is entered into it.

3
NGUI 3 Support / Re: Using UIStretch with a manual height UIRoot
« on: January 21, 2013, 06:09:01 PM »
There does seem to be a bug.  I am in 2.27c.

If you attach a uistretch to a sprite with a widget container set and the root is set to automatic it works.  The sprite stretches to the size of the widget.  If you set the root to manual the sprite stretches off into space.

It is also wrong if you set the root to automatic but the min height is greater than the player resolution height.  example: (auto on, min height =500, player set to iPhone Tall (320x480))=wrong

Pages: [1]