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
2answers
72 views

WinRT WinJS + C#

I'm new to the WinRT space.Our company has started developing a windows 8 store app.I initially started doing it in XAML / C# until I realized I can use javascript and html with WINJS ;). I Have have ...
1
vote
1answer
46 views

WinRT XAML Toolkit TextBoxValidationExtension not validating on initiale binding in the ViewModel

I'm using the TextBoxValidationExtension in a MVVM pattern. I was having a problem with the validation because I'm setting my binding source in TwoWay mode in the NavigatedTo method which is called ...
0
votes
1answer
17 views

WinRT localisation with split resource files

I'd like to have separate my translations across multiple files. To keep Controls separate from Dialog text for example. How can we split language resource files (.resw) across multiple files? and ...
0
votes
0answers
32 views

Correct way to get the CoreDispatcher in a Windows Store app

I'm building a Windows Store app, and I have some code that needs to be posted to the UI thread. For that, i'd like to retrieve the CoreDispatcher and use it to post the code. It seems that there ...
1
vote
2answers
27 views

Filtering contacts to display or show only set number of contacts

My app is calling pickMultipleContactAsync method that returns a list of contacts. If I want to filter only particular contats to display or show only a set number of contacts, does WinJS provide any ...
0
votes
1answer
29 views

Not able to use Datacontext to bind data to Callisto livetiles

This is the Live Tile template I am using <callisto:LiveTile x:Name="liveTile1" Grid.Row="1" Grid.Column="0" ItemsSource="{Binding}" BorderBrush="White" BorderThickness="1" ...
-2
votes
0answers
25 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
1answer
42 views

Bind property to method

I am developing a Windows 8 App in C# and using databinding <CollectionViewSource x:Name="departments" Source="{Binding Departments}" d:Source="{Binding AllGroups, ...
1
vote
2answers
52 views

How to declare and link to RoInitialize,RoUninitialize,RoGetActivationFactory and HSTRING Functions in Mingw Gcc

UPDATED: Added what RoInitialize looks like in roapi.h I am in the process of writing a pure C++11 WinRT library. I do not use WRL or C++/CX(Obviously if I want pure C++11). I got my code to compile ...
0
votes
0answers
51 views

How to play online FLV video in winrt apps?

How to play online video FLV file in XAML/C# Windows 8 Store App? Player Framework can't do it :( For example i trying play that video ...
1
vote
1answer
22 views

How to Databind Xaml Path elements

I have an ItemsControl bound to a collection of objects, each of which contain a property of the type Windows.UI.Xaml.Shape.Path I have the following Xaml as an ItemTemplate: ...
0
votes
0answers
40 views

Windows Phone and WinRT Protocol and Codec

Does anybody know if exist open source or commercial libraries for Windows Phone and (or) WinRT for the following protocol/codec: G.729/G.726/G.723 H263 RTMP/RTMPT what I found until now is: ...
0
votes
0answers
27 views

Using a digital camera instead of the Web camera in Windows store apps? [duplicate]

I am developing a Windows store (metro) photo application.Is there any way to access and use the digital camera (like Canon DSLR camera) to take photo instead of the default web camera?
0
votes
1answer
29 views

Deserializing Json to Object list

I have the following Json that I am looking to deserialize into a list of TwitterTiles (see below). JSON: { "twitterTile": [ { "hashtag": "#genoa", ...
0
votes
2answers
34 views

How to access SharePoint files and folders from Win8?

I am developing a Win8 application that will interface with SharePoint (i.e. open, close, update documents). How do I access the SharePoint files from Win8, using the Win8 Share Contract or any other ...
0
votes
0answers
45 views

Mitigating suspension and/or termination while encoding video in an app

I have a Windows Store app with an option to export certain data in a video file format. My app is in C#, but the encoding itself is handled by dropping into a C++ library adapted from this sample by ...
0
votes
0answers
53 views

Change visibility of GridView Items using binding

How can I change GridViewItems visibility using property binding? I can't create another ObservableCollection to filter the one I am using as ItemsSource. I tried to use GridView.ItemContainerStyle ...
0
votes
1answer
56 views

Why doesn't the String class in WinRT implement IEnumerable<Char>

It seems like the string class in WinRT version of .NET does not implement IEnumerable. I wonder why on Earth did they do that?
0
votes
2answers
55 views

GridView width inherited from parent

I have a StackPanel with a fixed width. Inside that StackPanel I have a GridView, which Width should be limited to its parent width (smth like Width="*"). My sample XAML: <StackPanel ...
0
votes
1answer
54 views

How to load anchor tag link in webview in Store app

I am loading my XHTML page from my local folder in webview using C#. I have many files which I want to redirect from my first page using Anchor Tag to another pages.(like Content page to sub links) ...
1
vote
1answer
30 views

Windows Store App shared data between users possible?

I'm pretty sure that I know the answer to this question (A big fat NO), but is it possible to share downloaded data between the same application but multiple users (Windows login, not Microsoft Store ...
0
votes
2answers
44 views

convert list<t> into an observable collection<t>

I have a list<t> which is being populated from JSON ,i need to convert into ObservableCollection<t> to bind it to my Gridview. Any suggestions?
0
votes
1answer
47 views

Winrt StreamWriter & StorageFile does not completely Overwrite File

Quick search here yielded nothing. So, I have started using some rather roundabout ways to use StreamWriter in my WinRT Application. Reading works well, writing works differently. What' I'm seeing ...
0
votes
0answers
27 views

How to detect in Windows 8 when user changes the Location tracing to Enabled?

I got C# Windows 8 Metro application, that is using the Geolocator class. After the geolocation was enabled during the first app start, user can enable or disable the location tracking in app ...
1
vote
1answer
87 views

Incomplete Azure download

I'm having a problem with inclomplete blobs being downloaded from Azure storage. The files that are stored are an images. Almost every file that's downloaded ends up missing several lines on the ...
1
vote
2answers
44 views

Assign Image instead of Stream to Windows::UI::Xaml::Controls::Image

I created a UserControl consisting of a Grid which contains a single Image-control. <UserControl x:Class="Album.AlbumPicture" ...
0
votes
1answer
19 views

How do I handle snapped in winrt with a 728 sized ad?

Wondering If anyone has an experience with this. You have the large 728x90 ad in your metro app and the user snaps your app to the side obviously 728 is no longer an option... Do I have to change my ...
-1
votes
0answers
30 views

How I can limit the number of the items or visualize DefaultViewModel inside GridView in C# for Windows 8 Store Grid app?

GroupedItemsPage.xaml.cs var sampleDataGroups = SampleDataSource.GetGroups... var group = SampleDataSource.GetGroup... this.DefaultViewmModel["Groups"] = sampleDataGroups.Take(1); ...
0
votes
1answer
51 views

How to implement UserControl in WinRT

I have created a simple UserControl consisting solely of a Grid and an embraced Image. Now I want to apply events such as "ManipulationDeltaEvent", etc. for touch-control. When I assign an ...
3
votes
1answer
37 views

XAML clr-namespace - using incompatibility?

When sharing code between WinRT and WP8: WP8 wants: xmlns:vm="clr-namespace:MyApp.ViewModels" WinRT wants: xmlns:vm="using:MyApp.ViewModels" This means you can't share XAML code - like user ...
0
votes
0answers
63 views

How do I deserialize complex XML into classes?

I have an XML coming in from the server in the form of: <resultSets> <resultSets uid="957136"> <results uid="777402"> </results> </resultSets> ...
1
vote
1answer
41 views

Class Property Not be included as sqlite database column

i have one entity class as public class someclass { public string property1 {get; set;} public string property2 {get; set;} public string property3 {get; set;} } and using ...
-1
votes
1answer
45 views

implementing iobservable on dictionary object and assigning key values to XAML elements

i have this JSON which i am doing GET from webservice in my code and parsing it into a dictionary. { "X-YZ-111/AB.CD": { "P1": "F", "P2": "43.46" }, ...
0
votes
2answers
40 views

Javascript - WinRT - How share score with twitter or Facebook?

I make a html5/JS game on WinRT for Windows 8. I would like to share score of a game with twitter or Facebook. Can we do this ? There is a the sharing contract, but I only know it for email. Can we ...
0
votes
1answer
93 views

Can I load XHTML file in webview in store app?

Right now I am loading HTML file in webview by placing into the Assets folder(it's working fine).. if I try do like that for XHTML file it is displaying as blank in webview. Question: Can I load ...
0
votes
2answers
46 views

Can I bind data to data-win-options?

I use the control MicrosoftNSJS.Advertising.AdControl in the ItemTemplate of a ListView. I would like to bind some datas to the following data-win-options properties : ApplicationId and AdUnitId The ...
0
votes
2answers
32 views

ShareMediaTask for WinRT

I saw for Windows phone 8 there is ShareMediaTask, is there something analog for WinRT?
1
vote
1answer
37 views

System.Timer not available in Metro Apps? What can i use instead of it

I am trying to poll the server and get JSON at regular intervals but for some reason i cannot see reference System.Timers in a blank app i am writing. This is my code public MainWindow() { ...
2
votes
2answers
38 views

Is there a way to get the “remember me” checkbox work on Azure Mobile Service authentication for WinRT apps?

I'm trying to add Azure Mobile Service authentications to my WinRT app. I got everything working and I can sign in with all the 4 social media accounts(Facebook, Twitter, Google and Microsoft ...
0
votes
2answers
197 views

Open Outlook application/ desktop to send mail via Windows 8 App

I am creating a windows 8 app to send mail from the entered fields. There are two approaches that i have tested and tried. But each one has its own limitation. My requirement is simple to send mail ...
1
vote
1answer
57 views

Parsing a JSON Date/Time value using the Windows.Data.Json library in C#/WinRT project

I am receiving a JSON DateTime value that looks like the following: "/Date(1313438502992)/" How can I convert it to the proper DateTime value in C# using the Windows.Data.Json library? Using the ...
1
vote
1answer
83 views

Parsing JSONObject

I am trying to GET JSON From a webservice , which i was able to figure out . BTW This was my JSON Data - { "X-YZ-111/AB.CD": { "P1": "F", "P2": "43.46" }, ...
1
vote
1answer
71 views

JSON Parsing error -Invalid Character at position 0

I am trying to parse do a GET with my click method Using Windows.Data.Json; private async void getJSON_click(object sender,RoutedEventArgs e) { var client=new HttpClient(); ...
4
votes
2answers
122 views

What is the Windows RT on ARM native code calling convention?

I couldn't find any documentation on the Windows RT on ARM calling convention used by Visual Studio C++. Is Microsoft using ARM's AAPCS? If Microsoft is using the AAPCS/EABI for Windows RT on ARM, is ...
-1
votes
0answers
72 views

Windows 8 UI Import into Windows 7 VB [closed]

I would like to import the Metro UI for Windows 7. Like the buttons, scroll bar, text fields, etc... And I would like to import them into Visual Basic 2012, which demonstrate this effect in a simple ...
1
vote
1answer
66 views

How do you bind a ViewModel to the Windows 8 Settings pane in MvvmCross?

I've been looking at MvvmCross for cross platform mobile development. Since navigation of views is done by calling ShowViewModel<>(), how would you create the settings pane (which is a user ...
2
votes
0answers
46 views

Auto generate Unit Tests for windows 8 store apps

I was able to get "Create Unit Test" option in VS 2012 Ref: http://dl.my/2013/create-unit-tests-function-not-available-or-disabled/#comment-63 But the problem is, in the Create Unit Test window, I ...
1
vote
1answer
51 views

ContentControl with DataTemplateSelector and binded Content

I have the following ContentControl two-way binded with a Current property that shows the current selection of my ListView. <ContentControl Content="{Binding Current}" ...
-1
votes
0answers
71 views

How to custom a codec for Windows RT to play the format mkv? [closed]

I have no any background knowledge of codec, and there are some limitation on WinRT, so please give some advice, any help would be greatly appreciated. Thanks.
-1
votes
1answer
44 views

How to read file from a non default library location in WinRT?

I have a FolderPicker where the user is able to choose any folder he like. Then I want to read all files from that folder, which cloud be D:\foo\bar. Since all the sample code I have been able to ...

1 2 3 4 5 70