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

1
answer

How to load images randomly?

How do I randomly load images in the background of an app page, so that every time the user enters a particular page the background toggles between images? How do I proceed to do this?     
asked by 11.07.2014 / 03:10
1
answer

Modify default font

Is it possible to modify the default font of my WindowsPhone 8.1 application? <HyperlinkButton Content="Teste" HorizontalAlignment="Left" Margin="126,299,0,0" VerticalAlignment="Top" FontWeight="Normal" FontSize="48" FontFamily="...
asked by 16.07.2014 / 04:29
1
answer

Load external JS in app Cordova + Windows 8.1

I've now developed an html app with Angular where I need to make a transparent checkout on PagSeguro. For this, they ask for the inclusion of an external JS: <script type="text/javascript" src="https://stc.pagseguro.uol.com.br/pagseguro...
asked by 22.02.2017 / 16:46
1
answer

WCF for consumption in Silverlight application (Windows Phone 8.0)

I'm having trouble adding ServiceReference, it usually adds but when it generates the "Client" class it encounters the following error:    No endpoints compatible with Silverlight 3 were found. The generated   client class will not be usable...
asked by 26.09.2015 / 17:40
0
answers

One note .one file does not open on windows phone 8.1 C #

I have a Windows Phone 8.1 app that accesses OneDrive after authentication, I have access to all files / folders and subfolders of the logged in account. I am having an error while trying to open the native one note app after calling my Tas...
asked by 30.06.2016 / 15:41
1
answer

Exception Error "'', hexadecimal value 0x1F, is an invalid character. Line 1, position 1 "

I have an application made with C# to display the menu of my university's university restaurant, which picks up the information by means of XML . The application allows the individual consultation of each meal (breakfast, lunch and...
asked by 06.04.2016 / 02:55
0
answers

Windows 8.1 problem App.GetResourceStream method

I have a problem with a method on windows phone. It reads an xml file and returns a string, the problem is that this method only works on windows 8 and not on windows 8.1. Here is the code: public static String readFile(String path) {...
asked by 17.12.2015 / 18:28
0
answers

Visual Bug using LongListSelector (grouped) and Checkbox Windows Phone 8

I'm developing an application that has a grouped list, and within each list item there is a checkbox. The problem that is occurring happens when the checkbox of the first item in group 1 is selected, the checkbox of the first item in group 2 is...
asked by 03.11.2015 / 21:11
0
answers

Popular listvies WindowsPhone with select on sqlite bank

I do not know if this functionality exists in windows phone but let's go. I'm used to working on the web part with gridview and datasource where I create the gridview and I connect each column with the return of the datasource in each column...
asked by 20.10.2015 / 01:08
1
answer

window.location.href does not work on Windows Phone

I have an application made in Cordova that uses window.location.href to transfer two values between pages. Everything works fine on Android, iOS and even in IE, but when I test directly on Windows Phone, it says it can not find the page. Can...
asked by 29.10.2015 / 17:44