Re: [flexcoders] TextArea.text confusion

2007-03-16 Thread Roman Protsiuk
The working version of this component (ExtendedTextArea) can be found here http://roma-ch.blogspot.com/2007/03/one-down-more-to-go.html. Thanks everyone, R.

Re: [flexcoders] TextArea.text confusion

2007-03-16 Thread Roman Protsiuk
oders@yahoogroups.com *Subject:* RE: [flexcoders] TextArea.text confusion What is the problem behavior? I need a bit more detail before I run or analyze the code. Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Roman Protsiuk *Sent

RE: [flexcoders] TextArea.text confusion

2007-03-15 Thread Alex Harui
fault if needed. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, March 15, 2007 5:33 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea.text confusion What is the problem behavior? I

RE: [flexcoders] TextArea.text confusion

2007-03-15 Thread Tracy Spratt
Subject: [flexcoders] TextArea.text confusion Hi, all. I'm extending TextArea to make it show default text if it's empty. It will be cleared (if needed) on focusIn. The problem I've faced is that when I set text property in commitProperties method that text isn't shown in

[flexcoders] TextArea.text confusion

2007-03-15 Thread Roman Protsiuk
Hi, all. I'm extending TextArea to make it show default text if it's empty. It will be cleared (if needed) on focusIn. The problem I've faced is that when I set text property in commitProperties method that text isn't shown in the TextArea itself. :\ Following is my class: package { import