Author Topic: UIButton advertises non-existant disabledColor prop  (Read 2294 times)

Grondhammar

  • Guest
UIButton advertises non-existant disabledColor prop
« on: January 16, 2013, 02:46:01 PM »
UIButton in the documentation:

http://www.tasharen.com/ngui/docs/class_u_i_button.html#acf551cf562d550c2d50c52d6bd542c27

says that it has a property called "disabledColor". When I attempt to use this property in script, I get "Type `UIButton' does not contain a definition for `disabledColor' and no extension method `disabledColor' of type `UIButton' could be found"

The rest of UIButton seems to be as advertised.

Help?

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: UIButton advertises non-existant disabledColor prop
« Reply #1 on: January 16, 2013, 03:00:51 PM »
Are you using the free version? In 2.2.7c  (paid version) it's there.

Grondhammar

  • Guest
Re: UIButton advertises non-existant disabledColor prop
« Reply #2 on: January 16, 2013, 04:22:27 PM »
Ah... that would do it. Thanks Nicki.