Tooltip and .errortip styling are crap.

when using:

ToolTip
{
    borderSkin: Embed("/assets/skins/tooltip/ToolTip_borderSkin.png");
}


then .errorTip is always using Tooltip borderSkin and most errorTip style
attribute are simply ignored.
I did try forcing it with this, with no success

.errorTip
{
    borderSkin: ClassReference("mx.skins.halo.ToolTipBorder");
    borderStyle: "errorTipRight";
}

.errortip just look like Tooltip and I can't get the errortip "pointers" to
show up (nor change the color or whatever).

how can I reskin the default Tooltip while preserving error tips default
style ?
(non programatic skinning prefered)

Reply via email to