Windows Store apps (formerly Metro-style applications) are built on the Windows Runtime (WinRT) and are available on the Windows Store. They target Windows 8 and Windows RT using .NET for Windows Store Apps and are immersive full-screen applications.

learn more… | top users | synonyms

6
votes
0answers
255 views

How does WinRT handle BitmapImage and Image memory

I am new to programming Windows Store Apps with C# and I am trying to understand how image memory is handled. My app is very simple: it references a bitmap from a file using a ...
4
votes
0answers
164 views

How can I manage the table I added to my WAMS, or associate my WAMS with existing SQL DB tables?

I allowed the WAMS wizard to create the "test" table ("Items") it so congenially offers to create after setting up my WAMS. Then I wanted to create a table that will actually be useful to me. The ...
3
votes
0answers
284 views

Windows 8 Store App Smooth Orientation Change

I've the following issue: When I change orientation of my c#+xaml page from landscape to portrait or vice versa there is a half a second or so in which the user can see big blue parts on the screen, ...
3
votes
0answers
259 views

Windows 8 Store App - Memory footprint too high

I am building a WinJS Windows 8 Store App, and im having problems with keeping the "Memory Footprint" low, as currently it fails the "Performance Analyzer for HTML5 Apps": Memory Footprint ...
3
votes
0answers
420 views

How to trust a self-signed certificate in a windows store app

I am trying to override the certificate validation in a Windows Store App to accept a self-signed certificate on two external services (using HttpClient) to allow the Windows 8 app to accept the ...
3
votes
0answers
425 views

Spinning CarouselPanel in ComboBox via Mouse

I am currently re-templating the ComboBox in a Metro XAML application. The ItemsPanel is the standard CarouselPanel, which acts like a tumbler, endlessly revolving through the items list - nice ! An ...
2
votes
0answers
62 views

Ember.js in windows (8) store app requires MSApp.execUnsafeLocalFunction

We are currently evaluating ember.js for use inside a javascript windows (8) store application. The application itself is not much of interrest itself. The problems we are facing are related to the ...
2
votes
0answers
51 views

TopApp Bar in windows 8 xaml

i am using app bar in multiple pages within my Windows 8 XAML application. I came to face some unusual problem with my app bar. For the first time, when I login to my application, the top app bar ...
2
votes
0answers
87 views

Windows Store App Corner Radius

I am trying to develop a ListView with rounded corners. The rounded corners property is working, however I am having some issue when the top or bottom item is selected. At that point, the rounded ...
2
votes
0answers
148 views

ArgumentOutOfRangeException from SelectionChanged event WinRT

Alright. I'm developing a Windows 8 (WinRT) app with C# and XAML, and I have a listbox which contains quite a few elements fetched from JSON. When you click one of the items, you'll be transferred to ...
2
votes
0answers
50 views

Windows Store App: Grid implementation with inline editing

I am creating a Windows Store app using HTML & JS. Here I want to provide a grid like interface to user with inline editing. Is their any control which is similar to jqGrid? I tried with jqGrid ...
2
votes
0answers
31 views

triggering DataChangedHandler for specific changes

I am trying to create a windows store app which will store tile settings in roaming settings and a separate file in roaming folder.Now for synchronization purpose i have registered DataChangedHandler ...
2
votes
0answers
159 views

Wi-Fi Direct doesn't connect devices on WinRT

I'm trying to connect two devices by Wi-Fi Direct but these are not connected. I tested both in my application and in Proximity Sample, the same error occurs: "Error this operation returned because ...
2
votes
0answers
203 views

Windows Store App connect to HTTPS with an self-signed SSL certificate

I'm having a Windows Store App (Metro App) which I want to connect a web service I built through HTTPS. And I am using a self-signed certificate for my web service. But when I tried to connect it from ...
2
votes
0answers
174 views

Exception when reading text from the file using FileIO.ReadTextAsync

I am getting the following exception when attempting to read a locl text file using var text = await FileIO.ReadTextAsync(file); The handle with which this oplock was associated has been ...
2
votes
0answers
382 views

WinJS.xhr error while executing second time

Test sample http://code.msdn.microsoft.com/windowsapps/Getting-started-with-310271df I am facing some absurd issue with WinJS.xhr call. Below sample if you run it works for the first time. However, ...
2
votes
0answers
410 views

Create GridView with Grouping manually in Metro Style App

Ho is it possible to define the grouing in XAML without using Templates? I like to define my GridViewItems inside the GridView like: <GridView> <GroupItem> ...
2
votes
0answers
181 views

How to insert blob in SQLite in Windows store app developed in c#/XAML

I am developing an app which has some media files like images/audio/video clip. I want to insert those media files as blob into SQLite of my C#/XAML windows store app. I can't find any example showing ...
1
vote
0answers
17 views

PreviewKeyDown for Windows Store App ListBox

Is there an equivalent to the PreviewKeyDown for a Windows Store App? It isn't available. I have exactly the same problem as described here: I have a ListBox with a TextBox above it. I would like ...
1
vote
0answers
22 views

Replace element in GridView on element's event

I'm using a highly dynamic GridView inside my Windows Store App. Element's inside the GridView can have different template and size, depending on what I'm inserting inside DataSource. For instance: ...
1
vote
0answers
36 views

Get Type from Fully qualified name only in Windows Store App

I have a string containing a full qualified name like MyNamespace.MyType which I know is in a loaded assembly. I need to get the Type instance of this, in a windows store app. The issue I'm having ...
1
vote
0answers
37 views

Can we export controls to PowerPoint in windows 8 store app

As we are developing an windows store app, as of requirement we need to export the charts or grids which were presented in the application to PowerPoint. As previously(previous projects sliverlight or ...
1
vote
0answers
45 views

stroke imagebrush windows store apps

I am using imagebrush as stroke when i draw polyline. var bitmapImage = new Windows.UI.Xaml.Media.Imaging.BitmapImage(new Uri("ms-appx:/Assets/br1.png")); img = new ...
1
vote
0answers
44 views

Microsoft.Windows.UI.Xaml.Common.Targets not found

I have a problem when I try to compile a Windows Store App in C#/XAML. Every time that I try to compile I receive this error: Error 1 The system cannot find the file specified. (Exception from ...
1
vote
0answers
39 views

Browsing picture and converting to md5 format

I am developing windows store application(c#). I want to make users upload picture from their computer and use it as profile picture etc. But i want program also saves it in its folder(like /pictures ...
1
vote
0answers
73 views

saving state between pages when creating a windows 8 app

ive been following the Create your first Windows Store app using C# or Visual Basic tutorials provided by microsft but am having some problems saving state when navigating between pages. ...
1
vote
0answers
143 views

FlipView-Item swipe navigation for pages (c# & XAML)

In my project I have several pages which navigate through with an Manipulation-Started, Delta events that checks if I am sliding far enough. If that is the case I m using ...
1
vote
0answers
60 views

Adding RichTextBlockOverflow to FlipView

I have a book application that I am using the FlipView control to flip between pages of any selected chapter in the book the user is currently reading. I am dynamically creating the pages in and ...
1
vote
0answers
153 views

How do I get crash logs and stack traces from WinRT apps written in C#?

I have just started working on a Windows Store App written in C#, it has not yet been published to the Windows Store. When I give a debug build of the app being developed to my testing team and it ...
1
vote
0answers
79 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 ...
1
vote
0answers
111 views

MVVM Datalayer for Windows 8 app

This is my first app using MVVM, I'm also using Caliburn.Micro. I've read about MVVM design every day it seems like for the last two weeks. I understand the overall concept but am having difficulty ...
1
vote
0answers
138 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
0answers
40 views

Enlarge image in XAML & keeping seperated pixels

In a Windows Store App (C# / XAML) I'd like to show a 10x7 pixel grayscale image, but blown up so one can see the pixels. Unfortunately, by default XAML is blending neighbouring pixels like seen ...
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
vote
0answers
237 views

WinRT XAML Textbox, SelectionStart and CR/LF

I am using a simple multiline TextBox in one of my Windows Store Apps and I would like to enable use of tab to indent the text. Since WinRT doesn't have the XAML AcceptsTab property on the TextBox I ...
1
vote
0answers
200 views

WCF Windows Service and Windows Store App Non-Meaningful Reply Error Message

I'm having a lot of problems getting tyres on the ground with Windows 8 Programming. One problem is, I cannot install IIS as Windows 8 is giving me problems because I am dual booting it with 7. Any ...
1
vote
0answers
91 views

Achieving translucency of 3D object in Metro Application

I am working on a 3D project for Windows Store (Metro Application) and using Visual Studio 2012 Express for Windows 8 and Blender for creating 3D objects. I am importing an fbx mesh file of a 3D ...
1
vote
0answers
140 views

Visual Studio 2012 Designer throws exception 0x80270257

TLDR; VS2012 throws an exception like below when trying to edit XAML in the Designer running VS2012 as a RemoteApp. Right, I may be asking this in the wrong place, but I'm at my wits end with this. ...
1
vote
0answers
68 views

INotifyCollectionChanged insufficient for databound control to update?

I'm trying to implement a bindable collection - a specialized stack - which needs to be displayed on one page of my Windows 8 app along with any updates made to it as they happen. For this, I've ...
1
vote
0answers
61 views

Manipulate an UIElementcollection in canvas

I'm drawing on a canvas panel some shapes that i have in a xml file. But when i'm doing it, i'm drawing line by line. I would like to know if it is possible to use an UIElementCollection instead. I ...
1
vote
0answers
47 views

Share target Contract chrash after ReportCompleted

I am facing a problem with implementing a share target contract in a Windows 8 store application. I am doing a file upload in the share target. After clicking on my share button I start with: ...
1
vote
0answers
283 views

Different background color to each group in XAML gridview not working

In windows store app (c# & XAML), I'm able to apply same background color to all groups in gridview like this. <GroupStyle.ContainerStyle> <Style TargetType="GroupItem"> <Setter ...
1
vote
0answers
176 views

JavaScript Metro app background task error

I'm trying to create a background task for my JavaScript Metro app. I added these to the default.js file: function RegisterBackgroundTask(taskEntryPoint, taskName, trigger, condition) { // Check ...
1
vote
0answers
34 views

LiveLoginResult.Status is Unknown?

I am trying the code to find out whether the user has already signed in or not? LiveAuthClient LCAuth = new LiveAuthClient(); LiveLoginResult LCLoginResult = await LCAuth.InitializeAsync(); Even ...
1
vote
0answers
64 views

LIVE SDK v5.3 & Window 8 - How to tell the difference between a user logged in with a Microsoft Account and user with a local account?

I'm using the v5.3 Live SDK for a Windows 8 Store App (XAML/C#) and I have a question. In my app, if the user is logged into Windows using a Microsoft Account, then I want to grab the ...
1
vote
0answers
168 views

How can I suspend my Windows 8 Pro app earlier than normal after being minimised?

I am building a Windows 8 Pro application and I would like the application to enter "Suspend" state immediately after losing focus (or being 'minimized') This is for a kiosk application (won't ...
1
vote
0answers
137 views

How to set username in connection using Signalr in Windows Store app

i'm using SignalrR in a Windows Store app using HTML5/Javascript. I would like to pass username and password to my signalR hub. My code so far: connection = $.connection.hub; connection.url = ...
1
vote
0answers
78 views

Find out which culture is used by ResourceLoader.GetString

I'm planning to develop a localized Windows 8 Store App. Microsoft recommends using resource files in tagged directories and the ResourceLoader class, so –for now– that's what I'm planning ...
1
vote
0answers
181 views

Windows 8 GridView Drag/touch issue

the touch experience inside the Gridview while dragging in my windows8 App is not correct as when I try to dragitem from Gridview in both right/left directions it's considered as panning & ...
1
vote
0answers
153 views

Can I detect if chrome is in Windows 8 (metro) mode

Is there a way to detect if Google chrome is running in Windows 8 (metro) mode or in Desktop mode? I am writing a Chrome extension and I don't want it to run in Metro mode.

1 2 3 4 5 13