Author Topic: UI Input events  (Read 3594 times)

grozzy39

  • Guest
UI Input events
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI Input events
« Reply #1 on: September 26, 2012, 10:18:50 AM »
There haven't been any changes to UIInput in about 2 months.

grozzy39

  • Guest
Re: UI Input events
« Reply #2 on: September 26, 2012, 10:40:05 AM »
OK, thanks. Something in my code then, I'll keep looking.