I've searched a lot on google and the list and haven't found much, so maybe I'm missing something obvious again.

Basically I need to fill a text field, and when that text field is full, i should start filling the next one. My current idea is:

Break the text into space delimited tokens.
Keep adding tokens and checking maxscroll to see if it is equal to 1.
If maxscroll equals 1 then subtract the last token.
Move on to the next text field.

Not an ideal solution, but the only one that I think will work. Has anyone done anything similar?

Thanks
Chris
_______________________________________________
[email protected]
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

Reply via email to