Flash MX Combobox won't Select!

Ugh!

I have a pair of radio buttons. When one is selected, it updates the items in a combobox. When I try to select an item in the combobox, it seems to select an item (getValue / getSelectedItem().data calls return values), but it will not place that item’s label as the selected item. I only get a dark grey box where the label should be.

Any Ideas? This seems so stupid…

Yahoo! I answered my own question!

This article from Scott Manning had a bit to do with it (http://www.scottmanning.com/archives/000400.php), as did an article here on Kirupa regarding having to set masks programmatically to get dynamic text to function properly (the URL escapes me right now).

Hope this helps someone else…