Tagged Questions
1
vote
1answer
168 views
How to create a custom framework package for WinJS (WinRT)
The project templates for Visual Studio 2012 contain a reference package with javascript, localization files and styles.
What I am wondering is how to build a custom reference package with my code, ...
3
votes
1answer
118 views
How do I detect design mode with WinJS?
I have bits of javascript that causes problems when viewed in Blend for Visual Studion 2012. I want to have a simple check for design mode so that I can skip the code when viewed in the Blend Design ...