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

Pages: [1]
1
NGUI 3 Support / Blackberry UIInput Bug (Solved)
« on: July 08, 2014, 02:28:40 PM »
I've been testing on a Blackberry Z10 and when I'm entering text into a UIInput field it appends the entire input string again to whatever the user inputs. This happens when the user presses enter on the keyboard or otherwise closes the keyboard. A single character input string doesn't produce any duplicate text.

Everything works fine in iOS and Android builds.

For example, on Blackberry the input string "blah" -> [submit] produces "blahlah".

Is this something I can patch myself somewhere? I can't really update my version of NGUI as it breaks a lot of my widget anchoring.

2
NGUI 3 Support / Setting Anchor TARGET Side At Runtime
« on: July 02, 2014, 12:30:13 PM »
I've done a bit of searching and haven't found this addressed anywhere. What I have is widgets in a vertical list and I want to anchor the top of widget #2 to the bottom of widget #1.

Currently I'm setting the anchors in code using SetAnchors(), but the target side for the widget I'm anchoring to is always set to "Center". I want to set that to "Bottom", but it doesn't look like there's any way for me to do that at runtime?

Pages: [1]