Flex mobile: waiting view is rendered before pushing the new view -


this big problem have, non-embedded images: after navigator.pushview elements rendered during , after transition occurring. causing transition jittering , page re-composing after transition. simple example <s:bitmapimage source="xxxx" /> renders after transition complete. heavy code may cause transition jitter.

is there way hold new view , push when conditions satisfied?

i know images can embedded, there lot of other situations wish push new view when tasks done.

thanks help

alfonso


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -