Skip to main content
Damon Edwards
Inspiring
July 17, 2008
Answered

apparent bug with ComboBox/TextFormat/Disable-Enable

  • July 17, 2008
  • 3 replies
  • 685 views
Anyone experience, or possible have a way to get around this issue? Apply a TextFormat with an embedded font to a combo box, disable it, then enable it, and the text in the label field stays "disabled" looking. It doesn't recover its color. Ask if you'd like a sample file. Thanks.
This topic has been closed for replies.
Correct answer
Interesting catch. I couldn't reproduce it because I have a habit of setting the TextFormat.color property. The workaround is to set the color -- either in the ctor or using the property.

3 replies

July 18, 2008
You're welcome
Damon Edwards
Inspiring
July 18, 2008
Perfect. Thanks, not sure why I didn't catch that. However, it should work regardless, defaulting to black, or so I thought. Thanks again.
Inspiring
July 18, 2008
I can't reproduce that behavior. Sample please.


Damon Edwards
Inspiring
July 18, 2008
Here you go. Combo Box Test. Test SWF
Correct answer
July 18, 2008
Interesting catch. I couldn't reproduce it because I have a habit of setting the TextFormat.color property. The workaround is to set the color -- either in the ctor or using the property.