Questions tagged [application-bar]

98 questions
0
votes
2 answers

Windows Phone 8 ApplicationBar button long-tap event

I'm trying to create a music player in my Windows Phone 8 application. I want to use same ApplicationBar buttons for Next and Forward as well as Previous and Backward functions. Is there any chance to get long-tap event of an ApplicationBar…
Deepak
  • 35
  • 5
0
votes
2 answers

WP7 Toolkit: Open ContextMenu from ApplicationBar (contextmenu not displayed)

I tried to open the ContextMenu from the applicationbar using the "ContextMenu.IsOpen()" method which will run on the event "ApplicationBarIconButton_Click". On the first button click, you see there's s.th. happening/opening. But the ContextMenu is…
0
votes
2 answers

can I put a toggleswitch in application bar in windows phone 8?

like this picture below inside the application bar,we can see two toggle switch here If possible,How to implement this??? ANY ADVICE WILL BE GREAT!
0
votes
1 answer

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 buttons from App.xaml.cs, then I add my other button.…
Volkan
  • 686
  • 1
  • 9
  • 17
0
votes
1 answer

Dynamically add Applicationbar in Application.Resources

Could anybody tell me how to do the following dynamically. I have refered many sites. but nothing helped me.
Ponmalar
  • 6,871
  • 10
  • 50
  • 80
0
votes
1 answer

Create Application bar when request from WebView in Windows phone 8

I want to create application with webbrowser. When the request like "createappbar" through script, then i have to create the application bar from JavaInterface methods. is there any tutorial available. I have searched more on the google. But every…
Ponmalar
  • 6,871
  • 10
  • 50
  • 80
0
votes
1 answer

Create Application bar dynamically

I want to create Application Bar dynamically in Windows Phone 8. I have used the following code to create application bar in appbar.cs file class AppBar { public AppBar() { ApplicationBar appbar; this.appbar = new…
Ponmalar
  • 6,871
  • 10
  • 50
  • 80
0
votes
2 answers

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 can I create a Style for that?
zirkelc
  • 1,451
  • 1
  • 23
  • 49
0
votes
1 answer

Add application bar dynamically from a list

I have to add application bars at run time i have tried some codes and that does not work for me can any one suggest me a solution ? Here is my code public void createObjectsForApplicationbar(List appbarList) { int i = 0; …
0
votes
1 answer

Got an exception when adding application bar programatically

In my application i want to add application bar at run time.I have a list containing the application bar names and the image uri .I have to add the application bar according to the list.But i got an exception "Specified argument was out of the range…
0
votes
1 answer

fire a popup when ApplicationBarMenuItem clicked

I need to fire a popup when ApplicationBarMenuItem clicked. but nothing happen when I click MenuItem. here is my code;
Darshana
  • 2,462
  • 6
  • 28
  • 54
0
votes
1 answer

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 your page by default. It looks like the…
0
votes
2 answers

Applcation bar buttons with text in WP

I have application bar with some buttons and menu items when user clicks '...'. Anyway, I realized that meaning of some icons can be hard to understand at first sight. Is it any way to display icons with text below them? Of course they are visible…
dargod
  • 334
  • 1
  • 15
0
votes
1 answer

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 Icon4.
0
votes
1 answer

Add input box (e.g. AutoCompleteBox) to Application Bar

How can I add controls like the AutoCompleteBox from Silverlight Toolkit to the Application Bar? I would like to create an Application Bar similar to the one in Internet Explorer app.
qqilihq
  • 10,794
  • 7
  • 48
  • 89