Questions tagged as 'windows-phone'

1
answer

How to determine the schedule at which a background task is to be performed

I'm programming for Windows 10, and at certain times in a day I want my background task to be addressed. Here is my registration code: from the home screen: var trigger = new SystemTrigger(SystemTriggerType.TimeZoneChange, false);...
asked by 23.08.2015 / 01:54
1
answer

Windows App Certification Kit 10.0 does not work

I'm having a problem sending my Windows 10 application to the store. The tool that executes after giving the deploy of the app, gets stuck in "cut after suspending Direct3D" and "UTF 8 encoding", someone has gone through this, what should I do?...
asked by 21.08.2015 / 17:51
1
answer

Map of Brazil in SVG for WindowsPhone. Has as?

Is it possible to use Paths (same as SVG) to create a map of Brazil in WindowsPhone? Does anyone have an example?     
asked by 17.06.2015 / 15:30
1
answer

How do I allow an event to reach other UI elements?

I have xaml that I apply a rectangle over several images, in order to be able to manipulate them after a holding in them. The problem is that if I put IsHitTestVisible in state false in the rectangle and when one of the imag...
asked by 01.07.2015 / 13:05
1
answer

Justify text with TextAlignment in Windows Phone 8

I am making an application and in this application I have a textBlock that in .xaml is as follows: <TextBlock Name="tDetalhes" Foreground="Black" FontSize="26" VerticalAlignment="Center" Height="210" TextWrapping="Wrap" />...
asked by 01.04.2015 / 04:51
4
answers

Windows Phone error saving text (IsolatedStorage)

I'm trying to run an app (Windows Phone 8.1) which, for now, will only save a text in a txt file in the phone memory and should also read the txt file. When I try to save the text, Visual Studio 2013 returns me the following error message:   ...
asked by 21.07.2014 / 20:53
2
answers

How to make a Login and Password system securely for Mobile Applications? [closed]

I created a security system in php with mysql for my website, but by the browser on desktop computers, the session is stored in cookies, and it is easy to know which user is logged in and what are their limitations in each query, since I will ha...
asked by 11.09.2017 / 16:45
2
answers

How to remove blank line "Return"

I have a TextBox where the user will type. I can not leave any blank lines (return "\ r") before sending them to the database. In my code, it works fine when it finds \r\r , but not when \r\r\r How can I resolve this?...
asked by 03.03.2015 / 18:54
1
answer

Navigation on Android Mobile Apps

Talk to people. I have an application published on Windows Phone where I navigate between pages without having to worry about the history, that is, if the user presses the Back button of Windows Phone, it automatically returns to the previous...
asked by 11.08.2016 / 18:20
1
answer

Loading Javascript from a URL through the address bar or Bookmarklet

I have some Userscripts and would like to run on my Windows Phone, however there is no app for WP like Greasemonkey or Tampermonkey. So I came up with a crazy idea but I believe it will work: Create a bookmarklet that when I call down the Use...
asked by 22.02.2016 / 21:54