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
Part 7: Data Binding and the SampleDataSource.cs
Jan 06, 2013 at 1:59 PMIn case any are curious, to close the SIMULATOR...
Press Ctrl+Alt+F4.
I was certainly curious, even once shutting down my system from within the SIM !
Part 6: Modifying the Grid App Template with Branding Elements
Jan 06, 2013 at 12:21 PMNo worries - I'm able to progress
Part 6: Modifying the Grid App Template with Branding Elements
Jan 06, 2013 at 11:36 AMSure, @ or around 2:45 we click to add the WIDELOGO.PNG to the Package.appxmanifest file but my version of said manifest file is a tad more complex.
I'm running:
Microsoft Visual Studio Ultimate 2012 Version 11.0.51106.01 Update 1 Microsoft .NET Framework Version 4.5.50709
Part 6: Modifying the Grid App Template with Branding Elements
Jan 05, 2013 at 5:52 PMA little more about the error when I hover over the bottoom right red X (so much for editing the html to make my X red!) - it says:
A mixture of images with and without "scale" or "targetsize" qualifiers exists in this project for the logical name "Assets\WideLogo.png" When a mixture exists, files without the qualifier are ignored. For predictable runtime behavior, explicitly specify...
Three dots at the end... the message is clipped off the screen...
Part 6: Modifying the Grid App Template with Branding Elements
Jan 05, 2013 at 5:34 PMBob, a bit of an issue here , probably related to the latest VS12 service pack - not sure how to resolve.
Screen for tiles is of course different and when I plug the WIDELOGO into it (perhaps not where it really needs to go?), it throws an error: THE IMAGE ASSET OR RELATED FIELD HAS ONE OR MORE ERRORS...
Part 1: Series Introduction
Jan 05, 2013 at 2:29 PMThought ya might like see'n how me and my pup are sharing in the learning experience:
Part 4: Introduction to XAML - Continued
Jan 05, 2013 at 1:56 PMInteresting that, from the toolbox, dragging in the ELLIPSE, the ouput XAML was terse, choosing not to include:
<LinearGradientBrush.GradientStops> <GradientStopCollection> </GradientStopCollection> </LinearGradientBrush.GradientStops>Is that be design or just the editor mirroring our 1st implementation of the ELLIPSE?
(i.e. does the designer know when it can be terse?)