windows-10

windows 10 apps DownloadOperation not starting

狂风中的少年 提交于 2019-11-30 15:26:36
问题 I'm trying to download a file using this code on a windows 10 universal app: await downloadOperation.StartAsync().AsTask(token, progressCallback); it's working on pc but on mobile sometimes it's doesn't start downloading and not even giving an exception until I restart the mobile. Is it a bug in the system or I'm missing something? Edit 1: the task's status is "waiting for activation" so it's not throwing an exception. it's just waiting and not starting until I restart the phone I'm trying

Pycharm pip install wont work behind a proxy

喜欢而已 提交于 2019-11-30 15:21:28
问题 I'm trying to install packages from within Pycharm in Windows 10. I am behind a proxy, so I have set up the proxy information as well as my login details and my connection seems to work. My problem is that both pip and Setup_tools seems fails to connect to the internet and I get the following error after multiple connections retries have failed: No matching distribution found for [package name] For example, when I try to install Numpy: PS: I have looked at a similar question over here,

windows 10 apps DownloadOperation not starting

别来无恙 提交于 2019-11-30 14:20:47
I'm trying to download a file using this code on a windows 10 universal app: await downloadOperation.StartAsync().AsTask(token, progressCallback); it's working on pc but on mobile sometimes it's doesn't start downloading and not even giving an exception until I restart the mobile. Is it a bug in the system or I'm missing something? Edit 1: the task's status is "waiting for activation" so it's not throwing an exception. it's just waiting and not starting until I restart the phone I'm trying always with the same url and I don't have this problem on the pc. It's about the phone only. The task's

How to maximise a Windows 10 Universal Application's window to full screen when running on a desktop?

老子叫甜甜 提交于 2019-11-30 14:20:04
When building a universal application using Windows 10 (or Windows 8.1 WinRT), is it possible to force the application's main window to maximise on launch? This is obviously natural behaviour for the application when running on a mobile device but not when running on the desktop. This is certainly possible using WinForms: How do I make a WinForms app go Full Screen How to display a Windows Form in full screen on top of the taskbar? But I haven't so far managed to find anything in the Microsoft Documentation about this for Windows 10. An app can request to start as full screen by setting the

Pycharm pip install wont work behind a proxy

北城以北 提交于 2019-11-30 14:03:23
I'm trying to install packages from within Pycharm in Windows 10. I am behind a proxy, so I have set up the proxy information as well as my login details and my connection seems to work. My problem is that both pip and Setup_tools seems fails to connect to the internet and I get the following error after multiple connections retries have failed: No matching distribution found for [package name] For example, when I try to install Numpy: PS: I have looked at a similar question over here , however I didn't find that helpful. I have managed to get pip to work from the command prompt(CMD) after

How can i use CMake to generate Windows 10 universal project

久未见 提交于 2019-11-30 13:21:22
问题 I'm trying to use CMake to generate Visual Studio 15 project c++ static library for Windows 10. It should be usable on phones so I think it should have support for windows store. Are there any flags I can set? I've found https://github.com/Microsoft/CMake, it is Microsoft's fork of CMake, but I can't find a clue how to use it to enable uniwersal app support. With "normal" cmake when i switch on support for windows stope I get an Error: error MSB3843: Project "project1" targets platform

Very slow (tortoise)SVN compare to base since win 10 Fall Creators Update [Local Repo]?

六月ゝ 毕业季﹏ 提交于 2019-11-30 12:57:21
问题 I've noticed an immense delay (just sitting there doing nothing) since upgrading to the latest version of windows while using tortoiseSVN to compare any file to its base version [TortoiseMerge] . I was on the fast track and got the fall creators update about a month ago and noticed this too so i reverted back and it went away. After it hit RTM I thought this was fixed but apparently I was wrong. What do I mean with very slow? Before fall creators update: <1 second After: A minute or 2, as

Windows Store app In-App purchase subscription model

烂漫一生 提交于 2019-11-30 11:34:52
问题 Quite some time ago Microsoft announced that a developer will be able to sell IAPs (In-App Purchases) as a auto renewable subscription i.e. a user is billed once a period until the user explicitly cancels the subscription. There were quite some notifications on that: Dev Center open for Windows 10 app submissions, adds new features Are you planning to add subscriptions/recurring purchases to Windows Store? Bernardo Zamora: Yes. This is one of the features mentioned at Build that was going to

Windows 10 : naming programs main.exe cause them to show pop up

元气小坏坏 提交于 2019-11-30 11:08:08
On windows 10 when we create a program named main.exe or rename a program to main.exe , the program will show a pop up as seen here : There is 2 different pop up than can be shown : -the game bar one (French and English version): -the screenshot one : (In English: Press Win + Alt + PrintScreen to take a screenshot) I originally discovered the problem while using python and cx_freeze, I have tested this on multiple programs, including (as seen above) renaming notepad++.exe to main.exe , and each time, one of the pop up was there, We can also note that the pop up appears alternatively (one game

Unable to activate Windows Store app (Visual Studio 2015, Windows 10 Version 1511)

放肆的年华 提交于 2019-11-30 11:07:05
Today I updated my Windows 10 PC to Threshold 2. The update went fine apart from Visual Studio refusing to run any of my Universal Windows 10 projects (including new ones). When I try run an app I get this message: Unable to activate Windows Store app '{App}'. The {App name}.exe process started, but the activation request failed with error 'The app didn't start'. I have tried everything: Repairing / Uninstalling then Installing Visual Studio Cleaned the Solution Deleted the 'bin' and 'obj' folders Checked for SDK/Visual Studio updates Checked if there was an app.json (there wasn't) Updated