In this post we will learn to work with the app bar in a WinJS based Windows Store application. Let us start with creating an app bar. The app bar can be created by setting the data-win-control value of a div to WinJS.UI.AppBar. Now you can add command buttons in an app bar asContinueContinue reading “Working with app bar in WinJS based Windows Store Application”
Tag Archives: Windows Store App
Classes in WinJS
Even if we have heard many times about the classes in the JavaScript, it is not an object oriented language. Rather JavaScript is a prototypal language. Working with classes in JavaScript can be but cumbersome syntactically. WinJS is a JavaScript library and it reduced the syntactical complexity of working with classes. In this post weContinueContinue reading “Classes in WinJS”
Solved: WWAHost.exe remote endpoint was not reachable error in JavaScript Windows Store App
I was working on my office machine. While working I opened a JavaScript based Windows Store Application. When I tried to run application I got following exception, I was baffled due to this exception. After sort of research I found that I was on VPN. I have no idea why on VPN this exception occurred.ContinueContinue reading “Solved: WWAHost.exe remote endpoint was not reachable error in JavaScript Windows Store App”