Questions tagged [notification-bar]

42 questions
1
vote
0 answers

How can C# to get the program name list in ToolbarWindow32/notification bar?

I'm using a note program,it runs good most of the time,but sometimes it can't display in the Windows Notification bar(I'm not sure if this is the correct name), so i can't click the icon to maximum the program,if I tried to restart the program,it…
beginner
  • 21
  • 1
1
vote
0 answers

How to disable Notification and Navigation bar for Pattern Lock Screen

I am working on a Pattern Lock Screen Application and for its completion I need to disable Notification and Navigation bar. So far till now I am successful in hiding them but not disabling them. I have read many posts here which says that its not…
1
vote
4 answers

I don't want to show SystemUI when I show a alert dialog on the parent fullscreen activity

I have a full screen activity, but when I show a alert dialog above it, System UI showed (System Notification Bar). Can anybody help me ? I don't want it to be visible. Is there is any way I can hide the system notification bar from showing when the…
Student414
  • 56
  • 6
1
vote
2 answers

Notification Message/Alert Message and UICollectionView :

I have a Navigation Bar, a Search Bar, and below, a Collection View. My first question : I'd like to have a custom notification bar (alert message ?) that would appear right below my Search Bar, over my Collection View, only the first time I launch…
user7098356
1
vote
0 answers

ios 8 Top bar app using your current location it navigate to wrong application

In one of my projects I have navigated the user to the Google Maps application, and for that I have used call-back URL, and I have made my application URL for navigating from Google Map to my application. When my app is open and the user clicks on…
Jaydeep Chauhan
  • 309
  • 1
  • 3
  • 12
1
vote
0 answers

Android notfication bar buttons does not working

I m developing a music player. I created a notification bar to control music after leaving app. I have three buttons(play,pause,close) on my notification.My notification was working smoothly over 2.3 OS.Notification had not worked In 2.3.6 . I added…
1
vote
2 answers

How to show message bar on every page

I work with ASP.NET VS2005. In stackoverflow, every now and then, a message bar is displayed at the top of the page. When clicked on the message's hyperlink, it takes me to another page which has all information regarding to the context of the…
HelloBD
  • 387
  • 4
  • 14
  • 27
1
vote
0 answers

commanButton on notificationBar does not respond to action

I am dealing with Primefaces and using notificationBar as Login Menu for my site. But the commandButton on notificationBar only responds to bar.hide(). I want to redirect the user to sign up page if he/she is not a registered user with a button…
aylak
  • 130
  • 2
  • 3
  • 17
0
votes
2 answers

Non-modal notification bars?

How can I implement a non-modal sliding notification bar, such as Firefox, Beyond Compare, and VMware Workstation 6.5 use, in client-side Windows apps? Any language or framework is fine for now; my current app is in Delphi / C++Builder, but I'm also…
Josh Kelley
  • 56,064
  • 19
  • 146
  • 246
0
votes
1 answer

Custom Notification Bar in Android

For my android application my requirement is to implement the Custom Notification Bar in my layout. When user drag this Custom notification bar then icons will be visible. This custom notification bar is look like notification bar at the bottom in…
Amit Thaper
  • 2,117
  • 4
  • 26
  • 49
0
votes
1 answer

Issues with jQuery on IE9...

Using IE9 F12 developer tools, I see these errors in the console: SCRIPT438: Object doesn't support property or method 'getElementsByTagName' jquery.min.js, line 16 character 59007 SCRIPT438: Object doesn't support property or method…
Shackrock
  • 4,601
  • 10
  • 48
  • 74
0
votes
2 answers

Disable touch event for notification bar in Android

Is there a way to disable click on the notification bar when my activity is displayed? Basically I want to lock the notification bar so that the user will not be able to interact with it.
0
votes
1 answer

Primefaces NotificationBar close icon not visible

In the documentation of primefaces, it is said that "Note that notificationBar has a default built-in close icon to hide the content.". But so far I could not get it displayed ? Is there a special property or facet required to show the close icon…
Olgun Kaya
  • 2,519
  • 4
  • 32
  • 46
0
votes
1 answer

How to prevent widgets from being shown in notification bar in flutter

I have a code here for a simple webview. It simply displays a webpage. However, the top part of the webpage is shown stacked below the notification bar(As in some of the buttons on the top part of the page). How can I prevent this? I know I can hide…
0
votes
1 answer

WPF application that slides from edge of screen when triggered by a button

I am trying to make a WPF application that can slide from the edge of the right-most screen when you hit a button (like F8). This will be similar to the Windows Notification bar in windows 10. I am struggling finding ways to make something similar.…
jcridd
  • 65
  • 8