Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: grozzy39 on September 26, 2012, 09:09:57 AM

Title: UI Input events
Post by: grozzy39 on September 26, 2012, 09:09:57 AM
Hi all.

I am dynamically building NGUI elements at run time. A while ago the code was done to create UIInputs and it all worked fine. After upgrading to the latest version however the events have stopped working, click in the input doesn't give it focus.

I've tried comparing my UIInputs to ones created using the widget and can't honestly see a difference.

Just wondering, did anything change to the event handling of  UIInput in the last version?

Thanks.
Title: Re: UI Input events
Post by: ArenMook on September 26, 2012, 10:18:50 AM
There haven't been any changes to UIInput in about 2 months.
Title: Re: UI Input events
Post by: grozzy39 on September 26, 2012, 10:40:05 AM
OK, thanks. Something in my code then, I'll keep looking.