yes, the before mentioned solution does not work for me too :(

On 1/24/07, Dirk Eismann <[EMAIL PROTECTED]> wrote:

  It still does not work as expected. I just debugged UIComponent and it
turns out that the bug is in the setBorderColorForErrorString() method.
The black border appeasr when the origBorderColor is NaN. So the fix
would be something like

if (isNaN(origBorderColor))
origBorderColor = getStyle("borderColor");

I just wanted to fix the code on my machine and then recompile the
framework.swc but noticed that there's no build_framework.xml Ant script
any more in Flex 2.0.1

Dirk.



--
::| Carlos Rovira
::| http://www.carlosrovira.com
::| http://www.madeinflex.com

Reply via email to