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
3
votes
1 answer

Windows 8.1 app crashes when accessing settings pane on ARM device. How to find the source?

I am working on a Windows 8.1 Store project and use the following code to add some entries to the settings pane: protected override void OnWindowCreated(WindowCreatedEventArgs args) { SettingsPane.GetForCurrentView().CommandsRequested +=…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
3
votes
1 answer

Windows RT Camera and HTML/JavaScript

So I really don't know how to ask this question because I have not found any information on it at all but I will give it a go. Though a web application that I am developing I need to take a picture and save it using the built in camera. Is there a…
washcloth
  • 2,730
  • 18
  • 29
3
votes
1 answer

PhoneGap support on Windows RT

I would like to know whether PhoneGap supports Microsoft Surface RT development. If so, please direct me to a documentation guide. Thanks a bunch.
Dhammini F.
  • 339
  • 3
  • 17
3
votes
1 answer

Java Support on Win RT

I have an application written in Java FX. Will this run on Win8RT or Windows on tablet. If not, Is there any mechanism via which I can port to code to run on WIN 8 RT platform.
user3159633
  • 33
  • 1
  • 3
3
votes
2 answers

WScript.Shell in VBScript not working on Windows RT

In Windows RT on a Surface tablet, I'm running a VB script that fails on the first line which is: Set WshShell = WScript.CreateObject("WScript.Shell") The error message says: Could not create object WScript.Shell with the error code: 80070005…
jwarnick
  • 31
  • 3
3
votes
0 answers

How can I develop a Windows RT app on Windows 7?

I bought the Windows Surface RT because of the student discount. (just ~220€) But the delivery was delay by about three weeks so I don't have it right now. Still I would like to start developing applications I can run on the windows Surface RT. I…
Tim van Osch
  • 483
  • 4
  • 16
3
votes
1 answer

How do I launch an application on Windows RT using PowerShell?

I am working on an automation system and I need to launch the appx applications using a script, PowerShell or otherwise without human intervention(clicking or touching). Is there any way possible for it? What are my options ?
mdsAyubi
  • 1,225
  • 9
  • 9
3
votes
2 answers

Setting viewport for Windows Surface RT via CSS

I'm making a Website for mobile devices, especially for Tablets. To set the viewport I'm using the meta Tag to controll the range of zooming: Now I'm facing…
Patrese
  • 35
  • 1
  • 4
3
votes
1 answer

Are kernel32.dll and shell32.dll supported in ARM?

I've a Metro App (C#) which is running fine on ARM (Surface), but a component is not working on ARM, when I checked my app compatibility on Windows App Cert Kits its showing this: AreFileApisANSI , CopyFileW , CreateFileMappingW , CreateFileW ,…
Prashant
  • 33
  • 5
3
votes
2 answers

Does Microsoft Surface support Flash websites?

I've searched Google but have not found a clear answer. Will my or my work's Flash site / application run on Microsoft Surface tablet?
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
3
votes
1 answer

Microsoft Surface Tablet: Writing Apps for Both Devices?

I'm having trouble finding info right now; it might still be too early. But I'm curious if developers will be able to easily write an application that can target both the ARM and Intel versions of the tablet. I would guess that the ARM version of…
Peder Rice
  • 1,764
  • 3
  • 28
  • 51
2
votes
2 answers

Using Only FileSystemObject in a VBScript, How Can I Determine the Operating System's Processor Architecture?

In VBScript on Windows RT, a running script only has access to three COM objects, one of which is Scripting.FileSystemObject. How can I use only FileSystemObject to determine the operating system's processor architecture (in this case, it is…
Frank Lesniak
  • 560
  • 1
  • 5
  • 18
2
votes
1 answer

Windows 8.1 XAML application crashes despite error handling

Here's a strange issue I'm facing with a Windows 8.1 XAML application. A bug in DevExpress controls causes the entire application to crash, despite my implementation of exception handling. DevExpress developers have replicated this particular bug…
MBender
  • 5,395
  • 1
  • 42
  • 69
2
votes
0 answers

ObservableCollection memory leak Windows Universal

I have a memory leak in my Windows (8.1) Universal project. Since my project is really big I've created a small sample project of which the only goal is to mimic the memory leak. I've tried many things to try to resolve this memory leak, but to no…
2
votes
0 answers

Flip a FlipView

I have a FlipView (xaml) with ItemsSource binding on a list of periods (months). The periods are dynamically added to the list: when you go to the next period, the next period (of that next period) will be added to the list. So if you have a list…
Jan-Paul Kleemans
  • 818
  • 1
  • 12
  • 22
1 2
3
15 16