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)

7
votes
1answer
2k views

Difference between Metro Apps written in HTML/CSS/JS vs XAML/C#

What is the difference between Metro apps written in web-development technologies and ones written in XAML/C#, etc.? Does Microsoft Metro API provide hooks for Javascript, where it's all native for ...
7
votes
4answers
4k views

Give Java application a Metro Look and Feel in Windows 8 [closed]

I have already developed a Java application which is working well in Windows XP, Windows 7 & Windows 8 consumer preview. The application is developed using GWT, CSS3 with Spring framework,and ...
7
votes
3answers
7k views

Windows 8 bottom app bar

I've been trying to get an App bar implemented in a WinRT metro app (C# / XAML), but don't know where to begin. I've tried using the Tag and I get a Type not found error. There's no help online, ...
7
votes
3answers
3k views

How to reference a native WinRT component from a managed project?

It's been said that you can create a C++ WinRT component that you can consume in C#. I have a simple test project - a C# XAML app, and a C++ project using just the basic WinRT Component project ...
7
votes
1answer
1k views

How do I set an element's class using data-win-bind

I'm trying to dynamically set the class of a listview item template: <div id="semanticZoomTemplate" data-win-control="WinJS.Binding.Template" style="display: none"> <h1 ...
7
votes
2answers
1k views

Can XAML be used with JavaScript in WinRT?

Or JavaScript is only restricted to HTML? I've only seen HTML-JavaScript demos at Build 2011
7
votes
2answers
3k views

Windows 8 CollectionViewSource ObservableCollection Binding Not Updating

I have a CollectionViewSource that is binding to an subset of an observable collection to show the top n articles on the main page. <CollectionViewSource x:Name="groupedItemsViewSource" ...
7
votes
1answer
295 views

Exception when trying to read null string in C# WinRT component from WinJS

I have the following scenario: Data lib in C# compiled as a Windows Runtime component. One of its classes is looks like this: public sealed class MyData { string TheGoods { get; private set;} } ...
7
votes
2answers
2k views

How can I compile sqlite for WinRT / ARM?

I've successfully compiled my WinRT version of SQLite for x86 as described by Tim Heuer. However, I am still struggling how to compile the dll for WinRT on ARM CPUs. I've run nmake with the Visual ...
7
votes
2answers
1k views

WinRT Replacement of System.Environment.TickCount

What is the WinRT replacement for System.Environment.TickCount?
7
votes
1answer
2k views

How do I do bindings in ItemContainerStyle in WinRT?

I'm trying to bind a collection to an ItemsControl, with a Canvas as the items panel, and with each item's Canvas.Left and Top bound to properties on the item objects. Basically I'm trying to ...
7
votes
3answers
2k views

How to “float” image in XAML (Windows 8 Metro)

Is it possible to do in XAML something like ffloat:left for an image in CSS. I need to create something like this: with variable image dimensions and text length. Edit: The text warp around the ...
7
votes
1answer
1k views

Can I use my existing .Net 4.0 Class Libraries on WinRT Metro Style Applications for Windows 8

I just started diving into Metro Style application development and I realized that there is no framework targeted when I look at the properties of the application. So, can I use my existing .Net 4.0 ...
7
votes
2answers
2k views

Showing Html in WinRT with RichTextBlock or other component

I want to show html in string with some component. Now I am using RichTextBlock and I tried few extensions for converting html to xaml or rtf but I didn“t found any working with WinRT. I know I can ...
7
votes
1answer
745 views

How do I debug websites in IE10 on Win8 under Metro?

I have a website that runs fine on IE10 Consumer Preview, Chrome, and Firefox all on Windows 8 Consumer Preview (i.e. Win8 beta). But in the Metro version of IE10 Consumer Preview I just see an error ...
7
votes
2answers
704 views

WinRT (C#/XAML) Scale without blurring

I've put together a basic animation which has a Control scaling from 0.1 to 1.0 (x & y). The problem I keep seeing throughout is this "blurring" of the said controls before they settle on the ...
7
votes
1answer
445 views

Handling 2, 3, 4, 5 Fingers Tapped, DoubleTap & Holding Gestures in WinRT App

I can easily handle 1 finger Tapped, DoubleTap and Holding gestures like this: public MainPage() { this.InitializeComponent(); this.Tapped += mc_Tapped; this.DoubleTapped += ...
7
votes
4answers
3k views

VariableSizedWrapGrid and WrapGrid children size measuring

Both VariableSizedWrapGrid and WrapGrid have strange measuring - they measure all children based on the first item. Because of that, the following XAML will clip the third item. ...
7
votes
0answers
37 views

Implemeting DragStarted DragDelta events in windows 8 / WinRT

How I can attach DragStarted DragDelta events to a grid in windows 8 / WinRT. I did the Same in windows phone with GestureService.GetGestureListener() method. I tried to replace the code with ...
7
votes
1answer
483 views

Binding a property that hides another in WinRT XAML (Windows8, Metro, Windows Store App)

right up front i want to say: please don't suggest alternative solutions, unless you can accomplish it without modifying the Types that are of the pattern BaseXXXXXX that said, this behavior goes way ...
7
votes
0answers
263 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 ...
7
votes
1answer
384 views

ISupportIncrementalLoading combined with VariableSizedWrapGrid

I have an ObservableCollection<T> which implements the ISupportIncrementalLoading interface. When I bind this collection to a normal gridview, everything works fine. But when I change the ...
7
votes
1answer
936 views

Accepting invalid SSL certificates using WinRT

There are scenarios where you want your application to accept invalid SSL certificates (testing environment/ self signed certificates etc). In the .NET world one would use the ...
6
votes
2answers
772 views

Platform::String is kind of useless

I am trying to write a few lines of code in C++/CX in a "Windows Store" (aka Metro Style) application, and I am surprised to see that Platform::String is missing many basic string operations like ...
6
votes
2answers
3k views

Open an URL in the Default Web Browser in WinRT

The question says it all. Basically, I just want to know the alternative for this in WinRT: Process.Start("http://www.google.com/");
6
votes
3answers
4k views

Check if a file exists in the project in WinRT

I have a WinRT Metro project which displays images based on a selected item. However, some of the images selected will not exist. What I want to be able to do is trap the case where they don't exist ...
6
votes
1answer
2k views

Where is the IBuffer byte[].AsBuffer extension method?

During build they mentioned that to get an IBuffer, there's an extension method on byte arrays called AsBuffer(). Unfortunately they didn't mention what namespace it's hiding in, and doesn't seem to ...
6
votes
2answers
2k views

Windows 8 Modern UI Styles for WPF

I want my WPF app to look like WinRT apps: Are there any ready-made styles or controls available for WPF that lets us achieve this?
6
votes
2answers
3k views

How to read file (Metro/WinRT)

I'm quite astounded by the apparent complexity of this seemingly simple task. I know that I have to use the StorageFile class, and I've found this example, but I just want to read one single file, to ...
6
votes
2answers
3k views

WinRT StorageFile write downloaded file

I'm struggling with a easy problem. I want to download an image from web using this code: WebRequest requestPic = WebRequest.Create(@"http://something.com/" + id + ".jpg"); WebResponse responsePic = ...
6
votes
2answers
3k views

How to detect orientation changes and change layout?

Lets say that I have a grid with 2 rows, 2 columns and many controls inside each cell. When the application is changed to snap mode, I meant 1/3 of the screen I would like the application to be only, ...
6
votes
2answers
2k views

Getting a Type Assembly in Windows 8

I'm trying to use MEF in Windows 8. In order to build up my AssemblyCatalog for the container, I need a reference to the assembly. In the past, I would have just done this: var catalog = new ...
6
votes
2answers
632 views

How to start a WinRT app from a web application?

Suppose I have a video hosting site, like youtube. When user clicks on a link on the site, I want to open a WinRT application for a better viewing experience, how would I do that? How do I pass ...
6
votes
3answers
2k views

Can WinRT application use obfuscation?

All Metro applications must be inspected before distribution through Windows 8 AppStore. Does this mean it will not be allowed to use code obfuscation? Or it is still possible, and only some specific ...
6
votes
3answers
1k views

Metro App version info programmatically

How will I be able to get the version number of my application in metro javascript? For example, this is the 1.2 version of our application, how can I get the version number in my javascript metro ...
6
votes
1answer
814 views

How does the mapping between WinRT and managed works?

I heard that the new WinRT is an unmanaged framework and it is based on COM, but somehow they figured out something to make mapping between WinRT and managed code easier. I would like to know how this ...
6
votes
1answer
342 views

How can you await a Task when you can't await

I'm developing a Windows 8 Runtime Component so the public interface can't contain Task<T> as it's not a windows runtime type. This means I can't mark the method as async and can't await the ...
6
votes
3answers
312 views

Color.FromArgb(…); security message

I am defining a Color from argb , ex Color.FromArgb(255,255,0,0); In visual studio 2012 , winRT application it says that this is tagged with [security critical] . Are there any reasons why? I tried ...
6
votes
3answers
4k views

Metro UI update

I am writing a Metro UI toy application for Windows 8. It has just one xaml page with a TextBlock. The page has the class MyTimer as DataContext : this.DataContext = new MyTimer(); MyTimer ...
6
votes
1answer
928 views

Windows 8 / Metro Certification Requirements - How to check?

In order to get your application certified for Windows 8, Microsoft says that you need to "only use APIs for Metro Style Apps" (reference) Is there a tool that can be used to check against existing ...
6
votes
2answers
1k views

Selected Items using MVVM in WinRT

I'm struggling to find a way to bind the SelectedItems property in a ListView to the view model. Previously I used this: ...
6
votes
3answers
7k views

Create a table (DataGrid) in Windows 8 metro apps (C#/XAML)

I'm trying to create a table like this: How can I do something like that using ListView or GridView? I couldnt find the right way to add the headers of the table..
6
votes
1answer
1k views

How to play sound file in a Windows 8 Metro app using WinRT?

The WinRT API surface in Windows 8 seems to have the ability to load and save Playlists, and capture audio. What I'm looking for is somewhat simpler: does WinRT have the ability to play audio from a ...
6
votes
1answer
449 views

Client-side certificate in a Metro app for Windows Azure Service Management

I'm trying to connect to the Windows Azure Service Management API. I have to provide a certificate which I previously uploaded to my azure portal. In .NET, this is very easy, as detailed here. In ...
6
votes
1answer
869 views

Can an Metro Windows 8 C++ Application contain inline Assembler?

Can an Metro Windows 8 Application contain inline Assembler? Also is Metro C++ Native, or managed, or can you mix them both like C++/CLI?
6
votes
1answer
440 views

Should the VS11 templates fail the WinRT App Certification Kit?

I'm running the Windows 8 Consumer Preview with Visual Studio 11 Beta installed. When I create a new WinRT/Metro application, compile it and run the App Certification Kit on this blank application, ...
6
votes
2answers
1k views

Will Windows 8 Metro apps require any change to the code in order to work on ARM based devices?

As far as I understand the Metro part of the runtime is not x86 processor architecture and native code dependant and will work without any change to the code on say an x86 tablet or ARM tablet. Is ...
6
votes
1answer
3k views

WinRT - TCP clients?

I am building an IRC client in the new WinRT (.NET 4.5) framework for Windows 8 Metro applications. However, I have some issues. I've already figured out that I need to use a StreamSocket to read TCP ...
6
votes
2answers
4k views

Does Visual Studio 2010 support Windows Metro style applications?

Does Visual Studio 2010 support Windows Metro style applications? I am going to build a Microsoft WP7 application. I have Visual Studio 2010 and I have installed SDK7.1. I am not getting Metro style ...
6
votes
2answers
1k views

WinRT Data Virtualization implementation in C#

I have asked this question on the MSDN forum (with no success), maybe StackOverflow will prove its strength one more time... I was attending Hamid Mahmood's session on collection and list apps and ...

1 2 3 4 5 70