All Questions
6 questions
0
votes
1
answer
54
views
ApplicationBar click/tap event don't update input text/pasword boxes
Facts :
phone:PhoneApplicationPage.ApplicationBar don't change the focused element.
TextBox/PasswordBox is changeing its binded content when losing focus
So if a user is writing something in a ...
4
votes
5
answers
9k
views
Windows phone disable application bar button
So, what is my problem ? I have a popup, and when i open it, i want to disable current page in my windows phone applications. so i make this this.IsEnabled = false; But my ApplicationBar is still ...
0
votes
1
answer
143
views
Add input box (e.g. AutoCompleteBox) to Application Bar
How can I add controls like the AutoCompleteBox from Silverlight Toolkit to the Application Bar? I would like to create an Application Bar similar to the one in Internet Explorer app.
3
votes
1
answer
3k
views
Failed to assign to property when adding new ApplicationBarMenuItem icon
I've added a new ApplicationBarMenu button with icon to a page in my wp7 project. when trying to run the page i get :
Failed to assign to property
'Microsoft.Phone.Shell.ApplicationBarIconButton....
0
votes
2
answers
2k
views
How do I link/navigate a application bar icon to a new WP page?
Hello Stack Overflow community,
I'm in the process of learning WP7 development, I'm struggling with one thing.
How can I link an application bar icon to a new WP7 page in the same solution.
I know ...
0
votes
1
answer
797
views
WP7 How to change the ellipses color in the application bar?
I have an app bar with custom colors to match the page color of our application. I have managed to get the images and app bar itself to the colors I want, but not the ellipses at the top right. I have ...