[flexcoders] allowing a user to insert but not change existing text...

2008-04-18 Thread grimmwerks
I've got this project where users can come to a flex app with a TextArea and can insert their comments using a different font color, but not be able to select, or change the text that already exists... ie if I've got 'The quick brown fox jumped over the sleeping dog.' I'd be able to click

RE: [flexcoders] allowing a user to insert but not change existing text...

2008-04-18 Thread Alex Harui
Watch KEY_DOWN and CHANGE and restore the text if you see DELETE or BACKSPACE From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Friday, April 18, 2008 11:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] allowing