windows-8.1

WebView “disabled” in Windows 8.1

 ̄綄美尐妖づ 提交于 2019-12-11 23:34:13
问题 I just upgraded my app to Windows 8.1, but now pages that I am loading into the WebView are no longer interactive. I can't press any buttons or fill out any HTML form fields. My WebView looks like this <WebView x:Name="browser" ScrollViewer.ZoomMode="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled"></WebView> 回答1: I just created a new Windows Store app for Windows 8.1 based on the Blank App (XAML) template only putting the following line inside the Grid of MainPage.xaml :

Preinstalling Driver on Windows 8.1 Fails

 ̄綄美尐妖づ 提交于 2019-12-11 22:21:56
问题 We have a few driver packages that we pre-install in the driver store on Windows with SetupCopyOEMInf, following Microsoft's suggested procedures. This process has worked properly for years; no problems on XP, Vista, 7, and even 8. While evaulating Windows 8.1 RTM, we found that our drivers were no longer pre-installing. Checking the setupapi.dev.log, I found: !!! sto: Failed to query boot critical status of device class. Error = 0x00000002 and later: !!! idb: Failed to query inbox status of

Unable to run the Sencha Cordova project in Windows 8.1 Computer

↘锁芯ラ 提交于 2019-12-11 20:53:37
问题 I have downloaded the sample Sencha project from Lee in her blog (Lee's Sample Project). I have installed all the necessary software like Sencha Cmd version 5.0.1.231 , Ruby, Compass, sass, Java, Node.js,Sencha Touch, Cordova in my windows 8.1 machine before proceeding to work. I have followed the steps from this answer (Answer Link) When I run the following Sencha Command inside the Sencha Project which I downloaded. sencha app build package It says the project builds on older version of

ListView Data Binding for Windows 8.1 Store Apps

▼魔方 西西 提交于 2019-12-11 20:19:06
问题 So I am trying to move a desktop program i made to an app for Windows 8.1 using Visual Studio 2013 . Datagrid was deprecated for this release so I am trying to translate those over to a ListView . I previously used ListViews in other desktop applications, but it looks like a lot has changed. The problem I am having is populating my ListView from my database. I am connecting through a WCF Service and stepping through the code, I can see I am getting the right data, I just cant get it to appear

ValueConverter for Background Color

陌路散爱 提交于 2019-12-11 20:18:48
问题 I have a Forecast class. One of the field's type is Enum: enum GeneralForecast { Sunny, Rainy, Snowy, Cloudy, Dry } class Forecast { public GeneralForecast GeneralForecast { get; set; } public double TemperatureHigh { get; set; } public double TemperatureLow { get; set; } public double Percipitation { get; set; } } I display list of forecasts on the ListBox and I want to set the BackgroundColor of the item in the ListBox depend on GeneralForecast. So I have created Converter: class

Conversion from string to object in Windows 8.1 store app c#

北战南征 提交于 2019-12-11 19:58:03
问题 I want to covert to string into object with value. I mean let's say i have string that has XML code inside like: Code Snippet: String response =@"<?xml version=""1.0"" encoding=""utf-8""?>\r\n <Request>\r\n <TransactionType>ADMIN</TransactionType>\r\n <Username>abc</Username>\r\n <Password>def</Password>\r\n </Request>"; I have a Class that has all the properties which mentioned in Xml like Class ResponseClass String UserName; String Password; String Transaction; How can I set all the values

ScrollViewer.IsHorizontalRailEnabled=“False” or ScrollViewer.IsHorizontalRailEnabled=“True” has no effect

放肆的年华 提交于 2019-12-11 19:34:19
问题 I am learning xaml and I am at Gridview. I have noticed that when I type in: <GridView x:Name="Grid1" Grid.Row="1" SelectionMode="None" Padding="120,0,0,0" RenderTransformOrigin="0.5,0.5" d:LayoutRounding="Auto" ScrollViewer.IsHorizontalRailEnabled="False"> or <GridView x:Name="Grid1" Grid.Row="1" SelectionMode="None" Padding="120,0,0,0" RenderTransformOrigin="0.5,0.5" d:LayoutRounding="Auto" ScrollViewer.IsHorizontalRailEnabled="True"> There is no difference when I run the app. I would like

Read xml file from storage with WP8.1 StorageFile Api

你。 提交于 2019-12-11 19:03:41
问题 My application should read an xml file from storage using the StorageFile API . This has to be done async since he StorageFile API provides only async methods. The Constructor calls the method CallAsyncMethod() which calls and (should) await the LoadXmlFromStorageAsync method. The DataAccess() constructor does not wait for the CallAsyncMethod() and completes BEFORE the XML file is loaded. The xmlData variable is therefore not initialized when i call the GetElement() method. This is because

Debugging Surface RT 8.1 from Visual Studio 2012

南楼画角 提交于 2019-12-11 18:03:31
问题 It seems only the VS 2013 Remote tools for ARM works on Windows 8.1. Does this mean that Visual Studio 2012 is obsolete now for WinRT development? 回答1: Update on 25 Nov 2013: Just saw Moche's answer and was about to post the update. Yes VSE2012 on Win8.0 can now remote debug on Surface2 / Win8.1 using VS2012 Update 4 which was released over the weekend. Also it is required to download the Remote Tools for Arm that are part of the Update 4: http://www.microsoft.com/en-au/download/details.aspx