Hi all,

I've googled but every time I find someone with the same problem the questions seem to go unanswered...

I have skins applied to a flex app and I'm having an issue where for most elements the red border doesn't show up when validation fails. For example, I have this in my css file:

TextInput
{
borderSkin: Embed(source="TextInput.swf", symbol="TextInput_borderSkin");
        focusSkin: Embed(source="TextInput.swf", symbol="TextInput_focusSkin");
}
ComboBox
{
disabledSkin: Embed(source="ComboBox.swf", symbol="ComboBox_disabledSkin");
        downSkin: Embed(source="ComboBox.swf", symbol="ComboBox_downSkin");
editableDisabledSkin: Embed(source="ComboBox.swf", symbol="ComboBox_editableDisabledSkin"); editableDownSkin: Embed(source="ComboBox.swf", symbol="ComboBox_editableDownSkin"); editableOverSkin: Embed(source="ComboBox.swf", symbol="ComboBox_editableOverSkin"); editableUpSkin: Embed(source="ComboBox.swf", symbol="ComboBox_editableUpSkin");
        overSkin: Embed(source="ComboBox.swf", symbol="ComboBox_overSkin");
        upSkin: Embed(source="ComboBox.swf", symbol="ComboBox_upSkin");
}

And neither combobox nor textinput show the red validation border when validation fails. What am I missing? Is there a way to specify an error border skin or something? Or should there be some way in the skin file to add an error border?

cheers,
Toby
-----------------------------------

Life is poetry, write it in your own words

-----------------------------------

Toby Tremayne
CEO
Code Poet and Zen Master of the Heavy Sleep
Lyricist Software
0416 048 090
ICQ: 13107913

Reply via email to