Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
2 answers
60 views

How to get number of buttons in an Windows Phone application bar

I have an application bar in my Windows Phone 8.1 Silverlight app. It contains one ApplicationBarButton and when the user scrolls to a certain point in the LongListSelector another button is added to ...
user avatar
0 votes
1 answer
229 views

Application Bar for Windows Phone App is not showing in Emulator

I am trying to create an Application Bar for my Windows Phone Silverlight app. I've checked this code several times. I see no error. Even I checked on MSDN's website. But when I'm running this on ...
Shahriar Siraj Snigdho's user avatar
1 vote
2 answers
152 views

Doing something after WP8 app bar has been hidden

I'm in the process of implementing my own popup menu for app bar icon buttons (something similar to the PhoneFlipMenu tool). I'm using a vertical StackPanel for my popup, and I need to display it with ...
Tecman's user avatar
  • 2,989
0 votes
1 answer
414 views

Using font icons in WP8.1 Silverlight ApplicationBar

I'm trying to figure out why I can't use the glyphicons that are available to WP8 XAML apps in my Silverlight 8.1 Application. As you can see from the fragment below, I have to specify an image to ...
Sandeep Bansal's user avatar
0 votes
1 answer
110 views

ApplicationBar Foreground color not applying

I am working on Windows Phone 8 application. I have Application Bar with icon, I have set the Background and Foreground color to the icons as well. ApplicationBar.BackgroundColor // Orange ...
Goofy's user avatar
  • 6,128
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 ...
Wojciech Sobczyk's user avatar
2 votes
1 answer
205 views

Add/remove event subscriber in application bar item?

Why would I do that, anyway? Here it is: My application bar item respond to click like this: <shell:ApplicationBarIconButton IconUri="/Images/appbar_button1.png" Click="Customization" x:Name="...
Eric Philippe's user avatar
1 vote
1 answer
343 views

radiobuttons on windows phone applicationbar?

Hey guys I have this page : PS: this is temp data, so it don't look so good ;P Now if I click on that filter button, I want a popup window or radio buttons to show in the application bar, is that ...
Arrie's user avatar
  • 1,337
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 ...
Swift Sharp's user avatar
  • 2,623
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.
qqilihq's user avatar
  • 11.4k
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....
Michael's user avatar
  • 22.9k
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 ...
AlexPjanic's user avatar
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 ...
CACuzcatlan's user avatar
  • 5,467