Questions tagged as 'windows-phone-8-1'

2
answers

Pass more than one parameter to another page

I am doing a windows phone application, in which the main screen (first screen) is made a calculation, and the result is displayed on a second screen. I was able to make the 'connection' between the two screens as follows On page 1 or main...
asked by 28.02.2015 / 19:58
1
answer

Problem in Visual Studio 2013 XAML

Objects do not appear in XAML Visual. TheyonlyappearifitisaprojectusingSilverlight. But in the Emulator when compiling normal view, it's bad just to edit the application's Visual.     
asked by 25.02.2015 / 19:39
1
answer

Guidance Control

I set the orientation of a page in my app as a landscape, but it was static. If the user flips the 180º screen it continues as a landscape but remains head . How do I turn the screen into landscape when the device is rotated and follow the us...
asked by 10.07.2014 / 03:43
2
answers

Query in an XML file - C #

I have an application on windows phone 8.1 where an XML file is displayed in a listBox , and in that application it has a textbox for the user to search for content that is displayed by% with%. My question is: how do I make thi...
asked by 19.07.2015 / 09:21
1
answer

Play YouTube videos in a Windows Phone application

Hello, I'm creating an application for Windows Phone 8 / 8.1 programming in C #, one of the features will be the ability to watch youtube videos, but I could not make it work using MediaElement. Is there another way to do it? Thank you.     
asked by 29.01.2015 / 13:56
1
answer

How to observe user inactivity and enable or disable the lock screen in Windows Phone 8.1

How do I disable automatic screen lock on windows phone 8.1? phoneService.UserIdleDetectionMode = IdleDetectionMode.Disabled; Before using the above line, however, it is no longer valid for the new version of Windows Phone.     
asked by 07.08.2014 / 01:18
0
answers

WebView does not open popup - Windows Phone 8.1

I'm trying to get authentication for a URL, so check it out. But on the site, which I am trying to authenticate, it is possible to log in with facebook, but when using this alternative, instead of the facebook login / authorization page it appea...
asked by 25.03.2016 / 01:13
1
answer

how to put a focus on a TextBox object in Windows Phone 8.1

Hello, I know it's a simple question. Before on windows phone 7.5, just put the code like this: textBox.Focus(); How do I use it on windows phone 8.1? I'm waiting for an answer. Beforehand I want to thank the community.     
asked by 21.09.2015 / 14:45
0
answers

Windows Phone does not execute request in API

Well, I have the following modules in my project: Concerts.Console Concerts.Mobile Concerts.Core Concerts.Models Concerts.WebClient Concerts.Tests Basically it is as follows: The Concerts.Core module uses the Concerts.WebClie...
asked by 08.10.2015 / 18:54
2
answers

How to Add an Error Message Before Deleting an Item from a ListBox in Windows Phone 8.1

Great masters, I am here again in search of knowledge. I have a small application in Windows Phone 8.1, with a SQLite database, according to the screen below: I would like that when selecting the item in the ListBox, and clicking the De...
asked by 24.11.2015 / 13:07