All Questions
Tagged with application-bar windows-phone
17 questions
1
vote
1
answer
198
views
How to display a control over app bar in WP8 app?
Working on a popup menu displayed when an app bar icon button is clicked (similar to the Respond button submenu in the standard Email WP app). How can I position a control like StackPanel over the app ...
1
vote
4
answers
555
views
Application Bar icons appearing as white even if the icons are colored in Windows phone app?
Actual Intended Result
But appearing like this in emulator
This is the icon Image asset I am using
Am adding the application bar icon in c# like this:
public void SetAppBar()
{
if ...
0
votes
1
answer
192
views
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 ...
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
...
3
votes
1
answer
232
views
Source for all Windows Phone standard application bar icons (like select, etc)
Windows Phone 8 SDK comes with a set of the standard icons one can use in WP apps (they can be found in C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons\). However, I could not find the ...
0
votes
2
answers
120
views
WP8 Applicationbar hidding on rotation change
I have this kind of code in my app to hide the SystemTray, and i cant do this same for the Applicationbar. Why? I want to change the isVisible property on rotation change.
This is the code:
private ...
0
votes
1
answer
165
views
Cannot update info after clicking the appbar with Save function
I display a list of fullname of Member and when I select a member, it will go to the detail page. I edit info directly in the textbox and then click Save in application bar but the info is not changed ...
5
votes
1
answer
4k
views
Programmatically changing the appbar icons
In my C# Windows Phone 8 app, I have an AppBar. I have two icons on this AppBar, one new icon, and one edit icon. I want to change the edit icon, to the back icon whenever it is pressed, and then back ...
2
votes
1
answer
919
views
different application bar in panorama windows phone for navigation
I am start developing application for Windows Phone 8.
As usual, there is something coming up. yups, that is error. LoL
I have an application using panorama, and I planning to put an appbar for each ...
1
vote
1
answer
111
views
Add Control like appBar
I need your help please.
I need to add in my project, in the end of my page, a Control( that can be in stackpanel or not), something like application bar,
meaning, if I have a listbox, on all the ...
0
votes
2
answers
2k
views
Windows Phone - Create AppBarButton Style for Button
I need to display a Button with the same style as an AppBarButton. I use the same icon as in the AppBar, for example a floppy disk, but I need to create the circle around the icon dynamically.
How ...
0
votes
1
answer
1k
views
Missing App Bar Template in Visual Studio 2012 Express for Windows Phone 8
according to this MSDN article, there should be an Application Bar template in every generated Xaml File for Windows Phone Projects:
Locate the sample Application Bar element, which is added to ...
9
votes
3
answers
6k
views
WinPhone 8 AppBar icon size
The guide for Windows Phone 8 app bars states that AppBar button icons should be 48x48px. It also says that a bunch of sample icons can be found in C:\Program Files (x86)\Microsoft SDKs\Windows Phone\...
0
votes
1
answer
257
views
Application bar | Windows phone 7
Is it possible to show application bar in windows phone 7 or higher at the top of application rather than at the bottom and also customizing the application bar. i-e.
Icon1 Icon2 Some text Icon3 ...
0
votes
1
answer
670
views
User control page with application bar windows phone
I am creating an app that has multiple pages, and one of them is a user control page, which works like a pop up of a paranoma page.
How can I add an application bar on that user control page???
I ...
0
votes
1
answer
595
views
Built-in rotation animation of applicationbar in Windows Phone
There is a image control in my page, which support the landscape and portrait layout. I want implement an animation that rotate the image when the oritentaion changed. Which just like the built-in ...
0
votes
1
answer
1k
views
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 ...