I’m building an iPad app with Flex/CS3 in Flash Builder 4.7. Making an iPad app. However, when being tested some people started telling me that some screens have the RichText sparks elements showing text jagged, rather than smooth.
However, it only happens sometimes. If you go back to that screen the text looks fine. Any ideas why such a thing might be happening? Most of the time everything looks fine, both locally on my development machine as well as on the iPad app when it’s being looked at on a tablet.
The problem was that under certain circumstances it was adding multiple rich text components with the exact same text in it over and over itself, meaning I’d have several layers of identical content that, when overlapped, made it look pixelated on most devices.
I’ve made the app be a little smarter and not add what’s already there, and it’s looks great. Thanks.