Posts by Diego Leite • 83 points
7 posts
-
2
votes2
answers443
viewsQ: Query an XML file - C#
I have an application in windows phone 8.1 where an XML file is displayed in a listBox, and in this application has a textbox for the user to search the content that is displayed by listbox. My…
-
0
votes1
answer37
viewsQ: Duplicate files in Appmanifest.xml.
I’m trying to upload an update of my app, and this is coming up error 2001: There are duplicate files in Appmanifest.xml. How to solve it? Thank you very much.
-
0
votes1
answer146
viewsQ: Justify Text on Windows Phone
I have an application that the text is displayed in a textBlock and I want to make this text justified, I tried to put the alignment of the text as justified, but it was not, says that the method is…
-
1
votes1
answer138
viewsQ: Justify text with Textalignment on Windows Phone 8
I’m making an application and in this application I have a textBlock that in the .shaman is as follows: <TextBlock Name="tDetalhes" Foreground="Black" FontSize="26" VerticalAlignment="Center"…
-
1
votes2
answers901
viewsA: Pass more than one parameter to another page
SOLUTION I was informed by the user /users/21504/malkaviano that my mistake had only been in the use of quotation marks("). With the error corrected the code is as follows: Main screen or front page…
-
2
votes2
answers901
viewsQ: Pass more than one parameter to another page
I’m making a windows phone application, in which the main screen( first screen) is made a calculation, and the result is displayed on a second screen. I already managed to make the 'connection'…
-
1
votes1
answer73
viewsQ: Use variables from a main screen on a second screen
I’m making an application on windows phone, in which I have the main screen ( first screen ), and on this screen is made a calculation, where the result will be displayed on a second screen. My…