What are my options for speeding up a TextField? ( + 2 bugs )
Hi all,
I have a large text that I need to move around (I am making a scrolling viewport).
To speed up the very very slow textfield animation, I tried setting cacheasbitmap to true, but if I do so, the textfield completly disapears on the iPhone (but is perfectly visible on the Desktop : BUG ). Actually, everything I set cacheAsBitmap = true on, dissapears.
My other attempt was drawing the textfield into a bitmap, but eventhough the bitmap looks great on the Desktop, it looks really... jaggy (?) on the iPhone and is unreadable. I have tried playing with the snapping and smoothing settings, to no avail.
So, what else can I try?
