Questions tagged as 'windows-phone'

1
answer

How to change the image by the code behind

I want to change the image by the code behind, but the path is wrong. How do I find the path? BitmapImage image = new BitmapImage(new Uri("/Images;Assets/Images/ativo.png", UriKind.Relative)); img.Source = image; Note: The image is...
asked by 24.04.2014 / 19:28
2
answers

Effect (animation) on click on Windows Phone applications

I am creating an application for Windows Phone 8.1 , using the C # language. But my application is with "static" items and when clicking, it does not create that warping effect by showing that you selected something. Does anyone know how I ca...
asked by 28.11.2014 / 03:18
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

Windows Phone: Sale with credit card

I need to carry out the sale with a credit card through my application. I would not like the customer to enter their data on the phone, the sale would be made in person. It does not serve the sale by a "little" "type" type of PagSeguro becaus...
asked by 19.01.2016 / 19:40
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
2
answers

Is it possible to access an Api Web by Windows Phone?

I developed an Api that communicates with my database and put it in IIS. Testing in Windows Forms applications, api data search works normally, but when I try to run it inside the Windows Phone app it returns the following error:    {System.N...
asked by 16.10.2015 / 21:35
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
0
answers

Catching a certain value inside a WindowsPhone MenuFlyout

I have a question in WP8. I have a listView and inside it I have a MenuFlyout, my question is how do I get the value of a certain column after the click is done in MenuFlyout. Follow the code: <ListView x:Name="listaCliente" ItemsSourc...
asked by 21.09.2015 / 16:19
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