-
1. Re: .autoSize
Ned Murphy Oct 11, 2013 9:39 AM (in response to Ron Colmen)If you need extra spaces then add them when you assign the text...
h.tray_mc.message.text = "test ";
or
h.tray_mc.message.text = "test" + " ";;
-
2. Re: .autoSize
Ron Colmen Oct 11, 2013 9:45 AM (in response to Ned Murphy)That doesn't not work. It ignores the spaces at the end
shows clearly whe I add a border to the tf.
h.tray_mc.message.border=true;
-
3. Re: .autoSize
Ned Murphy Oct 11, 2013 11:32 AM (in response to Ron Colmen)It does work. You asked how to add spaces to the end of ther text and that is adding spaces to the end of the text.
If you want to add extra empty textfield space after the text the same holds true. If it is not working for you I can't explain why but it works for me.
-
4. Re: .autoSize
Ron Colmen Oct 11, 2013 12:19 PM (in response to Ned Murphy)You're correct.
Instead of using the textfield form the library (attachMovie), I used .createTextField to create 'message' and it worked. I don't know why the textfield in attachMovie() did not show spaces, but I've got my answer.
Thanks ned!
-
5. Re: .autoSize
Ned Murphy Oct 11, 2013 1:45 PM (in response to Ron Colmen)You're welcome Ron. I recreated what I could make of your first posting and that worked for me, using the attachMovie approach... so something is amiss... but if you have a working solution that's all you really need.



