Hi,
my autosize was always true.
'true' was never a documented
setting for autosize, but has 'failsafe' it was handled like autosize=left in Flash (see the included textfield.as).
If there was an autosize set autoheight is ignored.
No, both setting are working, the autoheight setting is just a setter/getter for autosize setting - that means when setting the autoheight setting to true, the autosize setting will be automatically set to 'center', and when setting to false, then to 'none'.
Setting to -1 was my attempt at discovering when autoheight was complete. If I noticed a change from -1, I assumed it was complete. I have a container that is +x pixels height my textfield so it was important to know when the textfield had arrived at the final height in order to make the frame. On the new textfield, it can go from -1 to 16 to its final size of 40
okay, I will try to add an dedicated event for that case, e.g. maybe some like 'onhavesize' or just 'onresize'...
Best regards,
Klaus