RE: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Alex Harui
/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Manish Jethani Sent: Sunday, May 31, 2009 5:18 PM To: Flexcoders Subject: [flexcoders] How to make FTE text selectable and editable? I have this program (Flash Player 10): var elementFormat:ElementFormat

RE: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Gordon Smith
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, June 01, 2009 10:55 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to make FTE text selectable and editable? I think you'll have to use TLF or write your own. The whole point of FTE

Re: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Manish Jethani
] On Behalf Of Alex Harui Sent: Monday, June 01, 2009 10:55 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to make FTE text selectable and editable? I think you’ll have to use TLF or write your own.  The whole point of FTE is to put text on the screen without each text instance

RE: [flexcoders] How to make FTE text selectable and editable?

2009-06-01 Thread Gordon Smith
Jethani Sent: Monday, June 01, 2009 4:41 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to make FTE text selectable and editable? Thanks. I was wondering why the FTE components didn't have any option for making the text selectable and editable, but now it makes sense. I guess my issue

[flexcoders] How to make FTE text selectable and editable?

2009-05-31 Thread Manish Jethani
I have this program (Flash Player 10): var elementFormat:ElementFormat = new ElementFormat(); elementFormat.fontSize = 48; var textElement:TextElement = new TextElement(Hello, world, elementFormat) var textBlock:TextBlock = new