Questions tagged as 'windows-phone'

1
answer

How do I make an event when I click on an Item?

I wanted to know if you have how to click on an item to perform an event / function, knowing that each item has its function. I'm using LongListSelector Código XAML <phone:LongListSelector Name="lstConsPais" HorizontalAli...
asked by 28.04.2014 / 17:47
1
answer

Why does the "Landscape" position not resize the LongListSelector?

Why do not I resize when I put the cell in the Landscape position? Here is the image: FollowmyLongListSelector<Gridx:Name="ContentPanel" Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center"> <phone:LongList...
asked by 02.05.2014 / 19:17
1
answer

XML duplicating the results reading

I have a XML : <paises> <pais> <nome-pais>África do Sul</nome-pais> <consulados> <consulado> <nome-consulado>Consulado da República da África do Sul</nome-c...
asked by 29.04.2014 / 17:02
1
answer

WindowsPhone - How do you fire an event "inside" another?

I defined the visibility of my combobox as Collapsed, for visual reasons and since the AppBarButton is more presentable. I want to know if it's possible to call the combobox event by triggering the event of an AppBarButton? Something like:...
asked by 24.07.2014 / 04:32
1
answer

Error Connecting to Bluetooth Printer Windows Phone 8.1 Silverlight

When trying to connect to the Bluetooth Printer gives the following error. "No more data is available (Exception from HRESULT: 0x80070103)". This error only occurred from Visual Studio 2013, in Visual Studio 2012 It worked normal. My Code....
asked by 12.05.2015 / 14:02
1
answer

Using Facebook Login on Windows Phone 8.1

I am developing a Windows Phone 8.1 application and it is necessary to use the Facebook login. Would anyone have an example of how to do this login? Thank you in advance.     
asked by 28.01.2016 / 20:14
1
answer

Await ignored in asynchronous method c #

I need to use the return of an asynchronous method for validation but even with the use of "await" the method is still running before I get the function return. var teste = await new VendaService().EnviarVendaParaServicoCentral(new List<...
asked by 22.09.2015 / 19:15
2
answers

Error reading page html with Html Agility Pack

I'm reading an HTML page using the Html Agility Pack . I run the code on the notebook and it works perfectly. The problem is when I run the same on Windows Phone 7.1. Accent characters (ç) are encoded. And the strangest thing is that the sam...
asked by 14.11.2014 / 22:54
1
answer

Align Popup to Center

Why can not I align to the center, this my popup? LookhowitlooksinXAMLDesign Follow my XAML : <Popup x:Name="popup" HorizontalAlignment="Center" VerticalAlignment="Center"> <StackPanel Background="Black" Width="456">...
asked by 30.04.2014 / 20:08
1
answer

Consume Web Service in Java

I'm a beginner in C #, my Visual Studio is 2010, my Windows Phone version is 7. I searched the internet and in this version of the "async" command only Visual Studio 12 works up. Do you have any other alternatives? In a C # Desktop applica...
asked by 22.05.2016 / 00:53