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
1
vote
1 answer

Asynchronous download with HttpClient: The text associated with this error code could not be found

I intend to use the following code to download a file. It works when WIFI is available; but when there is no Wifi, I expect to catch the exception raised in the previousTask.get(). Unfortunately, catch in my code doesn't seem to catch the exception.…
An Hoa
  • 1,207
  • 12
  • 38
1
vote
1 answer

WinRT - App bar not appearing when I tap the ellipses

I'm trying to get my app bar to appear when I tap the 3 dots at the bottom of the screen, but when I do so it doesn't happen. Anyone know why & how this problem can be rectified? MainPage.xaml
wbk727
  • 8,017
  • 12
  • 61
  • 125
1
vote
1 answer

How does an event handler of type PropertyChangedEventHandler get subscribed to PropertyChanged event?

I have a class of type TEntity which is bound to a View: public class TEntity { private string _name; public string Name { get {return _name;} set {_name = value; NotifyPropertyChanged("Name");} } …
Suraj
  • 609
  • 6
  • 13
1
vote
1 answer

C++ CX Windows RT create_task working with returns vs C# Confusion

How do I achieve something as simple as the C# code sample below in C++ CX without using a static variable which of course if horrible. C#: var folder = awaitWindows.ApplicationModel.Package.Current.InstalledLocation.GetFolderAsync("Assets"); var…
Stefan V
  • 33
  • 4
1
vote
1 answer

Face Tracking object's position in depth stream of Kinect V2

I have used Green screen effect in my code & now need position of the eye, Mouth & Nose which will be able to track & use i think via Camera or Color Stream so because of that not able to get proper position inside the green screen detected body…
Anand Thakkar
  • 302
  • 3
  • 18
1
vote
1 answer

Windows Phone-esque app bar in Win RT apps

I would like to create an app bar like the one in the image below with XAML if possible, can this be achieved? In I'm also wondering if it is possible for an app bar to open when the user taps or clicks the 3 dots: XAML
wbk727
  • 8,017
  • 12
  • 61
  • 125
1
vote
1 answer

Universal app HttpClient header error

I'm creating universal application and I need to use Keep-Alive connection header for my requests. I have the code using (var client = new System.Net.Http.HttpClient()) { client.DefaultRequestHeaders.Add("connection", "Keep-Alive"); var str…
R.Titov
  • 3,115
  • 31
  • 35
1
vote
1 answer

How to Convert windows phone 8.1 runtime to silverlight 8.1

I want to add AR toolkit GART in my windows phone 8.1 app which is under completion, the app is almost completed in windows ph 8.1 Runtime. Now when i was trying to add GART in that I came to know that it is not possible in windows phone 8.1 apps,…
1
vote
0 answers

Pointer capture and release in Windows Phone 8

In a test app, I've created 3 Grid objects named grid1, grid2 and grid3 that each contains a Border and an Image. For example, grid1 is defined in xaml as:
John
  • 687
  • 1
  • 6
  • 15
1
vote
1 answer

Developing a Kinect Speech Recognition app for a Surface table

I'm currently developing a Kinect Speech Recognition application. The target platform will be a Surface tablet although the model hasn't been decided. The application itself will allow interaction with children, with several basic game scenarios. My…
user3019217
  • 335
  • 1
  • 5
  • 12
1
vote
0 answers

App will not compile for windows arm

I am creating a new release for my app in order to fix some screen size settings (In my prior release I did not take into account different screen sizes and I hardcoded the positions of each thing in my xaml code) and I have issues with compiling…
John Demetriou
  • 4,093
  • 6
  • 52
  • 88
1
vote
1 answer

How to convert speech to text? Windows 8 RT

Is it possible to convert speech to text without using a web service? I have tried the following solution but the libraries aren't recognised in eclipse,http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207021(v=vs.105).aspx I'm…
Brian Var
  • 6,029
  • 25
  • 114
  • 212
1
vote
1 answer

Visual Studio 2013 remote debugging

I own a Surface RT and I was programming in Visual Studio 2013. I found the tutorial online on how to set it up but I couldn't do it. Right by the part Visual Studio tries to find remote connections it doesn't find the surface. If I reboot the…
user2818847
1
vote
0 answers

how to get a word under cursor in windows application

I saw many questions that try to get the word under a cursor on Windows but that doesn't completely answer my question. I want to try and get the word under the cursor for a Windows Store Application. I am developing an application for Microsoft…
nils
  • 118
  • 1
  • 1
  • 8
1
vote
1 answer

WPF .exe application file is not working in Windows 8 surface Tablet

Am new to WPF .Previously was worked with Windows 8 /Windows phone application developer. I created a List application using ListBox in WPF. Since i wanted to test the application on a touch device i tried to run it's .exe file on my Windows 8…
asitis
  • 3,023
  • 1
  • 31
  • 55