I have the same issue, it happends with textInput as well, any solution?
On Fri, Apr 4, 2008 at 1:33 AM, Thibaud Van Vreckem <[EMAIL PROTECTED]>
wrote:
>
> 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)
>
>
>
>