Re: [flexcoders] Text component that allows tabbing

2007-02-13 Thread Daniel Freiman
The TextFormat object has a property call tabStops. Unfortunately I don't think any component implements them as a property or style so you might have to override a component and manually set the textformat of the UITextField inside it. - Dan On 2/13/07, André Rodrigues Pena [EMAIL PROTECTED]

Re: [flexcoders] Text component that allows tabbing

2007-02-13 Thread André Rodrigues Pena
Thank you Freiman.. I'll study about your tips and call you back. Cheers On 2/13/07, Daniel Freiman [EMAIL PROTECTED] wrote: The TextFormat object has a property call tabStops. Unfortunately I don't think any component implements them as a property or style so you might have to override a

Re: [flexcoders] Text component that allows tabbing

2007-02-13 Thread Igor Costa
Andre Basicly as Daniel pointed you out, you could get a chance to start doing an extended TextArea Component, here a very good resource to get you start. http://flashtexteditor.com/flexdemo/full/ Right-click to se the source code. Best On 2/13/07, Daniel Freiman [EMAIL PROTECTED] wrote: