Ok,
but how does that work when you need to set a height when you
create textfiled
like :
this.createTextField("body", 1 ,0 ,0 ,Aheight,Awidth);
if i leave the Aheight,Awidth params out
it won't create a text field at all...
and i cant apply a autoSize BEFORE creating a text field... a
bit of a catch 22....