Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Simplify Page Transitions in Windows Phone 7 Silverlight Applications
May 31, 2010 at 8:55 PMJeff, one more question concerning TCC, now that I have gotten the AprilCTP workaround implemented and functioning properly within my test application (to do normal page to page transitions). I noticed it works perfectly in portrait orientation. However, when I switch the emulator to landscape and navigate to a different page, the current page is very briefly flashed onto the screen in portrait mode and then the correct animation takes place. This behavior is also noticeable in the demo you posted (to reproduce, note that I had to add landscape support to the Favorites.xaml page).
My guess is this is an artifact of how the TCC actually creates the Page transitions. As it was designed for desktop Silverlight implementations, it did not have to worry about portrait vs. landscape. Of course it could just be an emulator screen buffer issue. Do you have any further thoughts on this? I would feel very hesitant shipping an app if the emulator is a true reflection of how an application with TCC would appear on a device. Thanks!
Simplify Page Transitions in Windows Phone 7 Silverlight Applications
May 26, 2010 at 11:50 AMJeff, you were correct, Peter Torr does have a video covering this. For future reference, it is located here (http://live.visitmix.com/MIX10/Sessions/CL17) at the 10:45 mark. Thanks again!
Simplify Page Transitions in Windows Phone 7 Silverlight Applications
May 25, 2010 at 12:24 PMHi Jeff, would either the "brute force" or TransitioningContentControl method for Page transitions be suitable for animating the transition between different orientations of the same Page? For example, fading out the portait view and fading in the landscape view when the phone is oriented into landscape mode?
Thanks!