Synchronized Navigation
Is there any trick to navigate on other page through synchronous pr开发者_如何学Pythonocess?
I'm guessing this is linked to your other question (http://stackoverflow.com/questions/4593463/about-synchronized-navigation).
Synchronous process are (generally) bad for perceived performance. This perception is amplified on mobile diveices (such as phones).
Because of this, most operations on WP7 happen asynchronously. As a general rule you should learn to work with this behaviour rather than against it as it's there for a reason.
If you have a specific issue where you wish to perform an operation synchronously then post the specific details and we'll advise accordingly.
精彩评论