Hi,
Actually i m migrating an application in flex1.5 to flex20 .
In Flex1.5 we have declared one of the variable text_mc of type 
tabnavigator.

The code is somewat like this:(for class DateField)
if (validator.hasErrors()) {
                        text_mc.styleName = "normalDTextInput";
                } else {
                        text_mc.styleName = "flatDTextInput";
                }
        }

but this variable is nowhere defined in d file.so if anyone knows wat 
shud be d type of this variable ,plz let me know.i mean i should 
declare a variable of which type?

Thanks,
Monika









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to