Errors like that usually mean you are trying to declare a variable that Flex has defined elsewhere. Try 'textDecoration1' or something like it.
--- In [email protected], "greggiec" <[EMAIL PROTECTED]> wrote: > > I keep getting this error. > > Declaration of style 'textDecoration' conflicts with previous > declaration in C:\Program Files\Adobe\Flex Builder 3 > Plug-in\sdks\3.0.0\frameworks\libs\framework.swc(mx/controls/ToolTip). > > > Anyone know what this is? >

