0
votes
2answers
37 views

Listview remove item border and checkmark

I'm sorry if answer on this question is to easy, but I was realy trying to find answer on the internet, but without any success. I wish to remove all kind of borders and checkmark's from my listview. ...
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
0answers
27 views

WinJS: IInputStream from String

In a situation where I have a string in memory and want to send it to a web service using BackgroundUploader, I want to avoid having to write it to disk (and thus handling cleanup of temp files). Now ...
3
votes
3answers
84 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
1answer
86 views

WinJS Binding to C# Windows Runtime Component class

I can't seems to get databinding to work between my WinJS View code and my Windows Runtime Component ViewModel code. Any suggestions or pointers to sites where this is talked about? I'm coming from ...
0
votes
1answer
35 views

Sending Push notification in Winjs

i am developping a windows store app with html/js , so my application is a small game and i would like that player 1 can send invitation to player 2 connected with the same app .so the push notif ...
1
vote
1answer
192 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 ...
0
votes
1answer
74 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
225 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[]. ...
3
votes
1answer
113 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 ...
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
73 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
316 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
vote
0answers
78 views

Nested REST call in REST-datasource bound Listview

I have a Windows 8 JavaScript application, in which I am binding a VirtualDataSource retrieving products from a RESTful service to a Listview. //fetch data as user scrolls itemsFromIndex: function ...
0
votes
1answer
135 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 ...
1
vote
1answer
72 views

How to get the user name using a Microsoft user id?

Am working on a windows store javascript application. I have used the microsoft login authentication from azure as follows. client.login("microsoftaccount").done(function (results) {; userId = ...
0
votes
0answers
23 views

How compare list in winJS

How compare list in winJS. Hi I am working on a winJS application.How to compare two list in winJS.I also use linq2IndexedDb.
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
112 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
1answer
36 views

Navigation Not working in winJS

Navigation Not working in winJS I am trying to call a navigation on a button click.But its not working WinJS.Navigation.navigate("Views/Login/Login.html",null);
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
60 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 ...
0
votes
0answers
113 views

Windows 8 App Slow Performance with ListView

I am building a Windows 8 app and I thought I would test it on my wife's tablet - Asus Vivo Smart Tab - and I noticed it runs a little choppy when switching screens, every other aspect of the app runs ...
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
0
votes
0answers
195 views

windows 8 sample app “change” event handler for text box does not work

I'm building an windows 8 app using java script and html. I need to do something when the text in the text box changed. There's a sample app that Microsoft provided. But the handler for the change ...
1
vote
2answers
156 views

Upgrade a sideloaded Windows 8 app and maintain database

I'm developing an app for personal use. I'm using IndexedDB for data storage. I don't want to submit it to the app store since it's for personal use. I've figured out how to create an appx and install ...
1
vote
1answer
61 views

Windows 8 Javsacript Promises

I have the following function: function pickContacts() { var output = ""; // Create the picker var picker = new Windows.ApplicationModel.Contacts.ContactPicker(); ...
1
vote
0answers
137 views

WinJS xhr request responseXML is null in background task

I am creating a windows 8 app using WinJS. I have registered a background task. This works fine. However when I make my xhr request, the responseXML returns null. This works fine when I call it from ...
1
vote
2answers
197 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
95 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 ...
1
vote
2answers
38 views

Using ListLayout for grouped items inside a ListView with GridLayout

Suppose I have a ListView with grouped data and a GridLayout. I'd like to have a vertical list for the items inside a group (each group represented in yellow) and the horizontal list for each group. ...
1
vote
1answer
60 views

Empty Blank and Grid Apps from VS2012 Javascript templates fail WACK Performance Test

I have tried running WACK 2.2 on 3 different machines (with i5 process, 4-8 GB RAM, SSD/rotational disk) for each of these apps. On each of them these apps failed with app launch times varying ...
2
votes
2answers
88 views

Run script after windows store app has been installed

Is there any way to run some activity after a Windows Store app has been installed? I'd like to get some data from a webservice (data is rarely changes), but I would not like to make the query on the ...
0
votes
1answer
334 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
0answers
98 views

How to get HARDWARE ID in winjs..?

Hi i am trying to find hardware id.But the same hardware shows different id for different app..
0
votes
0answers
68 views

Windows 8 Store App using HTML/WINJS winjs.ui.listview clustering data items

i have created a Winjs.UI.ListView(with Binging in GridViewtemplate: some images and titles) and everything is OK But i would like de clustering(make groups of )my items close to each other and the ...
0
votes
1answer
121 views

Using WinRT BackgroundUploader with Windows Azure Blob Storage

In a Windows 8 app using JavaScript, I am trying to upload a file to Windows Azure Blob Storage using a Shared Access Signature defined in this technique but I want to use the WinRT BackgroundUploader ...
2
votes
2answers
96 views

WinJS intellisense not working correctly

I'm having some issues (I think) with intellisense in my Win8 HTML5/JS app. If I have the following code in a page (in the ready: function): var control = ...
0
votes
0answers
46 views

WinJS Listview . Win Interactive Keyboard selection issue

I have a grouped list view in grid layout. There are 4 groups of data available. There are two templates that I use (I use a converter to decide which template to be shown at run time). The two ...
0
votes
1answer
66 views

How to set automatic numbers of columns using all height of the screen estate on different devices in Windows 8 Store app?

Using Javascript + HTML for Windows 8 Store apps development, I'm looking for a simple way to have the layout of a page with some long content of text and a few images to typically 'automatically' ...
0
votes
1answer
250 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 ...
0
votes
1answer
249 views

Multiple item templates in Grid App

I'm developing a Windows Store application based on the Grid application template. Upon creating a new project, there is some sample data generated for the application. There are only three pages in ...
0
votes
2answers
93 views

First item empty - WinJS.Binding.Template

I've a template like this: <tbody id="departureTemplate" data-win-control="WinJS.Binding.Template"> <tr > <td> <span data-win-bind="innerText: ...
0
votes
3answers
90 views

Is dispatchEvent a sync or an async function

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 = ...
1
vote
2answers
210 views

Using multithreaded WinRT component from WinJS

I have a WinJS app that uses WinRT component written in C++/CX. Component spawns a background thread that encapsulates work with a huge legacy thread-unsafe C++ library, which requires all calls to be ...
0
votes
2answers
134 views

IndexedDB view all Databases and Object Stores

I'm using IndexedDB in a Windows 8 app and I'm very new to both. I've been able to successfully create, read, update, delete objects from object stores, and have created a couple databases and a few ...
1
vote
1answer
104 views

Does launchUriAsync work with .edu sites?

I've created a JavaScript Windows Store blank app, and added the following code into it. var url = new Windows.Foundation.Uri("http://www.google.com") Windows.System.Launcher.launchUriAsync(url); ...
0
votes
1answer
104 views

localStorage and updateView + windows 8

I have some items and i mark them as favorite by pressing a button, here is the code : function AddToFavorites() { //called when a shop is added as as a favorite one. //first we check if ...

1 2 3