Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX. Not to be confused with Windows RT, the edition of Windows 8 for ARM devices; see windows-rt.

learn more… | top users | synonyms (1)

0
votes
0answers
91 views

WinRT FlipView binding fails possibly

I have a xaml page: <Page x:Class="DailyStyleW8.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...
0
votes
0answers
46 views

Sliding effect on buttons

I have a user control which looks like this: I want to achieve the effect in which when a user clicks on a button, every other button slides side ways and some content according to the clicked ...
1
vote
0answers
36 views

Create a new WinRT Projection?

I am wondering if anyone knows of any resources for, or has any experience with the creation of a WinRT language projection. I am doing some research on what it would take to create the projection for ...
0
votes
1answer
26 views

How to set focus on an element inside a MessageDialog

I'm building a windows store app and i'm using the DevExpress tools to make it happen. But i'm thinking this problem might have a general solution. When i'm opening the dialog i want to set focus on a ...
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): ...
0
votes
0answers
10 views

Create two tasks, one times out in case the other does not come back

Let s say I have a c++/cx task that returns a string^ I want to create another task that timeout in event this task did not return to ensure that I can return an empty string if the original task ...
0
votes
1answer
50 views

CoreDispatcher.HasThreadAccess “breaking change”

I am taking over an application developed with MvvmCross.vNext. While trying to update it with MvvmCross.V3, I found the following breaking change: in the constructor of the MainViewModel, we show the ...
0
votes
0answers
10 views

Converting a Dictionary of objects into a List of objects [duplicate]

In a Windows Store (WinRT) app, have a Dictionary of objects defined as: public static Dictionary SessionState = new Dictionary(); I have added a number of items to SessionState with the key ...
-2
votes
1answer
53 views

How to Design Appbar like in the Stock Sports App in XAML/C# [closed]

I am trying to create the appbar for navigation like the in the stock sports app that comes along with windows 8. Can anybody please guide me on how to do this in XAML/C# ? Thanks
0
votes
1answer
40 views

Visual Studio 2012 undocumented warning C4447

dllmain.cpp(16): warning C4447: 'main' signature found without threading mode l. Consider using 'int main(Platform::Array<Platform::String^>^ args)'. Above is a warning I got from building a ...
0
votes
0answers
41 views

MediaElement: play without delay between tracks

I try to play two and more tracks without delay in between. For testing I write following code: FileOpenPicker picker = MainPage.CreateFilePicker(audioExtensions); IReadOnlyList<StorageFile> ...
0
votes
0answers
35 views

WinRT Generic Page causing error in g.i.cs file

I'm trying to use a generic base page in a WinRT app but the generated partial class for the view doesn't seem to view the type argument defined both in XAML and in the code behind file. Here's the ...
0
votes
1answer
43 views

How to rename table from Azure mobile service?

I am following this article. In step # 4 TodoItem table is created in mobile service. Now when I manage the database of that mobile service, I am getting the rename feature. (manage database is the ...
1
vote
1answer
74 views

How to save ink strokes along with background in a GIF in Windows 8?

I have a canvas with a transparent background. Strokes are drawn over it. While saving using SaveAsync method of the InkManager class, it saves only the strokes not the transparent background. Is ...
0
votes
3answers
221 views

Windows 8 App Local Storage

I am trying to develop Windows 8 apps using C# and I need to store two list's (string and DateTime) in local settings List<string> names = new List<string>(); List<DateTime> dates = ...
0
votes
0answers
41 views

WinRT - HTML5 - javascript - canvas : detect a surface of touch

I work on a game in html5/javascript and i try to do it with touch too. But I have a problem, I would like to give the possibility to touch two or three buttons to make a combos. Example : I have ...
0
votes
0answers
27 views

Using the WinRT search in a Windows Service

I am a C# sharp developer and have a need to do some searching in Windows 8 from a Windows Service. Is it possible to search apps, settings and files and other search contract registered providers ...
0
votes
2answers
71 views

Why does HttpClient appear to deadlock here?

I have an API made in a portable class library which needs to reach out to platform specific APIs for sending HTTP requests. Here is the method I wrote to do an HTTP POST on WinRT: public bool ...
0
votes
1answer
61 views

How to bind Image to just picked file from non app folder?

User pick the image from file system. After it I want to show this image on page. What I should to do? Seems Image control hasn't access to picked files. Do I should copy it to app local storage? Is ...
0
votes
0answers
45 views

WinRT Scale To Fit issues

I'm trying to create an app with a fixed resolution of 1366x768 that will scale to any size screen. I am following the guidelines from microsoft found here ...
2
votes
1answer
61 views

identify user accross WP8 and Win8: ANID2 vs SafeCustomerId

We have a web service that needs to indentify a user accross his devices, wp8, and win8. On the phone side we have UserExtendedProperties.GetValue("ANID2"), which get's the anonymous microsoft id. ...
1
vote
1answer
48 views

SQLite for Windows Runtime is returning an “ReadOnly” error SQLiteException object

SQLite for Windows Runtime is returning an "ReadOnly" error SQLiteException object while inserting a new record in my SQLite database. I am not sure what's causing it but this "ReadOnly" error is ...
0
votes
1answer
75 views

Windows enterprise sideloading domain group policy

I'd like to sideload my Windows Store App to a Windows 8 Enterprise PC. The PC is domain-joined but now I am a little bit stuck. As it says in the Documentation, the Group Policy on the domain ...
0
votes
2answers
101 views

How to update my gridView.ItemsSource in C#

I have a problem with a GridView and the ItemsSource My Code looks like this: public ObservableCollection<MyClass> MyData = new ObservableCollection<MyClass>(); ... gridView.ItemsSource ...
0
votes
0answers
33 views

WinRT setting location within a Bing maps component that is placed in a flipview

I am having a issue with the Bing Maps control. The myMap.SetView doesn't seem to work and the maps seem to get some random positions. First of, i am trying to move a bing maps control that works ...
0
votes
1answer
26 views

Are there any events triggered when any / all the elements of an ItemsControl have been added to the VisualTree?

FrameworkElement.Loaded happens when the container has been added to the tree. I need to do some custom scrolling based on the measurement of all the databound items added to the ItemsControl. I can ...
-1
votes
1answer
49 views

Google OAuth 2: bad_request error on token request in windows store app

I am workin with google auth to access GMail from Windows Store App. I got success authorization code and now i'm trying to exchange it for an access code. I sent POST query as it described in Google ...
0
votes
0answers
32 views

Asp .net server support for RFC 6266 and filename*

I am using ASP.NET server on .NET 4.5 and client is C# HttpClient on WinRT platform. I want to upload files using the HttpClient and used System.Net.Http.MultipartFormDataContent class to construct a ...
0
votes
1answer
130 views

Creating an image with rounded corners in a windows 8 metro application

I'm trying to create an animated playing card in a windows 8 metro application. I found that by using 2 rectangles in xaml and with a transform and setting the z order I can get a decent looking ...
0
votes
0answers
71 views

WinRT HTML -> XAML conversion custom fonts, inline margins and word spacing

In WinRT C# XAML app, I have an HTML -> XAML converter that I've pretty near custom built for an application I'm putting together. I don't need to handle a lot of different HTML elements or styling ...
0
votes
0answers
25 views

Is is possible to check access rights on a WinRT StorageFolder?

I am working with the WinRT file system and for testing purposes, I have completely denied myself access rights to folder d:\copytest1\test3 which contains 2 files. I am using this code: var ...
0
votes
0answers
32 views

Accelerometer outputs “WinRT transform error” when attempting to use it

In my WinRT application running on an ARM tablet (ie Surface), I'm trying to get events from the accelerometer sensor but it's not working. I attach to it this way, basically from Microsoft's example: ...
3
votes
2answers
97 views

3-pane looping scrolling panel — suggestions

I have a UI implementation challenge (at least for me). The desire is for a scrolling view of 3 panes that loops endlessly: when the user swipes right from pane2 to pane3, they should be able to keep ...
0
votes
1answer
50 views

WinRT API unable to get IDeviceIoControl

I have taken base code for accessing custom driver through guid from osrfx2 sample. http://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679 I have tried to implement ...
1
vote
2answers
220 views

Windows 8 development WPF or Windows Store XAML

I've been developing a windows store application for a windows 8 tablet (Microsoft surface). So far the application has been designed using XAML-RT/C# using a SQLite database. The application won't be ...
4
votes
1answer
93 views

Looking for a VoIP solution to integrate in a Windows store app

I would like my Windows store app (Windows 8 + Windows rt) to integrate real time voice conversation with other users of the app (aka VoIP). Are there any in-app communication solution or SIP client ...
0
votes
1answer
97 views

Virtualize the loading of Windows 8 XAML controls within a grid

I have a Window 8 RT store application (XAML/C#). I have a form with a grid as the main component. That grid has 50 rows and each row has a TextBox. The grid is wrapped in a scrollviewer: ...
0
votes
1answer
79 views

Windows 8 XAML speed issues

I've been writing a Windows 8 Store XAML/C# application and during testing on a Windows Surface device found that the application was very slow navigating between pages. The application follows the ...
6
votes
1answer
61 views

How can I handle an interface method that may or may not be async?

I am attempting to create a serialization interface (similar to Cocoa's NSCoding protocol) so that I can get a quick binary representation of a class to send across a network or store in a database. ...
0
votes
0answers
55 views

Creating a File in desired location working well in WinRT component but not in Windows Store App DLL

I wrote a code in WinRT component to Create a file and Read a File (DocumentsLibrary) and added as a reference to C# proj it worked well, Later i created Windows Store App DLL (same code) which will ...
1
vote
0answers
40 views

C++ run-time behave unexpected way after installing new C++ redistribute package

My C++ application was running on windows XP using shared run-time assemblies version 9.0.30729.1. But recently I installed new C++ redistribute package and it deployed newer version of run-time ...
0
votes
0answers
25 views

How to avoid BackgroundTransfer in WinRT automatically decompress gzip?

The DownloadOperation in Windows Store Apps API always decompress gz content when I specify an http URI. Is there a way to avoid that, like setting the DecompressionMethods of the underlying ...
0
votes
2answers
40 views

C++/CX - Check the type of an object?

Is it possible to check the type of an object in C++/CX ? I have a Vector of objects which derive from ICustomObject and as I enumerate the objects from the Vector, i'd like to know what the actual ...
2
votes
2answers
98 views

Launching WinRT app from PowerShell

I have a Windows RT app that I need to launch with a script. I've already installed the app on the device with PowerShell, but I need to launch the app with PowerShell or the command prompt. Is there ...
0
votes
0answers
75 views

Create new objects inside lambda

I am working on a Windows 8 app. I am trying to create an object of one of my classes inside a lambda but it is throwing an exception. I don't understand why. Can someone explain what I am doing here: ...
2
votes
0answers
78 views

Lightweight cross-platform C++ library for RSA digital signature verification [closed]

Could you advise any lightweight cross-platform C++ library for verifying RSA digital signatures? I would like to use the same codebase on WinRT, Android and iOS. I have looked at CryptoC++, Botan ...
1
vote
1answer
52 views

Windows 8: Handling the event when SuggestionsRequested is empty

I need to handle the event where the searchpane's textbox is empty. SearchPaneSuggestionsRequested event is not raised when typing backspace until a textbox is empty. How can I do this?
1
vote
0answers
58 views

Convert Array<unsigned char>^ to an IBuffer

Is there a way to Convert an Array<unsigned char>^ to an IBuffer^? All i want to do is the equivalent of this in c# (WinRT) to c++/CX Byte[] somebytes = GetBytes(); using (var stream = new ...
0
votes
1answer
21 views

How to tell if a control is no longer visible to the user?

I have a control in which I repeatedly run some animations (e.g. DoubleAnimation). Can I detect if my control is no longer visible to the user? E.g it gets scrolled away from, the user navigates ...
1
vote
0answers
42 views

Using WinRT from Node.js

WinRT makes its full API available to Windows 8 & Windows Server 2012 JavaScript apps. Is it possible for a node.js app running on Windows Server 2012 to get access to this API? I am asking ...

1 3 4 5 6 7 69