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

Pages: [1]
1
NGUI 3 Documentation / Re: UILabel
« on: December 04, 2013, 05:02:18 AM »
I would like to know if Dynamic Fonts increase dramatically the number of draw calls or if many labels using the same Dynamic Font will be drawn on the same draw call.

2
NGUI 3 Documentation / Re: UIPopupList
« on: December 02, 2013, 09:38:18 AM »
Finally, I solved my problem : I do not use UIPopup and I created an other ergonomic solution.
The point about left and right values is that if I put left and right values, my background picture will keep corners at the same size and the part between them will be stretched. What I wanted was to stretch the top and the bottom of my picture horizontally but keep the vertical size and stretch horizontally and vertically the center of my picture. In that way, I can have a background with a inclined line border as top and bottom borders but with vertical left and right sides.

3
NGUI 3 Documentation / Re: UIPopupList
« on: November 29, 2013, 04:55:58 AM »
I'm not sure what I should answer to your advices.
I got it about the padding but it's clearly not the main issue here.
Actually, the Sprite I'm using is the same for popup background, drop-down list background and highlight. The Sprite have a top and bottom border but no left and right border : it is intended to keep not horizontal lines on top and bottom of the sprite.
I use it as a Sliced Sprite.
I don't know if it has an impact but I also use an UIStretch and it changes the scale of many objects however the patch note says that the UIwidgets are no longer using the scale... that's why I'm a bit confused.
The main thing I'm not getting is why the popup list (at least in it's previous version) is not replicating the Label behaviour (I understand that now there is no direct link with the label so not sure it can be done now).

To fix my issue, I guess I will switch to another type of interaction to change the language of my app.
By the way, thank you for your answer.

4
NGUI 3 Documentation / Re: UIStretch
« on: November 27, 2013, 11:27:52 AM »
Hi,
I would like to have kind of pictures to show how things work with different options. I guess it would be useful for others and not only me.

5
NGUI 3 Documentation / Re: UIPopupList
« on: November 27, 2013, 11:13:10 AM »
Hello,
I'm currently using NGUI in our project. We just updated version form 2.X to 3.X of NGUI and I'm having some problems with that component.
The Drop Down list is oversized on Width.

Moreover, I don't know how to use each parameter, could you put some details about it in the Documentation (or here) ?

I also would like to ask for at least one feature : the possibility for the drop down to be configurable as the label alignment.

Finally, I apologize for my poor English as I'm French.

By the way, thank you for your great work.

Pages: [1]