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.


Topics - xiaoniaojjj

Pages: 1 2 [3] 4 5 6
31
Could you add search function in Atlas maker?  It would be seasy to find a sprite when a lots of sprite..

32
The unity 4 editor would be crash,when import the 2.3.6, Anyone meet it?

33
Symbols of Font doesn't  working in 2.3.6a version. it working in my last version 2.3.3h! and i can't edit the Font like Add Symbols and so on....

34
NGUI 3 Support / NGUI be able to do the Dynamic Fonts?
« on: February 21, 2013, 09:01:23 PM »
Note: This message is awaiting approval by a moderator.
It's the Dynamic fonts based on NGUI from a Chinese guys, You would support it in feature??
http://game.ceeger.com/forum/read.php?tid=8965

35
How to calculate the width size of UILabel, if the line width is 0?

36
See the picture, All the sprite can't shows whe update the 2.3.3d version.

37
NGUI 3 Support / How to control the UIPopuplist depth and style?
« on: December 21, 2012, 12:23:56 AM »
See the attach, I want to change the depth of Popuplist for top, and want to Change the style of lable for outline. Can i do it?

38
NGUI 3 Support / How to change the Font without FontText?
« on: December 17, 2012, 12:37:42 PM »
My FontText was deleted, Can i Change the Font without Font text????

39
NGUI 3 Support / (Suggest) Could you give the depth value for UIPanel?
« on: December 10, 2012, 09:19:39 PM »
I think it would be better to control  the panel depth, just a suggest..

40
NGUI 3 Support / Error happen When switch platform!Help me!!
« on: December 04, 2012, 04:11:21 AM »
0.jpg is Correct in web platform, 1.jpg is When i switch to Android Platform, Who knows the error? how to resolved?

41
NGUI 3 Support / How to calculate the line num of UILabel?
« on: November 27, 2012, 01:04:20 AM »
If i set the  LineWidth value, How to calculate the line nums shows of UILabel?

42
NGUI 3 Support / About the UILabel expand!
« on: November 15, 2012, 12:05:27 AM »
I want to extends UILabel, i want to do the effect like hyperlink,  if i set the mark for some words of the Label, let it can get the event like (OnHover or and so on),
I just need to get the text(click point) that when the label be clicked, Can i get it?
Could you give me some suggest?

43
NGUI 3 Support / How to remove the Color tint of Sprite?[Resolved]
« on: November 13, 2012, 07:56:22 AM »
If I don't want  any color tint affect the Sprite how to remove it or disable it?

44
NGUI 3 Support / Issues about UILabel next line auto!
« on: October 31, 2012, 09:46:24 AM »
See the 0.jpg, I create 2 UILabels that same size and same Line Width, The problem is about next line, You can see English work fine, But error when Chinese, have any way can resolved it?

45
NGUI 3 Support / NGUITools.AddWidgetCollider doesn't work!
« on: October 31, 2012, 04:34:56 AM »
It's my code, after NGUITools.AddWidgetCollider(uLabel.gameObject); the gameObject didn't add the BoxCollider ,
Who can tell me why?
  1. void OnClick()
  2.         {              
  3.                 string msg = uInputField.text;
  4.                 GameObject goLabel = GameObject.Instantiate(uLabelMsgTemp) as GameObject;
  5.                 UILabel uLabel = goLabel.GetComponentInChildren<UILabel>();
  6.                 uLabel.text = msg;
  7.                 Vector3 scale = goLabel.transform.localScale;
  8.                 NGUITools.AddChild(uTextList.gameObject,goLabel);
  9.                 goLabel.transform.localScale = scale;
  10.                 NGUITools.AddWidgetCollider(uLabel.gameObject);
  11.                 uTextList.repositionNow = true;
  12.         }

Pages: 1 2 [3] 4 5 6