Author Topic: Chat example on Flash  (Read 2863 times)

kindex

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Chat example on Flash
« on: January 25, 2014, 06:37:18 AM »
Chat example from NGUI 3.0.9 f5 is not working correctly, when compiled to Flash. Whole screen blinks when only with input caret should. It seems like disabling one object with
  1. mCaret.enabled = !mCaret.enabled;
disables all other objects too.
Some other examples (eg. Control Widgets) also are not working correctly.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Chat example on Flash
« Reply #1 on: January 25, 2014, 03:30:29 PM »
Thanks, I'll look into it.