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.
7
votes
0answers
279 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
225 views
How to use legacy COM component from metro app
I'm getting hard time to use COM objects in a metro app. As stated in MSDN the rules are:
Only registration free COM objects can be used
The COM can use only those APIs which are allowed for metro ...
3
votes
0answers
63 views
ArgumentException when calling StorageFolder.GetFolderFromPathAsync concurrently
I am getting ArgumentExceptions when there are multiple calls to Windows.Storage.StorageFolder.GetFolderFromPathAsync on different threads. Here is a test that reproduces the issue:
[TestMethod]
...
3
votes
0answers
36 views
HTTP subtitles in WinJS video element
In the HTML media playback sample there's a code that demonstrates how to add subtitles to the video:
<video id="subtitleVideo" style="position: relative; z-index: auto; width: 50%;"
...
3
votes
0answers
182 views
Minimum implementation of a bare pass through Media Foundation Audio MFT for Windows RT
I have searched the web, different forums and MS Windows 8 app samples but I only find either results that go way over my head or questions of users who want - just as myself - do very simple tasks ...
3
votes
0answers
565 views
UDP Broadcasting not working on same machine in windows 8
Hi guys I am developing an application in which broadcasting is essential. I have created two projects Client and server. I am able to send broadcast message but I am not receiving in server project. ...
2
votes
0answers
25 views
Passing image data buffers to Windows Runtime on Windows Phone 8
I'm trying to find an efficient way to pass an image data buffer to a Windows Runtime Component on Windows Phone 8, minimizing the number of times the buffer data needs to be copied. A similar, but ...
2
votes
0answers
36 views
Reflecting on Windows.UI.Xaml.TriggerCollection doesn't return correct methods details
I am trying to reflect on the Windows.UI.Xaml.TriggerCollection classes. However, when I do the following:
typeof(Windows.UI.Xaml.TriggerCollection).GetMethods()
I do not get the methods detailed ...
2
votes
0answers
58 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 ...
2
votes
0answers
56 views
StreamSocket closing unexpectedly
I am trying to use a StreamSocket and a StreamSocketListener to create a proxy. The goal is to have the proxy do something, but right now I can't even get that far. The connection keeps getting closed ...
2
votes
0answers
37 views
how to disable richeditbox vertical scroll
I am using RichEditBox to allow user to enter text (C# Windows 8)
I am also allowing repositioning of the RichEditBox on the screen
But with the touch screen and finger the text is scrolled instead of ...
2
votes
0answers
110 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
146 views
Winrt GridView Virtualization
I've been having multiple problems trying to show GridViewItems in a GridView in different layouts. Basically EVERYTHING kills virtualization. If we use a VariableSizedWrapGrid virutalizaiton is gone, ...
2
votes
0answers
239 views
Bug: Project based on self-made VS2012 Windows Store App template wont show up when using the charms or contracts?
Issue
A project based on custom VS2012 Windows Store app template wont show up when using the charms or contracts.
The steps I used:
Created a new project, Blank one.
Export a Project Template ...
2
votes
0answers
219 views
WinRT Sharing image receiver failure (Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I'm having a hard time solving this one. What I'm trying to achieve is to make a sharing (receiver point) capability for my app so the app can process the images received.
1) the receiving usually ...
2
votes
0answers
66 views
Any other Ad SDK for WinRT (Windows 8) other than AdCenter?
Any other Ad SDK for WinRT (Windows 8) other than AdCenter?
This is with C# and XAML.
Anyone?
Thank you.
2
votes
0answers
556 views
Upload/Downloading files to Google Drive in Windows Store App
I am able to sign into Google using the web authentication sample. Here's the code:
private async void Launch_Click(object sender, RoutedEventArgs e)
{
if(GoogleClientID.Text == ...
2
votes
0answers
193 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
116 views
How to implement CCAvenue payament gateway in Windows 8 App using C# and XAML
I am trying to implement CCAvenue payment gateway in Windows 8 App using C#. I am not able to find how to achieve this. Is there any article related to integrating payment gateway in Windows 8 App?
2
votes
0answers
104 views
Can WebAuthenticationBroker work with persistent cookies?
From the documentation on the WebAuthenticationBroker class, this object appears to exist to support Single-Sign-On scenarios as well as the OAuth2 flow I'm trying to use it for. As part of its ...
2
votes
0answers
260 views
Why does adding a ManipulationDelta event handler to an Image prevent scrolling?
I'm encountering a problem while attempting to add functionality like pinch-zoom to an application that features an Image control inside of a ScrollView, which is inside a FlipView. The Image control ...
2
votes
0answers
208 views
Are some sites or features out of bounds for the WinRT WebView control?
If I create a new Metro project and add a WebView control only, then add this code:
public MainPage()
{
this.InitializeComponent();
wv1.Navigate(new Uri("http://www.amazon.com"));
}
I then ...
2
votes
0answers
67 views
Is it possible to use COM components in WinRT apps?
Is it possible to use COM components in WinRT (Windows 8) apps?
2
votes
0answers
680 views
Storing objects in an Sqlite3 database using C# and WinRT
following this guide here i have defined a custom class (lets just call it MyClass), and using the sqlite release for WinRT (windows 8/metro apps) and the sqlite-net API obtained from the NuGet ...
2
votes
0answers
213 views
LongListSelector for Metro
Does anyone know if any of the WinRT Controls exposed via WinJS can be customized to offer the same look and feel as the Windows Phone LongListSelector?
2
votes
0answers
184 views
IMFMediaEngine and an array of bytes
I've a large pack file which contains multiple media assets (there's 5 mp3s in one file). I'm reading the pack file and retrieving an array of bytes (and size of the array). How can I forward this ...
2
votes
0answers
430 views
Play a list of videos without flicker (seamless) in WinRT
I have a list of videos, and I need to create a playlist to play this list. I tried to do that by setting the MediaElement source to the next video in the MediaEnded event.
mediaElement.Source = new ...
2
votes
0answers
605 views
Declarative GridView in XAML in WinRT
Is there a way to define a GridView purely declaratively in XAML? Every example I see defines the Category/Group Name value in code behind, then each item has a Title / Subtitle. I would really like ...
2
votes
0answers
383 views
How do you use jQuery with Win8 in a Metro application?
All over the net, I've seen that you can use jQuery with Metro in a Javascript app, but I haven't found any examples.
The problem I'm running into is that it Visual Studio says there's an invalid ...
2
votes
0answers
457 views
WinJS: use a XPath method with a responseXML object
I have a problem with a Windows8 application. Here is the simplified portion of code:
return WinJS.xhr({ url: url }).then(function (response) {
var response = response.responseXML;
var ...
2
votes
0answers
338 views
Why does adding 2nd level subclassed Button controls to a Grid give E_INVALIDARG?
I've come across the this problem dealing with subclasses of the Windows.UI.Xaml.Button class in C++/CX, and I'd like to know what's going on.
If I add a control instance to a grid, everything works ...
2
votes
0answers
1k views
How to use an Observable object in a WinJS ListView
I want to use an observable object within a ListView in the Windows 8 RT (Developer Preview from BUILD 2011) (using JavaScript).
The code below seems like it should work. It has a simple template for ...
2
votes
0answers
308 views
Buffer.BlockCopy in WinRT
Is there a Buffer.BlockCopy equivalent function or strategy in WinRT? We cannot use Array.Copy because we need to avoid boundaries checking.
We need to port a legacy .Net code that actually copies a ...
1
vote
0answers
16 views
Multilingual app name in WinRT
I've noticed that the default Windows 8 apps change their names when the system language changes. I'd like to ask how to achieve this with my app? I couldn't find a way to specify it in the app ...
1
vote
0answers
17 views
How to forward pointer events
I was able to get this working in iOS but I am having trouble with Win 8. What I need to do is this:
I have a drawing view that is the forward most child of a ScrollViewer. When I enable drawing ...
1
vote
0answers
25 views
StorageFileQueryResults.ContentsChanged not fired
I try to develop a simple (and first) Windows 8 app for my new surface. Within this app I try to watch a folder for adding new files (especially pictures). For this I try to use the event ...
1
vote
0answers
30 views
+100
Metro App Print WebView Content
I have a Metro App and I am attempting to Print the Content of a WebView control. Using the MSDN Print Sample as my source reference. I simply change the XAML in the printableArea as follows:
...
1
vote
0answers
22 views
win 8 app call back handler - waiting on a runasync operation C++
I have a win 8 application written in unmanaged c++/cx which has a callback handler. The call back handler posts a notification to a UI thread.
I want to wait on the UI dispatch handler's background ...
1
vote
0answers
12 views
BindingOperations.EnableCollectionSynchronization in WinRT
I am writing a Windows 8 store application where I have a view model that contains a rather large observable collection. Every once in a while we get an event from the model that causes us to start a ...
1
vote
0answers
24 views
Proper way for reminders in windows 8 modern ui
I am developing a windows 8 modern UI and I have to implement a reminder functionality. After googling I have found that ScheduleToastNotifications are good to use, I download the sample from
here. ...
1
vote
0answers
26 views
Share charms start giving errors after using it few times
I am creating my app as a share source. I have used basic navigation template. Then in the home.js file I added following code.
(function () {
"use strict";
...
1
vote
0answers
53 views
Launcher.LaunchFileAsync fails for opening a file extension associated with a desktop app
I am trying using file association to open a desktop app from modern app. I followed all the steps correctly and am able to open the .try files with updater.exe through windows explorer. But when I ...
1
vote
0answers
47 views
How should I expose a “bidirectional” interface in WinRT with C#
So, I have a very simple C#/.Net interface. Now, I need to expose this interface to WinRT though. So, at the moment I have these interfaces
//.Net (in the `Common` namespace)
public interface IWriter
...
1
vote
0answers
49 views
Videos disappearing
I have an application that has a high dependency on videos and it uses MediaElement to reproduce them.
However, I have introduced a layer that either gets a video from an external folder or an ...
1
vote
0answers
17 views
Retrieving data with DataProtectionProvider
I'm developing a Windows 8/WinRT App and i encounter a problem to retrieve crypted data by using the DataProtectionProvider. To serialize data I'm using this:
internal static async Task ...
1
vote
0answers
47 views
.csproj files not getting checked in to TFS
My problem is that in my scenario, I have a project with two parallel project files for different build targets. I have a ProjectName.WP8.csproj and ProjectName.WinRT.csproj, which essentially include ...
1
vote
0answers
38 views
Record Windows Store app with Simulator on Visual Studio 2012
I need to record a video tutorial for my Windows Store app. I know that there is many software for screen recording but I want to record app experience with different resolutions, using touch mode and ...
1
vote
0answers
22 views
Camera dismissed when opening SettingsCharm in Windows 8
Hi am creating a camera application . For implementing this i used CameraCatureUI
My problem is that Camera cancels or dismissed when i open Settings charm. How we can prevent this strange behaviour? ...
1
vote
0answers
29 views
WinRT Store Association independent external library?
I have a WCF service that is used by a WinRT application. The application uses LiveID (SSO) to authenticate with Azure Mobile Service first and passes the token to my WCF service to Authenticate.
I ...
1
vote
0answers
26 views
How to remove image blinking when using Tilt from Callisto for controls with images?
In my Windows 8 C# app when I have control containing image and I apply the Tilt from Callisto on it, then when this control is clicked for the first time, the image blinks. It's quite disturbing ...





