1
NGUI 3 Support / Re: Handling Touch events with NGUIButtons
« on: August 30, 2013, 03:53:26 AM »
It's really necessary functions! Developers, when are you going to implement it?
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.
Well, NGUI doesn't come with a class in c#.
If your programmers can't solve a simple problem of setting up multiple lines in a label or using multiple labels, then it's a programmer problem, not a tool problem.
string.split in c#
http://msdn.microsoft.com/en-US/library/ms228388(v=vs.80).aspx
http://www.dotnetperls.com/split
This works
function OnSelectionChange(selectedItem) {
print ("selectedItem = " + selectedItem);
}