winjs Questions

1

Solved

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%;" src="htt...
Apomixis asked 31/3, 2013 at 18:30

1

Solved

I have been using Windows 8.1 for creating Windows Store apps. Below is output of winver command. I have installed necessary updates to start developing universal Windows Store app using JavaScr...

2

I have built a WinRT component (.winmd) for use by both JavaScript and XAML Windows Store apps. When including and referencing the loose .winmd file output in a JavaScript client, I see this build ...
Pushy asked 25/7, 2013 at 16:49

2

I am trying to write an event handler for a custom event in WinJS. I am not too sure how this works in IE - I am creating a custom event and dispatching it - var eventObject = document.createEve...
Rawley asked 7/3, 2013 at 17:27

5

Solved

After playing a bit with the new Visual Studio 11 preview, I think the most interesting question is how can I make my new javascript based app run also in the browser with minimal changes? is that ...
Resonance asked 15/9, 2011 at 21:13

6

Solved

I am creating a live editor in Windows 8.1 App using JavaScript. Almost done with that, but the problem is whenever I run such bad loops or functions then it automatically hangs or exits. I test i...
Annoying asked 18/2, 2014 at 11:47

3

I need this because the license information, I'm looking a way to know if the app is running in debug or production mode. If the app is running in debug mode, I need to use Windows.ApplicationMode...
Quaky asked 12/2, 2013 at 23:49

5

Solved

I have a lot of angularjs code (written by a colleague) and I'm trying to assess how much of it is re-usable in a Windows 8 Metro (or whatever they decide to rename it) app. Does anyone know how w...
Towrope asked 14/8, 2012 at 18:31

2

Solved

As I discovered here, when I make a call to a server to ask for authentication in the form of a cookie, the cookie in the response is handled automatically by the underlying metro framework. Howe...
Fumy asked 6/8, 2012 at 20:50

4

Solved

I'm working on a Windows 8 Metro app and I've found (even on their sample applications where I haven't touched the code) that as you navigate between pages, the top level "default.html" acquires ev...
Mo asked 17/8, 2012 at 0:14

1

Solved

I'm creating a Windows 8 application in JavaScript. I have these html elements in the markup: <input id="myField1" type="number"></input> <select id="myField2"> <option value...
Caruncle asked 15/6, 2013 at 0:47

7

Solved

I have the following HTML5 document: <canvas id="myCanvas"> </canvas> <img id="logo" src="/images/logo.png" style="visibility:collapse" /> <div id="adControl" style="width: 72...
Rankins asked 21/5, 2013 at 12:28

1

Solved

try to send data to my database by web service an get this error: Primitive values of type 'Edm.Decimal' and 'Edm.Int64' must be quoted in the payload. Make sure the value is quoted here is my c...
Bimetallism asked 14/5, 2013 at 13:26

1

Solved

My app is created with Javascript. I need it 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...
Colliery asked 14/4, 2013 at 13:28

1

Solved

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: win-ver...
Clarendon asked 10/4, 2013 at 20:22

4

I have a metro application in which am trying to design Login-screen for my application.Here I want to design my login-screen like a Microsoft login-screen.I found Popup control in XAML but didn't ...
Phasia asked 8/10, 2012 at 9:46

1

How can i enable for the IE10 store the cookies? Some internet services (Facebook Dialogs for example) pass variables this way which you need to use them in further request, but IE10 dont allow co...
Inconsiderate asked 16/1, 2013 at 16:11

3

Solved

The Windows Store app Python 3 For Metro claims that it allows users to edit and run Python files (I can't get it to work). How is this possible from within the sandbox? Can I run a file (say test....

2

Solved

I'm trying to pass two variables from one page to the next. How would I go about doing this?
Callipash asked 6/1, 2013 at 5:5

2

Solved

What are the URI schemes supported in Windows 8 apps? I have seen references to ms-appx: and ms-appdata: and some rare mentions of ms-resource: but I could not find any document that would be a lis...

3

Solved

How will I be able to get the version number of my application in metro javascript? For example, this is the 1.2 version of our application, how can I get the version number in my javascript metro...

1

Solved

I know that the files in the bld and bin folders are not what are being referenced by the deployed app (I can tamper with them and they have no effect on the app the next time I launch it from the ...
Warrigal asked 12/12, 2012 at 16:23

1

Solved

this is driving me up the wall. I cannot figure out how to make the listview's height automatic. i.e. have the listview's height extend in order to occupy all the space it needs and have the outer...
Rhoades asked 11/12, 2012 at 13:32

2

Solved

Yesterday I have started developing my first Metro style App using JavaScript. I've used one of those templates in Visual Studio 2011. This project template comes with a bunch of generated code whi...
Ferdie asked 3/4, 2012 at 7:11

1

Solved

I have the following scenario: Data lib in C# compiled as a Windows Runtime component. One of its classes is looks like this: public sealed class MyData { string TheGoods { get; private set;} }...
Incept asked 19/10, 2012 at 19:13

© 2022 - 2024 — McMap. All rights reserved.