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

1
answer

How to receive multiple parameters in the event OnNavigatedTo windowsPhone 8.1

Good night I'm using frame.navigate to change pages and to pass an object as a parameter on windowsphone until all quiet my doubt is how do I pass another parameter that comes from another page without problem. An error is occurring becau...
asked by 06.10.2015 / 01:09
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
0
answers

Tag script src does not work when I compile application (Windows Phone). Because?

I'm creating an app for a forum, on some pages I want to display content from other sites (those online), to display image works fine, but to display a rss created with an online tool it does not work, line is as follows: < script sr...
asked by 30.05.2015 / 18:31
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
1
answer

Use variables from one main screen on a second screen

I'm doing an application on windows phone, in which I have the main screen (first screen), and in this screen a calculation is done, where the result will be displayed on a second screen. My question is as follows; How do I display / use these m...
asked by 28.02.2015 / 02:00
1
answer

Windows Phone 8.1 deploy error: DEP0001: Unexpected Error: -1988945906

When deploying or debugging the project, this DEP0001 : Unexpected Error: -1988945906 error appears. It compiles everything right, however, when it goes to install on the mobile phone appears the error. In the emulator it works normally....
asked by 03.05.2016 / 14:53
1
answer

How to download a simple text file?

How do I get and get the String contained in an online file in Windows Phone 8.1 SDK?     
asked by 23.01.2016 / 08:09
1
answer

A 'tremble' effect with while?

I'm using the following code inside a Timer: void dt_Tick(object sender, EventArgs e) { double x, y; int cont = 0; x = tt.X; y = tt.Y; while(cont < 5) {...
asked by 09.09.2015 / 06:29
1
answer

Cordova / Phonegap - WP8 - Problems loading external images (URL)

I'm having trouble with Cordova / Phonegap with WP8. If you try to create a page and load an image from the internet (% with% with URL), WP8 does not display the image, only when the image is in the <img> folder. I need to know...
asked by 07.05.2015 / 00:57
1
answer

How to use SQLITE RunInTransactionAsync

I need to insert a large number of lines (exactly 221) when I start my WP application. Actually I'm using arrays and loop% re% loop, so I'm losing performance when I start the app. I searched a little about for , did not find much, but...
asked by 04.11.2015 / 01:13