Good morning, 

1) I  create dynamic textfield with while option
    I try to create dynamic border and content without success

Have you got a tips to done it

Thank you

/////////////////////////////
var dtd;
var spa;
var spa1;
var dt = 0;
while (dt<=99) {
    dtd = "var"+dt;
    spa = dt*5;
    spa1 = (dt*15)+45;
    _root.createTextField(dtd, dt, 0, spa1, 100, 15);
    dtd.text=spa1;
    dtd.border=true;
    dtd.selectable=false;
    dt++;
}



_______________________________________________
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

Reply via email to