Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: DuaneDog on March 02, 2014, 05:42:54 AM

Title: Best way to make controls active / inactive?
Post by: DuaneDog on March 02, 2014, 05:42:54 AM
The problem I'm having is that when ever the controls get populated with data inactive text color seems to get change to white. What is the best way to toggle a set of uiinput fields from enabled to disabled and have it so the end user can tell so they are not trying to edit fields that are disabled?
Title: Re: Best way to make controls active / inactive?
Post by: ArenMook on March 02, 2014, 06:56:33 PM
Text gets changed to white? I'm not sure what you mean here. If you want to disable something, disable its collider. If you want to show that it's disabled, just change its color.