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

Pages: [1]
1
NGUI 3 Support / UI Input Undo crashes on ios
« on: August 19, 2014, 07:08:29 PM »
I set up a UIInput field with ASCIICapable.  On iOS, when I switch to the numbers page and hit the "undo" button, my app crashes. Any idea what's going on here?



2
NGUI 3 Support / UIButton and UIButtonScale behave differently
« on: July 15, 2014, 01:51:09 PM »
When you hold and drag off a button, the UIButton color tweens as soon as the cursor is off the button.  The UIButtonScale does not tween until the mouse button is released.

        • create UIButton
        • make sure Pressed color is different than Normal color
        • add UI Button Scale
        • assign the button
        • add a noticeable scale
        • hit play
        • click and hold on the button
        • with the mouse held, drag off the button.  Notice how the color returns to its Normal state, but the scale remains pressed.

Pages: [1]