[flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
Flex 2.01 This seems so dumb, but I can not figure this out. I am using Modules with layout=absolute. In a MXML file I have a TextArea where I have set the width=300 and height=35. mx:TextArea top=10 left=30 width=300 height=35/ I can add text beyond 2 lines, but no scroll bar is displayed.

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jim Hayes
@yahoogroups.com Subject: [flexcoders] TextArea but no scroll bars showing up Flex 2.01 This seems so dumb, but I can not figure this out. I am using Modules with layout=absolute. In a MXML file I have a TextArea where I have set the width=300 and height=35. mx:TextArea top=10 left=30 width=300 height

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
appreciated. Thanks, Jack -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Hayes Sent: Monday, May 05, 2008 3:40 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea but no scroll bars showing up Try yourTextArea.validateNow

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
19:29 To: flexcoders@yahoogroups.com Subject: [flexcoders] TextArea but no scroll bars showing up Flex 2.01 This seems so dumb, but I can not figure this out. I am using Modules with layout=absolute. In a MXML file I have a TextArea where I have set the width=300 and height=35. mx:TextArea

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Tracy Spratt
PROTECTED] On Behalf Of Jack @ Zingit Sent: Monday, May 05, 2008 6:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea but no scroll bars showing up layout=absolute has no bearing. I tried the following code and the scroll bar does not show up when I type in text beyond

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jim Hayes
extending textArea I suppose, otherwise try 41 ! -Original Message- From: flexcoders@yahoogroups.com on behalf of Tracy Spratt Sent: Tue 06/05/2008 00:04 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea but no scroll bars showing up Indeed, the TextArea is not behaving

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
was going crazy. Anyway, guys . . . . thanks for the help. Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, May 05, 2008 6:05 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea but no scroll bars showing up

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jim Hayes
; } } } -Original Message- From: flexcoders@yahoogroups.com on behalf of Jack @ Zingit Sent: Tue 06/05/2008 00:29 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea but no scroll bars showing up Tracy: Yes that will work, but I only wanted the height to be 35, which

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
Jim: I'll check it out. Thanks, Jack -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Hayes Sent: Monday, May 05, 2008 6:45 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea but no scroll bars showing up You can override