Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/11/2003, 22:28
Avatar de TMeister
TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 3 meses
Puntos: 193
me falto el AutoSize

Código PHP:
createTextField("t"1101000);
t.text "texto texto texto texto 
texto texto texto texto texto texto texto texto texto"
;
t.autosize true;
if (
t.textWidth>100) {
    
t._width 100;
    
t.multiline true;
    
t.wordWrap true;
}
t._y Math.round(basey);
basey += Math.round(t._height+10);
trace(basey); 
Copia y Pega...

Saludos!!