Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/11/2003, 21:34
Notbo
 
Fecha de Ingreso: julio-2003
Mensajes: 17
Antigüedad: 20 años, 9 meses
Puntos: 0
Estuve probando el codigo pero no lo agranda hacia abajo, esto es lo que yo coloco en un frame

_root.createTextField("t",1,10,10,100,20);
t.text="texto texto texto texto texto texto texto texto texto texto texto texto texto"

if (t.textWidth>250) {
t._width = 250;
t.multiline = true;
t.wordWrap = true;
}
t._y = Math.round(basey);
basey += Math.round(t._height+10);