Questions tagged [windows-8.1]

Windows 8.1, released on October 18, 2013, is the first major update to Microsoft Windows 8. Windows 8.1 is another addition to the Windows NT family.

Windows 8.1, released on October 18, 2013, is the first major update to Microsoft Windows 8. Windows 8.1 is another addition to the Windows NT family.

Windows 8.1 introduces many new features & APIs for developers of Windows Store apps and deprecates many APIs. Development for Windows Store apps which run on Windows 8.1 can only be done using Visual Studio 2013.

Related Tags

Useful links:

3704 questions
1
vote
1 answer

'Unable to untar' using Drush 7 on Windows 8.1 - How to resolve?

I'm trying to get drush running on my windows machine. I mainly followed this guide here. I am using Windows 8.1, 64 bit, and Drush v 7.0 dev When I type drush status I get the right results. But when I try to use drush dl drupal I get these error…
mtthias
  • 177
  • 3
  • 16
1
vote
2 answers

Win RT (Windows 8.1) WebView : Ignore Certfificate Error

I am facing a problem in WebView of Win RT (Windows 8.1 Store App). When I am trying to navigate to a Page ( within the WebView), if the page contains security certificate error, the WebView is simply showing a blank(white) page. Based on the…
1
vote
1 answer

WebView scroll content

How can I set page scroll position in WebView? I get X and Y coord by adding JavaScript on page: window.onscroll = scroll; function scroll () {" window.external.notify(window.pageXOffset + \",\" + window.pageYOffset)" } and save X and y in array…
Stopee
  • 267
  • 2
  • 10
1
vote
1 answer

How do I eliminate rogue "counters" on my Windows Store main page?

I have a minimalistic main page - 4 buttons and a Bing Map. When I run the app, though, I see two rogue "counters" (don't know how else to describe them) in the upper left and upper right. Here's the one on the upper left: What's causing them, and…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
1
vote
1 answer

Get first visible item in a GridView/ListView

I'm showing a set of pictures in a page. I use a GridView to show the pictures. However, when the user resizes the screen to make it narrow, I switch to a ListView. The problem now is synchronizing the scroll position for the two lists. My approach…
Abhishek
  • 1,349
  • 8
  • 17
1
vote
3 answers

VS2010 and Windows 8.1

I've been developing with VB 2010 and Windows 7 for years. Are there any "issues" I should be aware off when migrating VB2010 over to Windows 8.1 Any advice will be much appreciated. John
John Moore
  • 511
  • 1
  • 9
  • 23
1
vote
1 answer

Cannot find Front, Back Camera in windows 8.1 store app

I have developed windows 8.1 store app, it need to be capture photo by using back camera and post. MediaCaptureInitializationSettings _captureSettings = new var devices = await DeviceInformation.FindAllAsync(DeviceClass.VideoCapture); foreach…
1
vote
1 answer

CameraCaptureUI presents window with cropping box how can I control the initialize size of it

I'm using the CameraCaptureUI and it presents window to the user with a resizeable cropping box embedded in the window, how can I control the initialize size of the cropping box?
Lyle
  • 419
  • 1
  • 6
  • 26
1
vote
0 answers

Local Cache is not being able to create XML document because the document is too lare

I am currently developing a Windows 8.1 Application using C# and XAML in which I store a huge amount of data using XML format in the local cache of the application. I am getting the following error with one of the XML files out of three since the…
Sam
  • 355
  • 1
  • 4
  • 16
1
vote
0 answers

Win 8.1 ComboBox Display the "ToString" Function Result when the SelectedItem is Null or Empty String

I have an XAML Combobox like this: And the bond data items are defined below (the DefaultViewModel is a ObservableDictionary object used for data binding): DefaultViewModel["Items"] =…
zhengbli
  • 702
  • 5
  • 24
1
vote
1 answer

Windows Store App WebView Ajax request from local html file

I have a question similar to this WebView Windows Store App C# Ajax Not Working I am loading a local html file onto WebView using : webView.NavigateToLocalStreamUri(pageUri, localUriResolver_); I am trying to make a ajax call to remote server. I am…
LUMICYAN
  • 146
  • 8
1
vote
0 answers

How to install, test, and run WCF on a windows 8 tablet pc?

I am a noobie, but trying to understand how to put these pieces together. I am getting very confused on the terminology being used so Google is just adding to my confusion. In short, I have three projects: Project #1: is a data source using an…
Alan Wayne
  • 5,122
  • 10
  • 52
  • 95
1
vote
0 answers

Windows Toolbar + Google Chrome: Display all tabs on hover

So I'm a big fan of Google Chrome on Windows 8.1, IE just doesn't cut it for me (popular opinion I believe...) The ONLY advantage I see in IE over Chrome is the hover display on the windows toolbar. (Sorry the images are from windows 7...) Where on…
Freestyle076
  • 1,548
  • 19
  • 36
1
vote
1 answer

Autohotkey pixelsearch not working in Windows 8.1

I want to the following script work like this: I press number 7 on the numpad and it shows me coordinates of some red pixel in the current window. #SingleInstance force Numpad7:: { PixelSearch Px, Py, 0, 0, 300, 250, 0x241ced MsgBox %Px%…
1
vote
1 answer

OBDSim Connection with Android Device over Bluetooth on Windows 8.1

I have worked since last day on this topic. I want to develop android application about obd-ii scanner. There are many open source project on Github or Google Codes. I have to find obd-ii simulator to developed this application without car or any…
MSalihKarakasli
  • 422
  • 3
  • 13