Re: [Flashcoders] Dynamic Scrollable textfield

2008-09-05 Thread allandt bik-elliott (thefieldcomic.com)
there's an event based as3 scrollbar here http://www.kirupa.com/forum/showthread.php?t=245468 if you look later on in the thread, there's some modifications that allow all sorts of different setups a On Fri, Sep 5, 2008 at 2:23 AM, sebastian [EMAIL PROTECTED] wrote: for AS3 check out this

[Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread Lehr, Theodore M (N-SGIS)
Is there a way to make a textfield created via: createTextField scrollable through actionscript? Ted ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread Cor
Set it to multlLine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lehr, Theodore M (N-SGIS) Sent: donderdag 4 september 2008 18:20 To: Flash Coders List Subject: [Flashcoders] Dynamic Scrollable textfield Is there a way to make a textfield created via

Re: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread sebastian
yes, but you do it by making the container MC it is located within react to the mouse/scroll bar, which in-turn moves the nested MC. :) Lehr, Theodore M (N-SGIS) wrote: Is there a way to make a textfield created via: createTextField scrollable through actionscript? Ted

RE: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread Lehr, Theodore M (N-SGIS)
] On Behalf Of Cor Sent: Thursday, September 04, 2008 12:42 PM To: 'Flash Coders List' Subject: RE: [Flashcoders] Dynamic Scrollable textfield Set it to multlLine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lehr, Theodore M (N-SGIS) Sent: donderdag 4

Re: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread Jon Bradley
On Sep 4, 2008, at 12:50 PM, Lehr, Theodore M (N-SGIS) wrote: Thanks, but I am talking about having it scroll, not just be multilined... Ideally, I would like to do it as simple as a div does in html (style=overflow:auto; height:400px;) is there a simple way like this in as?

RE: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread Merrill, Jason
is there a simple way like this in as? You sound like you're talking AS2 - please specify. Google be yer friend: http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp .htm?context=LiveDocs_Partsfile=2774.html Jason Merrill Bank of America Enterprise Technology

Re: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread sebastian
for AS3 check out this scroll bar source code: http://www.flashscaper.com/blog/?p=3 if someone knows of the same kind of scroll bar, but also with standard OS functionality of 'clicking between scroll bar button area in emptey area moves you 1 page up/down', please advise. :) seb. Merrill,