0
votes
1answer
40 views

get latitude and longitudefrom city name using HTML,js in bing map

I need to get latitude and longitude by city name using bing map. Here is my code. function Geocode() { //Create Bing Maps REST Services request to geocode the address provided by the user ...
0
votes
2answers
36 views

Toast notifications only pop up if the app is being activated

I have this problem with toast notifications, my app shows toast notifications only when it is activated (I.e: when I am using it). Here is my code for the toast notifications: private void ...
0
votes
0answers
5 views

WinJs.xhr - no result's

I tryed to get some request using WinJs.xhr, but I couldn't make it works. There's simple empty object when I try to display it using console.log. What am I doing it wrong? Using jQuery ajax ...
-2
votes
0answers
21 views

Windows 8 JavaScript custom events

I have a Win 8 JS Store app that calls a C# WinRT component. I need to raise and event in the WinRT component and propagate it to the JS layer to handle and show a message. Is this possible ? If yes, ...
0
votes
2answers
38 views

Options for logging Windows Store apps

So I'm creating many Windows (8) Store apps and I'm wondering what are my best choices to help my users but possible bugs (if they ever occour). I was thinking about a log4net like solution to a ...
0
votes
1answer
34 views

Converting web image url to Windows.Foundation.Uri to use on a secondary tile (JS, Windows 8)

I am trying to get my Windows 8 "Metro" application to work so that when i add a tile i can use an image dynamically got from the internet. I am aware i cannot set the ...
0
votes
1answer
47 views

ListView item animations - Windows store app

I create simple grid application using basic grid example in visual studio and this tutorial. I expected this animation will work on all item's, but it seems that it works only on first one. My ...
1
vote
4answers
42 views

Setting button text via javascript

I am setting up a button via javascript, the button shows, not the text, any recommendation? var b = document.createElement('button'); b.setAttribute('content', 'test content'); ...
3
votes
3answers
86 views

How to update visually a live tile every minute of a Windows Store App in JS/HTML/CSS?

I would like the live tile of my app to be updated everytime the user opens the Start screen as its live tile's feature is "only" visual (doesn't need to be on lockscreen or perform specific logic in ...
0
votes
2answers
63 views

How can a Windows 8 Store app (Javascript) open Permissions pane programmatically?

I know that we can programmatically open an app's Settings pane by Windows.UI.ApplicationSettings.SettingsPane.getForCurrentView().show() and app created setting panes by using the WinJS library. ...
-1
votes
0answers
9 views

Windows Store javascript app reactivate handler doesnt run

My problem is, i cannot run any code after my app has resumed from suspension. My project is a more complex one, so i tested it on a small example too. Steps i made: Create a basic javascript ...
0
votes
1answer
85 views

Windows store app - item background color's

I cant change background color of item in my split application. I don't know, how, becaause i already tryed using css, and without any success. This is template for item(pretty much default): ...
-2
votes
1answer
19 views

Windows store app - true/false slider [closed]

I tryed to find windows true/false slider element, but without any succes. I try to use input range, but this is not the same. I can use checkboxes for 0 - 1 value, but I realy need those slider's ...
0
votes
1answer
21 views

Windows store app - addEventListener on class

I realize that is not possible to add addEventListener on document.getElementByClassName selector. But I have several buttons with identical functionality. Can I do this somehow? Ok I can use id ...
0
votes
0answers
51 views

Can't next item flipview javascript html5?

With my sample,start with semulator resolution 1366 x 768 when i am using flipview inside article,i can't next item in flipview. Here is my code. default.html <body> <div id="content" ...
0
votes
1answer
32 views

Windows store app - print specific div

I'm wondering, if it is possible to print specific div in windows store app? I create appbar print button which call print funtions, that can print whole "page"(msdn sample). But I have to print ...
0
votes
1answer
57 views

A method to add an element to a ListView

Is there a method to add an element to a ListView? My goal is to do this without binding data! For example: myListView.add("one"); myListView.add("two"); ecc
0
votes
0answers
43 views

Windows store app - split example, show groups

I'm using default split example for my program, but i'm facing one problem here. The application does not show's me group's that contain's no item's. Ok that makes sense, but in my case I have to show ...
1
vote
1answer
197 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 ...
-1
votes
3answers
154 views

Support for jQuery in Windows Store Applications

Here is my default.html file <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>app1</title> <!-- WinJS references --> <link ...
4
votes
1answer
125 views

How to bind an array to a ListView

I know how to parse with Json and bind a file like this to a listview: [ { "key": "Arthur Schopenhauer", "numeroFrasi": 3, "foto" : "images/TEST.jpg", }, { "key": "Nietzsche", ...
0
votes
2answers
45 views

Windows store app messageDialog - proceed when close

I wish to achieve that program will not proceed to next line in code until user click close button on messageDialog. Is that possible? In this example I wish to change document background color to ...
0
votes
0answers
34 views

Windows store app - cryptographic key dialog

I manage to create cryptographic key dialog in c#(code below) and I get status code of response message ok. That's fine. But now i'm wondering, if this same think can be done in javascript project? I ...
0
votes
0answers
76 views

Open Windows Explorer from Windows Store app

It's actually a simple question, I have a n index of saved locations of my local network, like \\server\file01. I'm showing the user a grid with these entries and I want to open Windows Explorer when ...
1
vote
3answers
120 views

Windows store app - jQuery error

I'm trying to import jQuery into blank javascript app, but keep getting same error: JavaScript runtime error: 'jQuery' is undefined. I don know the reason for this. My whole procedure: Create new ...
0
votes
1answer
75 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
229 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
46 views

Peer to Peer Connection in Windows Store App (HTML/JS)

I'd like to know if anyone has managed to set up a peer-to-peer app for the Windows Store using HTML5 and JavaScript. Basically I want app client A to be able to connect and send data to app client B ...
0
votes
1answer
47 views

How to delete a row from a table in azure database?

Am working on a windows store javascript application. The application is integrated with Azure through the mobile service. I want to delete a particular record matching a particular id. Say if I have ...
0
votes
0answers
82 views

can Windows 8 html 5 textbox input manipulation work through buttons?

I am working on an windows store html5 application part of which has text boxes and buttons with key labels such as a,b,c,d,e,f. I want it such that when the user is focused on each textbox, the ...
0
votes
0answers
98 views

html/js Windows 8 People App (Facebook , Twitter) sharing anything except a URI

I'm trying to use the Share Contract to share some content from a windows 8 app (written in html / js) to facebook and twitter using the People app. I've taken a long hard look at the sample app ...
1
vote
2answers
112 views

How can i find the predefined button class Windows 8 apps using JavaScript

How can i find the predefined button class Windows 8 apps using JavaScript? For example <button id="playlistBackButton" class="win-backbutton">Back</button> "win-backbutton" it is ...
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
78 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
1answer
137 views

Custom tooltip/div above tick of a WinJS range control (slider) in a Windows Store app

Using the WinJS control 'range' (which is a slider) for a Windows Store app in js/html, is there a way to create a custom div which would follow the tick while the user is dragging it, much like the ...
0
votes
1answer
25 views

Chaining promises in windows store javascript application

Am working on a windows store javascript application. The application is integrated with azure for data storage. Initially I will fetch the data contents using the following code var itemTable = ...
0
votes
0answers
88 views

Unable to dispatch Keyboard events in Windows Store App (WinJS)

On my Window Store App, I am trying to fire a NumPad 7 event on a inputBox using the following code: var e = document.createEvent("KeyboardEvent"); e.initKeyboardEvent("keydown", true, true, window, ...
1
vote
2answers
114 views

Concat two WinJS.Binding.List into one

I am trying to combine 2 WinJS.Binding.List into one. I saw the .concat method on MSDN, but it doesn't seem to work. Can somebody show me how to do it? Input: var a = new WinJS.Binding.List([1,2]) ...
0
votes
5answers
64 views

How to implement an Asynchronous for loop for a windows store javascript app?

Am currently working on a windows store javascript application and stuck at implementing the asynchronous for loop. Consider a simple for loop as follows for(i=0,i<4,i++) { //body } What will ...
4
votes
2answers
168 views

How to get the row count from an azure database?

Am working on a windows store javascript application. The application uses data from azure mobile services. Consider the below code: var itemTable = mobileService.getTable('item'); //item is the ...
0
votes
1answer
21 views

Windows Store App purchase customer information

I have a Windows Store app and I want to build a website for it, but how will I know who has purchased my app from the Windows 8 app store? My app doesn't do in-app purchases, I don't use any other ...
0
votes
1answer
43 views

Button element not displaying text value

Steps to reproduce: Open Visual Studio 2012 Express for Windows 8 (Metro App Development) Left pane; select JavaScript as the language. Right pane; select Blank template Click OK Insert: <button ...
0
votes
1answer
63 views

How to send data to a web Service Using Winj.xhr

I am new in Winjs coding I have data in a list . and i want to send that data to my json Web Service . I have a success to call to web service and i have the response so the web service is working ...
1
vote
2answers
188 views

Vertical scrolling in Windows 8 FlipView

Is it possible to do a vertical scroll in a WinJS FlipView? It seems like the FlipView is blocking the scroll event? Thanks in advance
1
vote
2answers
204 views

Set the scroll position in WinJS.UI.ListView

I want to scroll my ListView on a specific item automatically. The ListView must auto-scroll to an item from his index. listView.ensureVisible(itemIndex); But it's not working. Another ...
1
vote
1answer
96 views

How to open a URL in Windows 8 in a specified browser

I've created a JavaScript Windows Store blank app, and added the following code to launch Google in a default browser. var url = new Windows.Foundation.Uri("http://www.google.com") ...
0
votes
2answers
87 views

class library project using javascript/hmlt5. Is it possible?

I am learning to create Windows 8 store application using java-script and html5. My question is that if I need to create some class libraries for this project, can these be created using ...
0
votes
1answer
344 views

Windows 8 store app: how to have the app live tile change constantly of colour (and text)?

Is there a way to have a live tile app on the start menu being 'constantly' (as many times as possible per minute for example) change the whole colour of the tile following a precise cycle (this is a ...
0
votes
1answer
268 views

WinJS.UI.ListView - refreshing items when using template is built using javascript

I've got a ListView that was using HTML-defined templates like this: <div id="mediumListIconTextTemplate" data-win-control="WinJS.Binding.Template"> <div> <!-- Displays ...
1
vote
0answers
106 views

What is the best way to extend PhoneGap (cordova) for Windows 8

Cordova/Phone Gap work differently on Windows 8. There really isn't a native layer since the phonegap/cordova template uses WinJS directly. What is the recommended way to extend cordova so that I ...

1 2 3