windows-8.1

WebResource.axd not working with Internet Explorer 11

北战南征 提交于 2019-12-12 07:16:43
问题 We're testing our websites for the new Windows 8.1 IE 11 browsers classic and metro. There is a Javascript file embedded in WebResource.axd . The WebResource is generated and loaded fine with Firefox,Google Chrome and IE 11 with the site added in Compatibility View. The only issue is IE 11 both classic and metro where the WebResource is not loaded. I am not seeking a precise answer but what confuses me is , I can't see the WebResource <script> tag in the generated HTML. Neither can I see any

Why is my text box contained in a FlipView obscured by the soft keyboard when it pops up?

我是研究僧i 提交于 2019-12-12 06:35:25
问题 Please consider the following XAML: <Page x:Class="InputControlsInScrollViewer.WindowsStoreApp.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:l="using:InputControlsInScrollViewer.WindowsStoreApp" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"> <Page.Resources> <Style x:Key="FlipViewItemStyle" TargetType=

Prevent WinRT App from entering suspend state in a Line-of-Business app

只愿长相守 提交于 2019-12-12 06:19:18
问题 I'm developing a line of business app for Windows 8.1, that is, I am not deploying through the Windows Store and will be able to control all of the features of both the OS and hardware this app is being deployed on. Because this app is working as the UI in a real-time situation I would prefer if I could ignore the life-cycle events and not have the app suspend or terminate at the whim of Windows 8. Does anyone know of a way to do this? I have seen some older answers, such as this one and this

Batch text pasteing/stoping

十年热恋 提交于 2019-12-12 06:12:59
问题 I have one problem that could work one of two ways. I am running a Minecraft 1.8.5 server. I want to start it stop it and restart it every hour. The reason why I said one of two ways it because I could either make a batch that types "stop" in the console input (I think this would work better) or Just stop the program all together here is what I have made so far ( I am planning to run this in multiply helper files to close only but any thing will help. This opens the Minecraft server: echo.

Windows Metadata Exporter Crashes when Compiling Windows Runtime Component

▼魔方 西西 提交于 2019-12-12 05:57:36
问题 I'm attempting to create a Windows Runtime Component for use in a Windows 8 app. This is essentially a helloworld level application and so has nothing complex. The only thing that I need to do to replicate the issue is to include a pair of methods such as the following: public IAsyncOperation<string[]> GetThings() { return GetThingsAsync().AsAsyncOperation(); } private async Task<string[]> GetThingsAsync() { return new List<string>().ToArray(); } Whenever I compile the project, the Windows

How to make Windows 8 tablet open the on-screen-keyboard when an input field gets focus?

假装没事ソ 提交于 2019-12-12 04:47:21
问题 I am developing an app for a Windows 8.1 tablet (using Java & eclipse RCP). I would like Windows to automatically open the OSK when a text field receives focus and to close it again when the focus is lost. This works for some of the built-in windows functions such as search (swipe in from the right side of the screen and the search field appears) I have tried to open OSK programmatically but it does not work as expected. The OSK is started but in a window which removes the focus from the

Windows 8.1 app packages created on windows 10 OS doesn't work on windows 8.1 OS

十年热恋 提交于 2019-12-12 04:31:51
问题 I'm using VS 2015 under Windows 10 OS and building a Windows 8.1 store app. When publishing my app I use x86 and x64 architecture packages and after the package has been installed using powershell on Windows 10 OS(Build 10240) it works fine but when I try to install it on Windows 8.1 app crashes before it starts. I build and publish the the app on VS 2013 under Windows 8.1 OS and the app works fine on both 8.1 and 10 OS's. Is there a problem with Windows 10(Build 10240)? If yes which OS build

R: compilation failed for package 'slam'

为君一笑 提交于 2019-12-12 04:29:35
问题 I am using R 2.15.2 and I want to install the tm package to do some text analysis. I have downloaded the compatible tm package from the CRAN archives. I downloaded tm_0.5-9 I tried to install it using install.packages("/Downloads/tm_0.5-9.tar.gz", repos = NULL, type="source", dependencies = TRUE) and got the following error Installing package(s) into ‘/Documents/R/win-library/2.15’ (as ‘lib’ is unspecified) ERROR: dependency 'slam' is not available for package 'tm' * removing '/Documents/R

Install psycopg2 on Windows 8.1

喜夏-厌秋 提交于 2019-12-12 04:05:16
问题 I want to install psycopg2 on Windows 8.1 x64 computer and I'm using python 2.7.6 from python.org. As I launch the installer as administrator, I got this error, I press confirm and next button, but I can't choose or type my python directory. I have seen this post after I got those problem, Psycopg installation on windows, but it seems that that is a different case as mine. How to successfully install psycopg2 on Windows 8.1 x64 computer? 回答1: Install the binary distribution of psycopg2 for

How to obtain Multi-level hierarchy with CollectionViewSource to bind to Semantic Zoom in Windows 8.1

非 Y 不嫁゛ 提交于 2019-12-12 03:25:32
问题 I have a Windows 8.1 Application in which I am trying to achieve 3 levels of Hierarchy with CollectionViewSource and then Bind it to my Semantic Zoom My model class looks as follows class Transaction { string id {get; set;} string name {get; set;} DateTimeOffset date {get; set; } Sample value of this model could be as follows [1, Food, 31/08/2014] [2, Movie, 15/08/2014] [3, Medicine, 20/07/2014] [4, GameConsole, 02/07/2014] [5, MobileBill, 18/06/2014] [4, Tv, 06/06/2014] I want to display