Author Topic: UIInput inactive text color - how to change.  (Read 1683 times)

wallabie

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 200
    • View Profile
UIInput inactive text color - how to change.
« on: May 26, 2014, 09:59:29 AM »
I've got a use case where I need to change UIInput InactiveColor from code.  I found how to change the ActiveTextColor but cannot do it with InactiveColor.  I could not find this prop even in the UIInput script.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIInput inactive text color - how to change.
« Reply #1 on: May 26, 2014, 11:06:26 PM »
The inactive color is simply the starting color of the label.

wallabie

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 200
    • View Profile
Re: UIInput inactive text color - how to change.
« Reply #2 on: May 27, 2014, 07:33:05 AM »
I really need to be able to set different Inactive colors but not sure how to do it with the starting color.  Does this mean that in order to set the Inactive color via code I would I have to change the label's color directly?


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIInput inactive text color - how to change.
« Reply #3 on: May 28, 2014, 06:54:31 AM »
Yup.