I'm assuming by type size you mean text/font size? If so, you can set styles suing actionscript, for instance -
myBox.setStyle( "fontSize", 12 ); myBox.setStyle( "color", 0xFF0000 ); similarly you can use getStyle( "color" ); etc to return the current style of that type. cheers, Andrew Spaulding www.flexdaddy.info --- In [email protected], Nithya R <[EMAIL PROTECTED]> wrote: > hai! > can flex be set so that the user can change the type size at runtime? if yes how ? > any sample or link that would help on this? > > thanks, > nithya > > Send instant messages to your online friends http://uk.messenger.yahoo.com -- 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/

