Questions tagged [application-bar]

98 questions
1
vote
1 answer

Get Application Bar from Parent - Windows Phone

I'm using MVVM architecture in a WP7 phone app. My current view is a user control, which exists inside of a parent page (standard page -- not stand-alone user control). I have passed the main page as a parent to a "parent" property of the user…
Matthew Pitts
  • 809
  • 1
  • 8
  • 13
1
vote
3 answers

WP7 - Text Button on the Application Bar

On Windows Phone 7, go to Settings, email & accounts, add an account, the Windows Live (or any other). Note at the bottom there is the gray panel with a rectangular [sign in] button. Click in the email address field, and the on screen keyboard pops…
Keith Robertson
  • 791
  • 7
  • 13
1
vote
6 answers

WP7 Panorama control sliding lagging when hiding Application Bar

I have a Windows Phone app with panorama control. Panorama currently has two pages. One page should have a visible application bar with buttons, and another one should not. I use the panorama's SelectionChanged event to chage the IsVisible property…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
1
vote
1 answer

Is there a way to get the text below Application Bar Icons to show all the time?

I am pretty new to the windows phone. Is there a way to get the text at the bottom of the icon in the application bar to show all the time as apposed to when the ellipses are clicked?? Thank you!
Matt
  • 1,265
  • 1
  • 16
  • 24
1
vote
1 answer

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 bar when the app bar is visible?
TecMan
  • 2,743
  • 2
  • 30
  • 64
1
vote
2 answers

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 animation when the corresponding app bar button…
TecMan
  • 2,743
  • 2
  • 30
  • 64
1
vote
4 answers

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 (ApplicationBar == null) { …
Bitsian
  • 2,238
  • 5
  • 37
  • 72
1
vote
1 answer

Access violation exception applicationbar

i'm trying to manipulate buttons in my app bar with the proprety enabled and disabled but every time i got an exception telling me System access violation!! any idea about what's going on
1
vote
1 answer

How properly handle change mode of application bar in windows phone 7

I need to handle the event when the application bar is minimized or not, but my code apparently doesn't work.I add the StateChanged event but it doesn't work.
MyWay
  • 1,011
  • 2
  • 14
  • 35
1
vote
1 answer

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 page, and I'm adding a control in the end of the…
Rebecca
  • 653
  • 6
  • 14
1
vote
0 answers

Disable the tap-and-hold application bar that appears in WP8 phone:WebBrowser control

The phone:WebBrowser control in Windows Phone 8 has a behavior where if you tap-and-hold a text block in the control, a selection mechanism will be enabled and an ApplicationBar with copy-paste functionality will appear. In my app this…
esilver
  • 27,713
  • 23
  • 122
  • 168
1
vote
1 answer

How to change ApplicationBar fontfamily?

I am developing windows phone 7 application. I need to change applicationBar font family. if anyone know the ans post here. mycode:
Jeeva123
  • 1,047
  • 3
  • 20
  • 34
1
vote
1 answer

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 even possible? Or should I try another way of doing…
Arrie
  • 1,327
  • 5
  • 18
  • 39
1
vote
0 answers

How do I reference a Windows Phone ApplicationBar from another XAML page?

I am having problems trying to reference an ApplicationBar defined in a xaml page (ViewFilesPage.xaml) in a function inside the FileTypes.cs class, all from the same project. Code for the ApplicationBar from the…
0
votes
1 answer

How can I long press ApplicationBarIconButton in Windows Phone 7?

I want to long press ApplicationBarIconButton in wp7, and I need to know the start event and end event during the pressing process, how I do it? thanks!
sunjinbo
  • 2,137
  • 4
  • 22
  • 45