Questions tagged [windows-rt]

Windows RT is a version of Windows 8 for ARM devices. Use this tag only for questions about Windows RT. For questions about the Windows Runtime ("WinRT"), use [windows-runtime].

Windows RT is a version of Windows 8 running on devices with ARM architecture. Microsoft's reference implementation of the Surface tablet provides Windows RT and offers a NVIDIA Tegra 3 Quad Core running at 1.30GHz with 2.00GB of RAM.

The OS isn't typically sold in a box or as a download, but rather preinstalled on a device - typically a slate tablet.

The main difference from other Windows 8 versions is that it does not allow to install old -based desktop applications, only -based , except some Microsoft applications like Office or system ones.

231 questions
4
votes
4 answers

C++/CX : Convert std::string to Platform::String^

Is there a simple way (one line of code would be cool) to convert à std::string to a Platform::String^ in C++/CX ? I found how to do it the other way(String^ to string) but nothing for this one. Something like : std::string str = "Hello…
ashtrail
  • 93
  • 2
  • 9
4
votes
3 answers

Detect if application running on Microsoft Surface RT?

Is there an easy way to detect if my C# Windows 8 Store application is running on a Microsoft Surface RT vs a Surface Pro 1/2/3 vs something else?
Scott Lerch
  • 2,620
  • 1
  • 23
  • 34
4
votes
0 answers

HTML Remote debugging for Microsoft Surface RT

Hi I am developing a web app (HTML, Js, CSS) that has to be available also on touch devices, including IE 10/11 on Microsoft Surface RT Tablets. The point is I would like to attach my PC’s Explorer’s developers Tools to the device to be able to…
Mirko Lugano
  • 975
  • 1
  • 11
  • 26
4
votes
1 answer

How to do WinRT TextBox with MultiLine and Scroller

I am using Windows Store Apps and trying to make a text box with multiline and scrollbars. I'm assuming this should be very easy to implement as in WPF. How can I achieve this? Thanks a lot!!
Misha Zaslavsky
  • 8,414
  • 11
  • 70
  • 116
4
votes
4 answers

Remote debugging Tools Cannot Install on Surface RT Running 8.1 Preview (cannot verify digital signature)

I am trying to install Remote Tools on a Surface RT running Windows 8.1 preview. I downloaded update 2 of remote tools from Microsoft's site and when I try to run it I get the error: Windows cannot verify the digital signature for this file. A…
4
votes
2 answers

Does app written with WinRT APIs can run on Windows 8 x86, Windows 8 for ARM and WP8?

AFAIK, only Metro style apps can run on Windows 8 ARM, and Metro style apps can only be written with WinRT APIs. According to this thread Can we access Windows 8 WinRT API from desktop application and Windows Phone 8 app? If so, are they in…
onmyway133
  • 45,645
  • 31
  • 257
  • 263
4
votes
0 answers

Can't Receive UDP Windows RT

I'm writing a Windows Store/Metro/Modern/RT app for Windows 8/RT that needs to receive UDP packets on port 49030, but I can't seem to receive any packets. I've followed the tutorial on using DatagramSocket to the letter, and I'm getting nothing. I…
Matthew Kennedy
  • 616
  • 4
  • 19
4
votes
1 answer

Can a local web server be created for Windows 8 Surface RT

My goal is to run flash locally on a Windows Surface RT tablet. From research, I have found that for websites to run flash, they have to be whitelisted on Microsoft's website. Through further research, I have found how to hack the whitelist to add…
jth_92
  • 1,120
  • 9
  • 23
3
votes
2 answers

"This app does not support the contract specified or is not installed" error in Visual Studio designer

I have an issue developing my app on a VM provided by the project owner which is running Windows Server 2016. The problem I'm facing is when developing a WinRT application in Visual Studio 2015 and when working with XAML files - Visual Studio fails…
MBender
  • 5,395
  • 1
  • 42
  • 69
3
votes
0 answers

Capturing custom URIs in Windows 8.1 RT's WebView

I am porting an application from Windows 8 Phone to Windows 8.1 RT, and I have a web service that returns a custom URI that cannot be processed by Windows RT's WebView, but can be handled by Windows 8 Phone's WebBrowser. It is handled in the…
3
votes
1 answer

UAP app crashes when page navigating backwards to page with MapControl

I have a MapControl on my MainPage with ItemsSource binded to a ObservableCollection (via x:Bind). When I navigate to another page and then back again, the app crashes randomly (about every 5th time) and without any hint what the problem might be. I…
tipa
  • 369
  • 1
  • 5
  • 17
3
votes
3 answers

Convert DateTime to a specific format

What is the best and fastest way to convert a DateTime to this format? 2015-03-26T18:02:58.145798Z Currently I receive a date from a server and I'm able to parse it and convert the date in to DateTime and the ToString() output is something like…
frenk91
  • 919
  • 1
  • 15
  • 30
3
votes
1 answer

Image being saved from canvas is not rendered properly

I'm trying to use the following code to save the contents of myCanvas as an image file in the gallery (for Windows Phone 8.1, not Silverlight). When I run the App, the image is saved but it is distorted. What am I doing wrong? I have uploaded the…
blagnom650
  • 47
  • 7
3
votes
1 answer

How to show a XAML element in full screen when the page orientation is changed?

In my Windows Phone 8.1 RT app, I have an image inside pivot control. I want to show the element in full screen when the page orientation is changed to vertical. Any help would be greatly appreciated. My XAML is as shown below.
Harsha Bhat
  • 718
  • 10
  • 25
3
votes
2 answers

Caliburn.Micro Screen.CanClose() and MessageDialog().ShowAsync()

I'm currently using Caliburn.Micro 2.0 for my Windows Phone 8.1 project (Universal App) and I'm having problem with conditionally cancelling page close after user clicks a MessageDialog button. It seems that Caliburn closes page after leaving…
Tom Shane
  • 694
  • 7
  • 18
1
2
3
15 16