Questions tagged as 'windows-phone'

1
answer

How do I lock a pivot when the Holding event is triggered?

I'm wanting that when the Holding event is triggered, I can block the movement of my pivot . I have tried to use the IsEnable and IsHitTestVisible properties, however I can still do the swipe during the holding ....
asked by 19.05.2015 / 19:34
1
answer

Access denied when getting namespace binding time

I'm developing an application for Windows Phone and I'm using a namespace connection. The problem is that this namespace says that it does not have access to the resource, and that the declaration was made in the aplicaçã...
asked by 04.05.2015 / 21:45
1
answer

Error getting a developer license in Windows 8.1

In Visual Studio Community 2013, for Windows Phone application development, the following error occurs when attempting to obtain the developer license: Message Title - > Could not get your developer license for Windows 8.1 Message Content - &...
asked by 24.05.2015 / 18:13
1
answer

How to use the UseOptimizedManipulationRouting property?

I'm trying to use the UseOptimizedManipulationRouting property on a GridView , but when I try to set it to False, it's returned that the GridView does not have such a property, even though of this MSDN article to the contrary....
asked by 07.05.2015 / 20:12
2
answers

Error trying to set or read the value of already defined variables - System.NullReferenceException

I'm having problems with this code. Whenever it runs, it causes an exception of type System.NullReferenceException . // Clear out the Array of code words wordBuffer = null; Int32 syntaxCount = 0; // Create the reg...
asked by 01.02.2015 / 03:00
1
answer

How to navigate between pages on windows phone 8.1 using mvvmcross?

I'm browsing between pages in Windows Phone 8.1 using the following call: ShowViewModel<DetalheViewModel>(); When I click the back button the app closes. How do I implement the go back button functionality?     
asked by 16.12.2014 / 22:44
1
answer

Parse SDK for Windows Phone 8.1

I'm creating a Windows Phone 8.1 project using Visual Studio Community 2012. This app should integrate with the backend provided by Parse . Well, I tried to follow this tutorial , but I noticed that NuGet does not install the package ... Below...
asked by 22.12.2014 / 16:33
1
answer

How to present full screen / fullscreen app in Windows Phone 8.1?

I want my application to run in full-screen mode. I have tried using the codes below, however, they are giving some errors. The code is not recognized by the emulator: <phone:PhoneApplicationPage ... shell:SystemTray.IsVisible=...
asked by 03.07.2014 / 03:52
1
answer

How to convert address in coordinates in Windows Phone?

I need to create a route on the Windows Phone map. The place of departure is the location of the phone, which I capture through the Geolocator and Geoposition classes. The place of arrival is an address already premeditated, but will not be in c...
asked by 30.05.2014 / 03:37
1
answer

And I have a question about select in sqlite bank in WP

I started using the SQLite database in Windows Phone. And I have a question about select in SQLite database. /* List items = null; items = App.db.Query(“select Nome from Usuario”); ListBox.ItemsSource = items; */ This commented select wo...
asked by 24.06.2014 / 19:11