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 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, Jason wrote:

 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  Global Risk LLD
 Instructional Technology  Media

 Join the Bank of America Flash Platform Developer Community
 Are you a Bank of America associate interested in innovative learning
 ideas and technologies?
 Check out our internal  Innovative Learning Blog  subscribe.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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:

 

createTextField

 

scrollable through actionscript?

 

Ted

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread Lehr, Theodore M (N-SGIS)
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?

Ted

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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 september 2008 18:20
To: Flash Coders List
Subject: [Flashcoders] Dynamic Scrollable textfield

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

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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?


TextFieldInstance.scroll

and

TextFieldInstance.maxscroll

Only works if the field is set to multLine. You need to generate your  
own scrollbars, or if using AS2 link a UIScrollBar instance to it (or  
use a TextArea component).


You don't get any automatic scrollbars with text fields in Flash,  
only text fields themselves. For anything with scrollbars you need to  
use components.


cheers,

Jon

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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  Global Risk LLD 
Instructional Technology  Media

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  Innovative Learning Blog  subscribe. 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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, Jason wrote:

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  Global Risk LLD 
Instructional Technology  Media


Join the Bank of America Flash Platform Developer Community 


Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  Innovative Learning Blog  subscribe. 
___

Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders