The appbar tag has no wiki summary.
0
votes
0answers
12 views
How do I show, then hide the AppBar after a page loads?
After the page is visible to the user, I want the TopAppBar to show up for a second or two, then set IsOpen to false to close the AppBar. In essence I just want to briefly show the user the ...
0
votes
1answer
14 views
Navigation bars with thumbnails in Windows 8
Navigation Guidelines does mention that we can include thumbnails in the Navigation bar(top app bar) for buttons. I have searched for examples but found none.
I have created a basic top app bar.
...
0
votes
2answers
48 views
Metro style: how to show filtering options for longlistbox in a proper way
I have a large collection of items with several parameters, so i'd like to give a user a possibility to have different filters: like order by time, by alphabet, or by categories.
How should i ...
2
votes
0answers
50 views
TopApp Bar in windows 8 xaml
i am using app bar in multiple pages within my Windows 8 XAML application. I came to face some unusual problem with my app bar. For the first time, when I login to my application, the top app bar ...
0
votes
1answer
54 views
Global appBar, add other buttons to this appbar for a specific page
I add an appbar with 3 buttons in App.xaml.cs to put it on each page but I have a page where I would like to add another button in addition.
What I do, it's I get the appbar with my 3 defaults ...
2
votes
0answers
149 views
Metro-style Appbar in fullscreen WPF program
I am currently working on a desktop C# WPF application where the goal is to make it look and feel like a "real" Windows Store App.
I want to add an appbar that should be shown when the user swipes up ...
1
vote
1answer
73 views
winjs appbar.wincontrol is null
I am creating a Windows 8 HTML5 app, and implementing an app bar. When I access the appbar.winControl it is always null. So if for example I write appbar.winControl.show() I get an exception claiming ...
0
votes
2answers
60 views
Metro App Glyph Icon Custom Size
How do I override the AppBarButtonStyle Width/Height for a custom Button that I define?
Is it possible to represent a Segoe UI Font Symbol in a control other than Button? If so, how?
1
vote
3answers
134 views
Win8 JS App: How can one prevent backward navigation? Can't set WinJS.Navigation.canGoBack
Fairly new to developing for Windows 8, I'm working on an app that has a rather flat model. I have looked and looked, but can't seem to find a clear answer on how to set a WinJS page to prevent ...
4
votes
1answer
371 views
Global App bar on windows 8 application
I'm working on a Windows 8 application project. I'm using Visual Studio 2012 and it's predefined Templates (GroupedPage, SplitPage, ItemsPage).
At this time I need to add an App bar. the way I choose ...
0
votes
2answers
214 views
Windows 8 appbar on selected item (like startup screen)
What I want to achieve in my application is the same as what windows did on their start up screen. When you select an item, open the appbar and show more items. When you just open te appbar when not ...
0
votes
1answer
163 views
How to set app bar button image via resource or programmatically in windows store app
I want to load an AppBar programmatically, but I'm having trouble setting the image to a bitmap. Is this allowed? Or can only the Segoe UI Symbol characters be used?
I tried doing it in a resource:
...
2
votes
2answers
455 views
Modern UI custom AppBar buttons
I'm developing my first Windows 8 modern app and I seem to have difficulty finding the correct documentation for making app bar buttons that aren't like the default ones.
What I'm trying to do is ...
0
votes
0answers
113 views
Back button not working in Win 8 Global App bar
My Windows 8 app has multiple pages and instead of duplicating code for each of my bottom app bar commands across the files, I'm trying to create a global app bar but have the back buttons work on all ...
0
votes
0answers
15 views
How to add a control, like appllication bar
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
1answer
137 views
Metro App Conditionally Disable AppBar RightTapped event
Whenever a right click is detected on a metro app, the AppBar is displayed.
How do I cancel/disable/prevent the AppBar from showing if the RightTapped event is triggered by right clicking on a ...
0
votes
0answers
83 views
How to know when Global App Bar is Opened?
My app using Global App Bar. It's an multimedia app, and I add Media Control Buttons in bottom app bar (so the user can control the music on every pages). The top app bar have navitation button (so ...
0
votes
0answers
24 views
ABM_QUERYPOS in Windows 8
I'm having some problems with AppBars in Windows 8. Our application uses AppBars to keep track of appointments. We can have up to 8 AppBars placed at the top and/or bottom edge. On Windows 8 ...
1
vote
1answer
77 views
AppBar Multi-Monitor
I've made a simple appBar with just a label on the top of the screen that shrinks the desktop but I'm having trouble making it appear my second monitor. I've been searching around but everything I've ...
0
votes
1answer
121 views
put label of appBar button beside the icon image instead of below the icon image
I have created an appbar for my windows8 application using javaScript.
I want to put the label of the appbar button besides the appbar icon, instead of below the appbar icon.
Can any one plz tell ...
0
votes
1answer
146 views
popup menu when mouse hovers on the button in the appbar
Microsoft suggests putting all the commands in the bottom appbar, I want to display a popup menu for detail command when my mouse hover on the button of the appbar, and after mouse move from the ...
1
vote
2answers
93 views
How to integrate pivot controll IN app bar?
Windows Phone 7.5/8 SDK
How to integrate pivot controll IN app bar?
For example "UC Browser" using this and I think it's very useful thing. bit.ly/UmyFot
This sample not work, just to present how I ...
1
vote
2answers
383 views
MVVM Windows 8 appBar mvvm event
My problem is with event. In AppBar all events, which I to inventend, they didn't to worked. (MessageDialog or other event ), when AppBar to showed, I can't hiding, and In AppBar didn't to worked ...
0
votes
2answers
998 views
Windows 8: Creating AppBar Style Buttons with HTML5/CSS
For a Windows 8 Application, I can create AppBar style buttons using 'Segoe UI Symbol' but they have drawn in a rectangle area therefore has a rectangle background. Since I want to set their ...
2
votes
1answer
187 views
How to customize Appbar command image in metro apps?
I have metro application in which i am trying to implement Appbar command control.
Am able to display the Appbar with some images but the problem is the image is moving when i highlight(hover). Some ...
0
votes
0answers
189 views
Windows 7 how make AppBar(WPF)
I need to make a windows 7 AppBar (as Windows8) use WPF Net 4.5.AppBar should appear and disappear. he panel should appear (or disappear) by moving the mouse over the lower window area. I found a few ...
0
votes
0answers
24 views
Top AppBar(navigation bar) on windows 8 [duplicate]
Possible Duplicate:
Developing Top AppBar for windows 8
I am developing a simple application for windows 8. And now I want to modify the top app bar( i.e it should not look like bottom app ...
3
votes
1answer
390 views
AppBar in WP7.5 Panorama page
I'm currently developing a Windows Phone 7.5 app with a panorama page.
At the panorama page, I'm implementing an appbar to deal with several things in the app, such as displaying phone location in a ...
2
votes
3answers
995 views
Developing Top AppBar for windows 8
I am developing a simple application for windows 8. And now I want to modify the top app bar( i.e it should not look like bottom app bar) and I want it to work much better than only showing the ...
0
votes
1answer
257 views
Windows 8 app bar not working on google maps
I am developing a simple app for windows 8.
I have used iframe of Google maps in my application.
The problem is when I right click(when my mouse pointer is on top of the map) the app bar doesn't ...
0
votes
0answers
153 views
Appbar showing on webview with right-click event in Windows 8
I'm trying to emulate the bing Maps app in windows 8. I used the WebViewBrush in order to solve the problem of the appbar showing. It works with the tablet, but now I'm trying to show the appbar with ...
0
votes
1answer
234 views
WebView and AppBar for Desktop PCs
I'm using a WebView control in my app, and it takes all the screen in both width and height. I use the "WebBrush workaround" to be able to display the AppBar and other controls in front of the WebView ...
1
vote
2answers
345 views
Animate fading visibility of app bar icons in WinRT apps
All of the default Windows 8 apps use the same fade animations for their app bar icons when showing and hiding them (based on context changes). This page talks about setting the visibility of app bar ...
0
votes
1answer
660 views
WinRT AppBar changing on context (or ignoring right click)?
I am porting a Desktop WPF application to WinRT and I'm facing a little issue.
I had a ItemsControl and I had a context menu on every item to delete / edit the item.
I have been told that PopupMenu ...
1
vote
2answers
333 views
WinRT: Show upper and lower AppBar independently
I need to provide the functionality that a user opens the upper AppBar by swiping down
but keeping the lower AppBar closed.
Is this possible in Windows Store Apps? Can anybody point me to the right ...
0
votes
1answer
251 views
Navigation bar in windows 8
How can i implement a windows 8 navigation bar like the one in weather app or finance app.
thanks in advance
0
votes
0answers
105 views
Cannot find AppBar buttons in Blend for VS 2012 (resolved)
Whenever I create a new project in Blend for VS 2012 and want to make an AppBar for my Win 8 application, I manage to create the AppBar, but I cannot find the buttons for the AppBar anywhere. When I ...
1
vote
1answer
309 views
Windows 8 App Bar By default in app development
I want to create an app bar for my javascript app , as we know we see app bar when pressing right click , but I want it to be show by default , without right click. here is my html code
<div ...
1
vote
2answers
294 views
WinJS AppBar button flash on Hide
My application has a WinJS AppBar control at the bottom of the screen. I use .showOnlyCommands(buttonsToShowArray) to show and hide buttons on ListView itemSelectionChanged event.
The problem I have ...
0
votes
1answer
1k views
How to create Windows 8 style app bar in WPF?
I intended to create a Windows 8 Style App (Metro), but found out there is no support for using dual screen which is a demand for my app.
Now I am redesigning my app as a desktop application in WPF.
...
-1
votes
1answer
134 views
Windows phone application bar
I have add four icons for my application bar that are yellow . When the theme is set to dark everything is OK but when i set it to light the yellow becomes black any suggestions ?
0
votes
0answers
123 views
Issue while Loading Listview with AppBar in Metro apps?
Am trying to load listview under AppBarCommand button click.Actually listview is loading and clicking on listview-item will navigating to another page is fine but the problem here is if I click on ...
1
vote
1answer
432 views
Windows 8 BottomAppBar change icon in code
im developing a metro app for windows 8 and I have big difficulties to change icon in BottomAppBar in code. I want to have there icon which indicates that sounds are enabled and when you tap it I want ...
1
vote
2answers
177 views
AppBar command Navigation Issue in Metro apps?
I have a metro application in which I have AppBar in my home-page.Here each AppBarCommand will have different functionality,like if I click on each AppBarCommand they will load different listviews in ...
0
votes
1answer
187 views
Why the appbar openes among different pages in flipview?
I am using FlipView control for flipping through various pages i.e. *.XAML pages. I am using ObservableCollection of Page class. Now one page among those pages contains AppBar, but that AppBar can be ...
2
votes
1answer
1k views
Showing the AppBar on right click on GridView item
In WinRT Applications, when you right click a ListBoxItem the AppBar is shown. But when you right click a GridViewItem the AppBar doesn't appear. Can this be configured?
If not is it beter to work ...
0
votes
0answers
136 views
Give wpf appbar “higher priority” than the windows taskbar
I have experimented with making an appbar, and wiring the interop code to a wpf window (With help from CodeProject), and it works great! But there's something more I want to do. I want the dock ...
0
votes
1answer
366 views
Windows 8 AppBar covers page content; I want squish instead
Is there some trick to make the Page.AppBars in WinRT squeeze/move the content of the page rather than going over the top of the content?
1
vote
3answers
979 views
How can I create an AppBar in Metro that works in a WebView?
So I got a normal AppBar to work in a C# metro app, but the problem is I need the app to display an html page. I create a WebView that takes up 100% of the width and height of the page, and by doing ...
1
vote
3answers
665 views
Show appbar button if item is selected
I am writing an app with an appbar and item list. I want to add some buttons to the appbar which should appear only when the list item is selected.
So, how to show an additional button on an appbar ...


