flex3 - Issue of alignment of string in textarea in Flex 3.0 -


i need display long string in textarea in form of 2 columns. 20 characters of string in left side , space , 20 character on right side of textarea. @ next line again doing same thing till string complete.

but happening @ right column rows not aligned exactly. happening because each character has different pixel width alignment of right column depends on character printed on left column. if on left column characters 'iiii' second column row starts bit in textarea , if on left column, characters 'mmmmmm' second column row starts bit late.

i using <textformat> tag text formatting string.

try setting fontfamily of textarea courier new.

fontfamily="courier new"


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -