0
votes
2answers
70 views

WinRT WinJS + C#

I'm new to the WinRT space.Our company has started developing a windows 8 store app.I initially started doing it in XAML / C# until I realized I can use javascript and html with WINJS ;). I Have have ...
2
votes
1answer
126 views

Can we compile and sign a windows 8 winjs application via commandline

Is there any way to create a windows 8 winjs .appx package file using command line?
1
vote
1answer
30 views

How to debug queries to the DOM in Visual Studio Express

Can someone help me figure out the most suitable debugging features in visual studio for my problem below please. I'm coding in JS and have a line of code below listView = ...
0
votes
2answers
171 views

YUI on Windows 8 Metro App: YUI is not recognized

I am trying to create a Hello World JS Metro app on Visual Studio 2011, using YUI3. I´ve grabbed a local copy of YUI, added to a subfolder in the solution, and added a reference to yui-min.js on my ...
2
votes
2answers
459 views

Display a 'loading' image till loading original images in 'image gallery app' - metro style

I am developing an image gallery application .. Its loading images from the internet.. What i am doing is collecting image url into an array and bind it into a list view .. Its works fine.. But ...