Re: [Flashcoders] onScroller ?

2006-09-21 Thread eric dolecki

OMG... i was using _height. Been hospitalized too long ;) thanks.


On 9/21/06, Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote:


Check out

TextField.autoSize
TextField.textHeight

And check out the other properties of TextFields while you're in there.
I'm sure you'll find them quite helpful.  :)

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] onScroller ?

2006-09-21 Thread Steven Sacks | BLITZ
Check out

TextField.autoSize
TextField.textHeight

And check out the other properties of TextFields while you're in there.
I'm sure you'll find them quite helpful.  :)

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] onScroller ?

2006-09-21 Thread eric dolecki

Showing a little weirdness. I'd like to fill a field with text, and if it
needs to grow taller to accommodate, do so. Based on the resulting height of
that textfield, I reposition another clip... kind of like HEADLINE and then
text underneath where the headline has a fixed width, but can grow out as
tall as it needs to be.

this isn't the code to do all that, however I notice this doesn't affect the
text field *at all* ??

title_txt.onScroller = function( txt ):Void
{
   this._height = 150;
};

Any idea why this is doing nothing to expand the height ?

- e.d.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com