Questions tagged [application-bar]

98 questions
0
votes
1 answer

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 use as the icon compared to the ease of using one of…
0
votes
1 answer

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 ApplicationBar.ForegroundColor // White So now the…
Goofy
  • 6,098
  • 17
  • 90
  • 156
0
votes
2 answers

Application Bar scrolls up the Webbrowser view in Windows phone App

I have been working on a windows phone 8 app. I have given complete space of my layout to a WebBrowser element which renders my mobile site's pages. Those pages has: -A fixed header at the top. -A fixed text box for replies and search at the…
pratpor
  • 1,954
  • 1
  • 27
  • 46
0
votes
1 answer

How to Switch Between ApplicationBarMode

I am wondering if it is possible to programmatically change the app bar mode between minimized and default size. For instance, if the application bar is minimized when the user presses the ellipses, can I swtich to default mode and only show the…
Matthew
  • 3,976
  • 15
  • 66
  • 130
0
votes
1 answer

WP8 change color of a Single application bar button

I've been reading through a few posts, and from as far as I can tell, it is possible to change to color of the entire application bar so it doesn't use the default light/dark themes. However, I'm writing an app where it would be convenient for the…
Leigh Shepperson
  • 1,043
  • 5
  • 13
0
votes
1 answer

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 TextBox and he click a shell:ApplicationBarIconButton…
0
votes
0 answers

Black bar where the applicationBar was on BackKey

My app has a white background and a blue applicationBar on some pages. But everytime I tap the backbutton and leave a page the applicationBar goes down and leaves a black bar of the same size. At the same time all other elements disappear so I see…
ecth
  • 1,215
  • 1
  • 16
  • 33
0
votes
2 answers

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 void PhoneApplicationPage_BeginLayoutChanged(object…
dinchy87
  • 169
  • 1
  • 12
0
votes
1 answer

How to globalize more than one ApplicationBars within a page in windows phone 8 Application

I am working on windows phone 8 app. I have two pages one has one applicationbar and second has three applicationbars which hide and unhide according to the situation. Everything was right unless i was implement the localization. I followed the…
Ashish-BeJovial
  • 1,829
  • 3
  • 38
  • 62
0
votes
1 answer

make button clickable when the application bar is open

according to this question. I prepare stack panel with 4 textboxes and button. When the user open application bar i change the margin in stackpanel to fit it to the top of application bar and here is the problem. If the application bar is open and…
MyWay
  • 1,011
  • 2
  • 14
  • 35
0
votes
3 answers

Change border color application bar button windows phone

How do I change the application bar from this to be like this . I already try code like this
albilaga
  • 419
  • 1
  • 10
  • 26
0
votes
1 answer

ApplicationBar with minimized mode override WebBrowser component at landscape orientation

i have been read some similar questions on Stackoverflow but cannot make it works correctly Here is my WebBrowser XAML code
0
votes
1 answer

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 as I edited...it still remains the old value Plz…
EddieDuy
  • 61
  • 2
  • 10
0
votes
2 answers

WP8 Applicationbar flow direction?

I want to change the flow direction for the applicationbar for WP from LeftToRight, into RightToLeft, so the 3dots are on the lefthand side, and the menuitems are on the righthand side, how would I dot this, the application bar doesn't have…
Bohrend
  • 1,467
  • 3
  • 17
  • 26
0
votes
0 answers

How to implement a 'AddToFavorites' button on an win8 app

I am developing an app on win8 and would like to add an 'AddToFavorites' button on the application bar, so that the user can select his favorites/bookmarks and place them to this. I have added this button to the application bar but the button does…
dmurali
  • 211
  • 1
  • 6
  • 14