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)

1
vote
1answer
23 views

How do I update a listview when my variable changes?

I have a conditional style using a StyleSelector, so that it changes the color of the playing song to green when the program loads. However, when the songIndex static variable is changed, I don't ...
0
votes
1answer
31 views

How to Convert Hexdecimal code to color in windows 8

I have code Hexadecimal code "FFB800" and I needed to convert to "Color" in WinRT. Thanks in Advance.
0
votes
0answers
8 views

WinrtXamlToolkit - Charting : ComException when use of INotifyPropertyChanged

I'm currently using the line chart (from WinRT XAML Toolkit), and I'm facing a problem : everything goes right, but if my (In)DependentValue which is bound to my LineSeries contains a change ...
0
votes
1answer
28 views

Role based View XAML

I am developing a WinRT app which has many user roles. The View of many pages in my app change based on the Userrole For eg. I have a Student role and a Professor role. When the Student logs in he ...
0
votes
1answer
25 views

Parsing YouTube Json for Windows Store apps

I generate C# Class from http://json2csharp.com/ for any YouTube URL, in which some names are invalid like as follows: public class Feed { public string __invalid_name__xmlns$media { get; set; } ...
1
vote
1answer
40 views

Exception when I use Count method in Queryable class

In WinRT when I call the count method in Queryable class for the IOrderedEnumerable instance it will throw the exception. DoWork(emp); //Working fine DoWork(emp.OrderBy(objects => ...
0
votes
1answer
19 views

Using backgrounddownloader and savefilepicker together?

Hello everyone I have a small winrt aplication that downloads video from internet and I was trying to implement backgrounddownloader and filesavepicker together but I run on errors for every type of ...
0
votes
0answers
17 views

Is there free data-visualization map control available for Windows Store App?

I searched a lot, but didn't find like that. Do you know any free data-visualization map control control as SyncFusion.
0
votes
2answers
34 views

Is there any Memory limitation for a Windows 8 application as like in windows phone?

I am creating a image processing application in Windows 8. Since am playing with images I wanted to know is there any memory limitation for Windows 8 applications? Depending on that I can reduce ...
0
votes
0answers
16 views

Using Sparrow Toolkit in WinRT App Dev [closed]

I am developing app for Windows 8 store. How do I use sparrow toolkit charts in my WinRT Application. Can anyone give some idea or post some sample code which can help me work with it ...
0
votes
2answers
22 views

How can I determine which items in a GridView that are visible in the current scroll window?

I have a GridView in my main app page and I want to do some background processing for the items that are currently in view for the user (high priority), and then of course do the other items too (low ...
1
vote
1answer
34 views

sqlite-net like statement crashes

I have a SQL statement like this: Global.db.Query<Cards>("select * from Cards where card_name like ?", nameTextBox.Text); But I want to add % to both sides like this with the parameter value. ...
0
votes
1answer
22 views

Bind Dynamic Data from an API to FlipView control

I've been trying to bind data from a json API call to the flipView with no luck. Here's the HTML code: <body> <!--Define the Template Here--> <div ...
0
votes
0answers
23 views

How to embed a font into Windows Store app and to use it from WebView NavigateToString method?

I want to use a font in WebView of my Windows Store App. I was referring to this page. http://blogs.msdn.com/b/wsdevsol/archive/2012/10/23/about-webview-and-embedded-fonts.aspx This page use ...
1
vote
2answers
30 views

How to debug app when its not already running and activated due to search

Typically to debug an app, I will hit F5 to start debugging it. However I want this app not already running and it activated due to ActivationKind = search. If I hit F5, then app will get activated ...
1
vote
1answer
27 views

Breakpoint not getting hit due to symbols not been loaded

I am trying to debug an issue with my JavaScript based Windows 8 Store app related to search activation. I have re-build and deployed again on my machine but for some reason the breakpoint in the ...
0
votes
0answers
8 views

LiveConnectSession, WCF service and maintaining a valid token

I have a currently working implementation of a service model where I have an Azure Mobile Service running that uses SSO to authenticate in WinRT and it works splendidly. Furthermore I have a WCF ...
0
votes
0answers
20 views

Modern UI Charts for Windows 8 breaks with a message Layout Cycle detected. Layout could not complete

https://modernuicharts.codeplex.com/workitem/16209 I have a requirement where I have to bind around 40 series to a column chart. When I tried binding the application breaks with a message "Layout ...
0
votes
0answers
13 views

ReasonPhrase: 'Forbidden' HttpResponseMessage winrt

i'm getting this error :ReasonPhrase: 'Forbidden' in the response variable: HttpClient httpClient = new HttpClient(); HttpResponseMessage response = await httpClient.GetAsync(uri); string result = ...
1
vote
2answers
27 views

Time of last edit of an xml file in WinRT - Windows 8 - Metro App

my question is the following. I wonder if it is possible to know what the last edit time is for an xml file. Currently i am creating my xml and reading from my xml in the following way: This is the ...
0
votes
1answer
24 views

Pagekey becomes null in OnNavigatedFrom in layoutawarepage

I am developing a windows 8 app and I have the following page, a contact picker page where i have a submit button with the following code customContact = ...
-1
votes
0answers
15 views

What is the Maximum data which sqlite database(local database) can handle in windows phone app / windows 8 metro app?

i am using a sqlite as a local database in my windows phone app and windows 8 metro app , i want to know 1)What is the maximum size limitation sqlite database in windows phone app / windows 8 metro ...
0
votes
0answers
23 views

How to modify App created from Split App template to support grouped ListView headings when programming in WinRT?

When creating a Windows App Store app in Visual Studio Express 2012 for Windows 8; if one was to create a new app using the provided Split App template, what specific modifications would be required ...
0
votes
0answers
16 views

How can I force the user language in a WinRT application?

I have a WinRT application with multiple languages. The app use automatically the user language, but I want to let the user choose one of them manualy in my app. Is it possible to do it in runtime ?
0
votes
1answer
26 views

WinRT c# - Text Block scroll auto to the end

I would like to scroll auto to the end of a textblock if I add text to it. But I try a lot of thing, but I failed hard. Anybody has a good idea to do this on a WinRT application ? Thanks for your ...
8
votes
0answers
51 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 ...
1
vote
0answers
21 views

Resize buttons styled with AppBarButtonStyle

I like the AppBarButtonStyle idea of using font character as button icon because of its scaling abilities, but it is of no use if i cannot resize them properly. Changing Width or Height of button ...
0
votes
1answer
35 views

Different item templates in ComboBox

In WinRT XAML I have a ComboBox which displays some complex item. Is it possible to declare and bind two different item templates for 1) the "normal" selected item (ComboBox is closed) and 2) the ...
0
votes
1answer
76 views

Not able to use Modern UI Charts for Windows 8

I am trying to use Modern UI Charts for my Windows Store app but I am not able to get it working.(Cannot see the Chart) A similar issue was logged by another person here along with the code Can ...
0
votes
1answer
29 views

Trying to launch a file in an anonymous delegate tied to a toast event fails (C# Winrt)

I have a function that downloads an image, and when the download completes it triggers a toast notification. When the user clicks the toast notification, I want to open the file using the default ...
0
votes
1answer
17 views

Metro App Customised ListView KeyDown event not firing

I have a Metro application with a ListView that has this definition: <ListView Grid.Row="0" x:Name="lvData" CanDragItems="True" CanReorderItems="True" SelectionMode="Extended"> ...
0
votes
0answers
15 views

Metro App Customised ListView Mouse Scroll

I have a Metro application with a ListView that has this definition: <ListView Grid.Row="0" x:Name="lvData" CanDragItems="True" CanReorderItems="True" SelectionMode="Extended"> ...
0
votes
1answer
11 views

Callisto + Pointer Pressed + xmal

I´m using visual studio 2012 Hi I have tried every thing that has come in my mind to try and do this but I can´t find the anwser. I tried this: mi1.PointerPressed() and it didn't work. I tried a ...
1
vote
0answers
25 views

WinRT alternative for Windows phone GestureListener

Can anyone please suggest alternative methods for these windows phone events. var gestureListener = GestureService.GetGestureListener(ImageContainer); ...
0
votes
1answer
17 views

ComponentOne for WinRT: Gauge Pointerlength error?

Whenever I add a ComponentOne gauge to my page, I receive the following exception: WinRT information: The property 'PointerLength' was not found in type 'C1LinearGaugePointer'. my Xaml looks like ...
1
vote
1answer
40 views

WinRT Controls Over Scrollviewer Consuming Scrolling

My issue is that I have a few controls (buttons, combo-boxes, hit test visible controls, etc) that are on top of a scrollviewer. Now there is no reason for these controls to consume a pointer wheel ...
-1
votes
1answer
26 views

Is there a multi-devices mobile prototyping software? [closed]

Almost everything is in the title. Is there a multi devices mobile prototyping, layout, templating software for Windows ? I found many softwares for prototyping, designing UI, but i didn't find ...
2
votes
1answer
24 views

How to seek to a position in milliseconds using XAudio2

I am using the SharpDX wrapper for the DirectX XAudio2 api. http://sharpdx.org/ I need to be able to seek a WAV file loaded into a SourceVoice to a given position in the track. I am struggling to ...
1
vote
1answer
67 views

How to dynamically bind event to command in WinRT without Reactive framework?

I'm implementing modified version of Behavior for my Windows 8 app according to this guide. It works except one place where the Reactive framework is required: protected override void OnAttached() { ...
1
vote
1answer
17 views

How to remove the default cropping in WinRT after camera capture

I am using the below given method for camera capturing in my WinRT application, var camera = new CameraCaptureUI(); var aspectRatio = new Size(16, 9); ...
0
votes
1answer
33 views

How can I select items in a gridview while disabling IsHitTestVisible

I have a GridView with a small number of items in it. I want my users to be able to select the items by clicking on them. However if they click or drag on the GridView background, i.e. on a item, ...
0
votes
1answer
26 views

Sharing video and photo in metro apps through share charm

i am trying to take a picture and video from within the app and trying to share it through share charm but i am having a problem doing that. After i take the pic ,the share charm says it has trouble ...
-1
votes
0answers
20 views

Resources online to learn how to use lambdas on observable collection [closed]

I have found lambdas to be very easy to perform operations on items in observable collection.I have searched online but have found any good docs about learning them. Is there any resources anybody can ...
1
vote
1answer
28 views

Convert data URL (of type blob://xxx) to IRandomAccessStream

I have an internal API (that I have no control over) which returns a URL of an image. I inspected the URL and noticed that it's has the following format: blob://xxxxxxxx I use this URL as a value ...
0
votes
1answer
41 views

Windows 8 RT XAML MediaElement controls overlaid on top of video

I have seen numerous examples of the MediaElement used for video playback in Windows RT XAML applications. I would like to have the controls overlay the video, rather than place controls within the ...
0
votes
1answer
93 views

SkyDrive API access code sometime works sometime does not works

I am trying to access skydrive content from my code. the following code worked before but suddently it stopped executing the second result. Not sure what microsoft has done in behind! Please help. ...
0
votes
1answer
36 views

How to do binding to Datacontext in different page

i have a textblock in mainpage.xaml. I have another page which has a textblock whose value is bound to observable collection and its value changes depending on user events on that page. How can i ...
2
votes
1answer
74 views

SyndicationFeed: How to access content:encoded?

In a Windows 8 Store App I'm reading some Xml data using the SyndicationFeed. A few items of the RSS feeds contain for example content:encoded (xmlns:content='...') elements. I think there's no way to ...
0
votes
2answers
36 views

Are WinJS/Metro Apps single threaded?

I read in Windows 8 development tutorial that Metro apps written using HTML/JavaScript runs on single thread. If so, how it executes asynchronous functions in WinRT?
2
votes
1answer
45 views

How to await a method in a Linq query

Trying to use the await keyword in a LINQ query and I get this: The 'await' operator may only be used in a query expression within the first collection expression of the initial 'from' clause or ...

1 2 3 4 5 70