WinJS is the name for a set of JavaScript libraries provided by Microsoft for developing native, Windows 8 style UI (aka "Metro"-style) applications starting in Windows 8.

learn more… | top users | synonyms

0
votes
1answer
73 views

How to change url dynamically after packaging Metro apps?

Hi I have created a package for my metro application.Here while developing my app I have given a Url static,But I need to change Url dynamically whenever my requirement changes.So that what should I ...
0
votes
3answers
67 views

repeating instruction What's wrong in my javascript code?

the code is sample but the resut seems not logical at all; Here the code: function lap_validation(event) { if (event.srcElement == document.getElementById("Suivant")) { ...
3
votes
2answers
115 views

How can I use a dll compiled with .Net Framework 4.0in a Windows Metro App

I am new to Windows 8 app development and professional C# dev. I have run into a problem where a client wants me to interface with a printer (DYMO 450 Turbo) and the SDK only comes with a dll that has ...
0
votes
2answers
148 views

WIndows 8 App, HTML/Javascript Offline Black Screen

I'm trying to develop a small Windows 8 App as a test for a larger project that I'll be working on. I'm using VS 2012, HTML, CSS, and Javascript. I've been able to create, build and deploy the app ...
0
votes
1answer
83 views

What is the syntax for calling functions defined using WinJS.UI.Pages.define from the associated html?

Since there is a distinct possibility that I'm doing something wrong, I'd like to describe what I'm attempting to accomplish, in case there is a better way of doing it. Platform: Windows 8 app using ...
1
vote
1answer
67 views

Winjs Flyout in the center of the screen

when i ckick on a button it will appear a Flyout for confirmation on the top of the button i have just clicked on it . i tried this : flyout.alignment="center" but the alignement is about the ...
1
vote
1answer
35 views

addEventListner working only at app creation

For some reason my eventHandling code stopped working. I was working on some functions to handle the indexedDB stuff, when i went back to work on the interface, i noticed that the eventHandlers only ...
0
votes
1answer
52 views

How to switch language for WinJS.Resources.processAll?

When using WinJS.Resources.processAll WinJS is using the system language, which is fine. And the example at this MSDN site shows, how to change the language/context to change single strings: ...
1
vote
0answers
36 views

WinJS.Binding multiple sources

I'm new to data binding, but it looked like an easy way to achieve what I need to do. My problem (as you can see) is that I have two (or more) of these boxes with different data on each page. The ...
1
vote
1answer
87 views

Uploading a photo using XMLHtttpRequest to a Flask webserver

I'm creating a WinJS app and using XMLHttpRequest to send a photo as a blob to a Flask webserver. openPicker.pickSingleFileAsync().then(function (file) { ...
1
vote
1answer
308 views

Windows 8 Store App, how do I test in-app purchase?

My app is created with Javascript. I need to support in-app purchase for feature unlocking. From the documentation, it looks really simple. However, when I tries to implement it. I noticed that after ...
3
votes
2answers
316 views

How to upload image to azure blob storage using javascript

I think the question says it all: How can I upload an image to an azure blob storage using JavaScript for Windows 8 Apps? I can only find examples for C# on the internet but nothing for JavaScript.
0
votes
1answer
179 views

Require.js code organization in Windows 8 app

I have a Windows 8 application written in JS that uses some of WinJS concepts: Pages Namespaces Meanwhile it uses Backbone models and collections as well as jquery, underscore and some other ...
0
votes
2answers
33 views

Is there any significantly better way to write this xhrRetry utility function?

I have written this xhrWithRetry method. Purpose: Purpose of this util method is to retry couple of times, in case service calls fails with error code 500. client code that calls this util method, ...
0
votes
1answer
62 views

Showing Tick Marks on input[type=range]

I'm creating a windows 8 app and need to create a vertical slider that also displays tick marks. I'm able to get the range slider to appear vertically by appying the windows specific class: ...
0
votes
1answer
42 views

how to extract values from a list?

first of all i have this kind of list which is filled like that: var data = {}; liste_path_categories.forEach(function (element) { data[element.letter] = {}; ...
2
votes
1answer
132 views

PDF viewer from inside the winJS application [closed]

PDF viewer from inside the winJS application Hi i am working on a winJS application.I need to open a PDF file from inside the application without using native pdf launcher.
1
vote
1answer
71 views

Modifying manifest file deletes indexdb in windows 8 metro app

My app(windows 8 metro, using javascript) uses indexDb for database, i have seen when i modify manifest file indexDB database is deleted. Is this a bug or a feature??. Now my app is already in ...
0
votes
2answers
167 views

How to create a Blob object from image url?

I am using Winjs(javascript for windows 8 app). what i want is to create a simmple blob object from a specific url of my static image by giving the path . what is the solution? Any help will be ...
1
vote
1answer
71 views

Windows Metro App <li> tag

I am developing a javascript windows store application. In the displayed html there are some nested ul and li tags like so: <ul> <li> <a href="html1.html#anchor"> ...
2
votes
1answer
103 views

WinJS template <p> not rendering

I am working on a Windows 8 application with HTML/JS. I've got problem with the template rendering. The paragraph "row" does not render, only the h4 and h6. If I change the "p" to "h3" or "h4" etc. it ...
0
votes
2answers
92 views

WinJS listview progress bar

WinJS listview progress bar Hi I am working a WinJS application.I have a listview.I need to add a progress bar when loading the listview..How can do that?
0
votes
0answers
26 views

Backgroundtask.js - how to include other files

I've started playing with time triggers, and defined my task in bacvkgroundtask.js. Now I have an simple, maybe silly question: How should I include external files? Usually we do this in the html ...
0
votes
1answer
37 views

winJS listview error on navigation

winJS listview error on navigation Hi I am working on a WinJS application.I am using listview to list data.If i navigate to another page before finishing the data loading it shows error like ...
0
votes
1answer
85 views

WinJs List View display:none tile with ID

So what's the problem. I want to exclude item from WinJS List View with specific parameter (ID - passed from JSON). How to do that? Things i've tried: a) Before pushing data to ...
0
votes
2answers
88 views

How to implement a confirm dialog in WinJS and return the user's choice

Using WinJS I'm trying to display a message to the user who has just hit a 'continue' button that they haven't answered the question asked. That displays a dialog (Windows.UI.Popups.MessageDialog) ...
0
votes
2answers
369 views

WinJS, display image from a byte array?

I'm looking for a way to display a JPEG image stored in a byte array. This is a Windows 8 Store App built in Javascript. The byte array is returned from a C# WinRT component. Its type in C# is byte[]. ...
0
votes
1answer
61 views

winjs.xhr invalid request

I'm trying to let the user to create his own rss aggregator and it works fine, but my problem is when the user input something is not valid for example numbers, it gives me "req.send(options.data)" , ...
0
votes
1answer
86 views

Want to fill WinJS.UI.ListView with my own data

I had got the data using WinJS.xhr({ url: url, responseType: "json" }).then( function(result){}, function(error){} ); I make this stuff on the button click event. I got the data ...
0
votes
0answers
150 views

Using WebAuthenticationBroker for oAuth (WinJS, Pocket API)

I'm trying to authenticate with the Pocket API using the WinJS WebAuthenticationBroker, however every time I open the broker I get a "cannot connect to service" error. I have a feeling that it's to do ...
0
votes
2answers
115 views

WinJS flipview control and item template

trying to use the FlipView control in WinJS and having some issues. I am able to bind it to a datasource and get the URL/picture property show up in the flipview control content pane but it fails to ...
0
votes
0answers
27 views

how to check image fully downloaded in WinJS

how to check image fully downloaded in WinJS Hi I am working on a winJS application.I have image 100 more image through this application.How can i check each image is fully download or not?
0
votes
1answer
43 views

How to integrate Dedicated worker in winjs

How to integrate Dedicated worker in winjs.. i am working on a winJS application.My application start with downloading images.How can i integrate Dedicated Worker in my application..?
0
votes
2answers
88 views

winJS ListView dynamic datasource edit issue

winJS ListView issue I am working on a winJS application.I have listview.I need to add new data to an existing list view.How can i do that?
0
votes
1answer
71 views

value passing on Winjs listview button click

value passing on Winjs listview button click Hi i am working on a winJS application.i have a winjs list and a button inside the listview.I need to pass a value on button click.
0
votes
1answer
212 views

Vertical Scroll, ListView with WinJS

How can I make a ListView scrolling vertically with HTML/JS in an Windows8 application using WinJS? I've developed an Windows 8 app with XAML/C# and in the application I used a ListView to get a list ...
0
votes
2answers
90 views

WinJS changing a template's element for a specedicitem in ListView

Here we go , this is my question and i can't find anything to resolve it. The problem that i have this template(for data-Binding) for my Gridview: <div id="mytemplate" ...
0
votes
0answers
24 views

What if i have an input element in my ListView Template?

Here we go , this is my question and i can't find something to resolve it. The problem that i have this template(for data-Binding) for my Gridview: <div id="mytemplate" ...
2
votes
2answers
161 views

How to make winJS app scrollable?

I am new to developing Windows 8 store apps, and I am in the process of creating my first one. The app I am making is a note taking app. I only started the app yesterday, so it's still very basic, ...
0
votes
1answer
49 views

Should activated be called before loaded event?

I am reading this free ebook. On page 105, it describes the sequence in which various events are invoked and it seem to suggest that activated executes before loaded. In order to test it, I added the ...
1
vote
1answer
48 views

How to handle scenario when application is resumed after long suspension (Without terminated)

My application displays data that it retrieves from a web-service. Let's say my application goes in suspended mode and remain suspended for long period of time. After that, when this application get ...
0
votes
1answer
351 views

How to pass parameters to a WCF REST method using WinJS.xhr?

I am trying to pass parameters to my WCF which uses REST to pass data. The definition of my method is : [OperationContract] [WebInvoke(RequestFormat = WebMessageFormat.Json, ...
0
votes
2answers
35 views

linq2IndexedDB in windows8 winJS

linq2IndexedDB in windows8 winJS Hi i am working on a winJS application.I am using linq2IndexedDB for connection IndexedDb with winJS.I am creating a database in one javascript page.How can create an ...
3
votes
1answer
150 views

How do I pass a Dictionary from Javascript to C# Runtime Component?

I have created a C# Windows Runtime Component that has a public static method that accepts an IDictionary parameter. public sealed class DictionaryTest { public static void ...
3
votes
0answers
36 views

HTTP subtitles in WinJS video element

In the HTML media playback sample there's a code that demonstrates how to add subtitles to the video: <video id="subtitleVideo" style="position: relative; z-index: auto; width: 50%;" ...
0
votes
1answer
81 views

Is it possible to migrate WinJS app to C#/XAML WinRT and vice versa

I've developed and published a Javascript WinJS app for Windows Store. Reasons aside, is it possible to upload next release of this app written entirely in C#/WinRT/XAML instead? How to migrate an ...
0
votes
0answers
22 views

How to transform personalized listArray to simple one [duplicate]

I have this kind of list called path_categories(ListArray, HashMap...I don't know) generated from my web Service, This is the structure: "path_categories": { "Star":"the image url1 ", "Town":"the ...
0
votes
1answer
113 views

Porting Azure connectivity sample to a windows store javascript navigation app

Am working on a windows store javascript application. The application will be using data from azure. When I tried to port the azure connectivity sample to a navigation template, the list view ...
0
votes
1answer
105 views

WinJs-Data Binding with a custom arrayList

It seem to me so complicated and i have tried many of things but with no result. I want to create a Horizontal List View on my Metro application (Winjs/HTML), so create the template and the listView ...
0
votes
2answers
384 views

Applying a CSS style to an HTML table

I'm not sure if it makes a difference, but this question relates to HTML5 from within a Windows 8 app. I have the following input form: <div class="input-form"> <form id="myData" > ...

1 2 3 4 5 15