windows-store-apps

Microsoft Speech API with Windows Store App yet?

元气小坏坏 提交于 2019-12-24 14:04:09
问题 Is the Microsoft Speech API usable now? I really need to use it with my project. I need to receive some short keyword voice command and do the task as users want. Also, I'd like to use the text-to-speech So far what I've found is that it can't be used with Windows Store Apps, but those answers were from like half year ago... If anybody knows the answer or has a suggestion on any Speech API which I can use with my project, I'd appreciate it. 回答1: When you say a "Windows Store App" I assume you

MEF 2 Composition with .NET 4.5, Windows Store PCL

假装没事ソ 提交于 2019-12-24 13:50:37
问题 I am having trouble getting MEF to satisfy an import and could use some help. Unfortunately, the problem only manifests in a production code base. I tried to simplify the problem so I could post an example and see where my lack of understanding is, but the simplified version worked. So this is either I am missing the difference (and I have done my best to look thoroughly at the two), or the complexity is needed to reproduce. I have a WPF application consuming .NET 4.5 class libraries and

windows store app date picker null date

感情迁移 提交于 2019-12-24 13:47:31
问题 i need datepicker in window store app , windows 8, but i am not able to find any control, so i used this : jasonmitchell / WinRT-XAML-DatePicker https://github.com/jasonmitchell/WinRT-XAML-DatePicker/blob/master/Samples/WinRTDatePicker.Samples.sln but my problem is , by default it shows today date, that i don't want, i don't want to show any date, if user did not apply any date if anybody have idea to working with date-picker in windows metro application, that will be great, i know windows 8

Javascript to login to a site for windows store app

主宰稳场 提交于 2019-12-24 13:47:08
问题 I'm developing a windows store app using HTML and javascript. I need to login into a site with username and password from my application. Example: http://www.160by2.com/index The application reads the username and password and sends it to the website. After verification, the website response is shown in the application as "Login success!" or "login failure"... I'm a novice in windows app development :) I would be very thankful if sample code is posted. Thanks :) 回答1: if that is your own

Navigating to another html in Windows store app

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 13:19:47
问题 I am trying to find a way to navigate to another html in my app. I tried window.location and WinJS.Navigation.navigate but none works. 回答1: Although you can get document.location and navigation to work (and note that it's document.location, not window.location), the recommended approach is to implement the app like a single-page web application, meaning that you "navigate" by dong DOM replacement inside default.html/index.html. That is, you're page context is always the default HTML page, so

MSTest - DeploymentItem attribute unavailable on windows store test project

折月煮酒 提交于 2019-12-24 13:14:19
问题 As the title says - I can't find a way of including a file with a windows store test project. (A standard .NET test project works fine) Right click on the solution and execute : Add new project -> C# -> Windows Store -> Unit test library (Windows store apps) You get this boilerplate, to which I have added the DeploymentItem attribute: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; namespace

How to create a settings page for Windows 8.1 apps?

北城以北 提交于 2019-12-24 12:44:00
问题 There is a MSDN article that explains how to create a settings page for Windows Phone 8. I immediately ran into an error because Windows.IO.IsolatedStore is deprecated or something. It does not exist. And I got used to Windows.Storage.ApplicationData.Current.LocalSettings anyway. I want to ask if there is an updated article somewhere. If not, my question is: Is this approach still used, or should I consider another way? At the moment I am simply doing this: ApplicationDataContainer

Windows Phone 8.1 MapIcon Click event

最后都变了- 提交于 2019-12-24 11:34:35
问题 I'm writing a Windows Phone 8.1 app(Windows Runtime version), and I used the MapIcon class to place the icons on the map control. However, I hope these icons can react to the "click" event so that I could show more details after a user has clicked a specific icon. I googled and wasn't able to find an answer. Is it possible, or do I have to create my own class in order to achieve this goal(and how)? It's my first time to develop the Windows Phone 8.1 app, so any suggestions are really

Updating my Windows Store App [duplicate]

自闭症网瘾萝莉.ら 提交于 2019-12-24 10:58:03
问题 This question already has an answer here : How to Delete Files and Application Data Container Values in One Go? (1 answer) Closed 5 years ago . I would like to update my Windows Store App, but I need to delete everything in the local state folder of the application: C:\Users\usr1\AppData\Local\Packages\myApp\LocalState I am not familiar with the process of updating Windows Store App and the official documentation does not clarify how can I clear the folder just as if the App was reinstalled.

Can we send Tile notification from Desktop app on Windows 8?

限于喜欢 提交于 2019-12-24 10:21:31
问题 as we know, we could send out the toast notification from Desktop App (not store app) on Windows 8 per this link sending toast notification from desktop and also code sample. We are looking at if we could send the tile notification from desktop applications and I didn't find information on internet. So it seems to me that it is impossible. However I just want to confirm with expert here. 回答1: Your assumptions are correct - tile notifications are not supported for Desktop applications. In the