Questions tagged [application-bar]
98 questions
0
votes
1 answer
ApplicationBar WP7
I am wondering why when I load my windows phone project, the application bar is appearing on my first screen which is just a loading background.
How can I make it appear at the really end of the loading?
This is the code I use:
public MainPage()
…

Kiwimoisi
- 4,086
- 6
- 33
- 64
0
votes
2 answers
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 where to find the icons (prog…

AlexPjanic
- 45
- 5
0
votes
1 answer
Windows Phone Application Bar TextBox
I was wondering, if it is somehow possible to add a TextBox in the Application Bar area (the same way the Internet Explorer does), but I didn't find any information source about this. Have you any idea, how to accomplish this task?

Martin Zikmund
- 38,440
- 7
- 70
- 91
0
votes
2 answers
Expand application bar in Windows Phone 7 app from code
I need to know if there is a way to expand the application bar in Windows Phone app from code.
Here is a demo of the application bar states:

Maxim V. Pavlov
- 10,303
- 17
- 74
- 174
0
votes
1 answer
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 set the background color to white and the…

CACuzcatlan
- 5,407
- 8
- 41
- 59
0
votes
1 answer
WindowsPhone 8.1 - Application Bar position
I'm forced to change look of ApplicationBar on application that runs on WindowsPhone 8.1. I need application bar to be on top not bottom. I tried to google it, but didn't come up with any simple solution. I'm not very experienced on this platform,…
user3018350
0
votes
2 answers
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 the ApplicationBar like this:
for (int i = 0; i <…
user2707185
0
votes
1 answer
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 Emulator, the Application Bar is not showing.
What's…
0
votes
2 answers
How to change Windows Phone application bar icon color?
How to handle application bar button click to prevent coloring this in theme color?
I have Windows phone 8 app with my own background and foreground colors, but when I'm clicking on app bar button (such as settings), it's coloring in…

llvk
- 248
- 2
- 13
0
votes
3 answers
Windows Phone 8 - Expandable menu list
I want to create custom Application Bar which when expanded would containts list of items and each item could navigate to other page but item would have arrow too (or some icon) and after tap it could expand to subitems which goes to different…

Libor Zapletal
- 13,752
- 20
- 95
- 182
0
votes
1 answer
Accessing applicataion bar from non UI class windows phone 8
In my windows phone app I've a non-UI class which will show and hide a pop up screen when called from the UI page.
I want to hide the application bar when the pop up is shown and show the appbar again when the pop up is closed.
Now the challenge…

Presse
- 418
- 1
- 4
- 23
0
votes
2 answers
Get the effective backcolor of app bar in WP8
I'm trying to implement a custom popup menu for one of my app bar icon button (something like the PhoneFlipMenu tool). I'm using a vertical StackPanel for that:

TecMan
- 2,743
- 2
- 30
- 64
0
votes
1 answer
My ApplicationBar is not displayed
I created an application for Windows Phone 8 with "Visual Studio Express 2012 for Windows Phone". I have a first page to log in and after the user go to a pivot with 4 pivotItems where I want to add a ApplicationBar. I created my applicationBar and…

EclipseVS
- 13
- 4
0
votes
1 answer
App Bar becomes hidden when navigating away from a page, with its background the phone's theme (and not what is defined in app)
When I'm navigating between pages on my WP8 app, I noticed as part of the transition animation (using Telerik's i.e. "RootFrame = new Telerik.Windows.Controls.RadPhoneApplicationFrame();"), the App Bar on the page navigated from becomes hidden…

Barrrdi
- 902
- 13
- 33
0
votes
1 answer
Disable/Enable applicationbar Button in runtime with event textchanged (Windows Phone)
In this part of the code is the event TextChanged to enable the button in te applicationbar.
C#:
private void Textbox_TextChanged(object sender, EventArgs e)
{
ApplicationBarIconButton btn_guardar = ApplicationBar.Buttons[0] as…

user3621634
- 27
- 6