Questions tagged [notification-bar]
42 questions
0
votes
2 answers
Responsive notification icon colour - Android
I would like to ask if it is possible to make programmatically the colour of the notification icon "responsive" to the status bar colour. That means if the status bar is white (or some other light colours) then the icon will be displayed dark and if…

bilykralik16
- 11
- 5
0
votes
2 answers
How to make CSS (or JS?) hideable help bar
Sort of how this website shows a bar on top when you have new answers or comments, I want to show a very similar bar that just has a line of text in it and an [X] to close it. How would I begin to do this?

AKor
- 8,550
- 27
- 82
- 136
0
votes
1 answer
Automate Save As File with IUIAutomation in Internet Explorer 9+
There are 63 entries on Stack Overflow related to "IE VBA Save-as" topic.
That is to automate the Download Notification Bar of IE 9+.
Several methods are recommended to automate this process.
Method 1. using XMLHttp (example link, applied to sites…

Valuex
- 104
- 1
- 10
0
votes
1 answer
How to show a notification in the bar every hour?
i'm beginner in android and i don't know how to create a notification manager even my app is not running for example show a notify every hour .Any ideas?
user2768684
0
votes
1 answer
ios 7 bottom bar inside application appearance
Is there a way to disable new notification bar in ios7 inside applicaton?
I don't want the new bar to show when user swipes from botton while inside my app.
Thank you

zevonja
- 193
- 1
- 14
0
votes
1 answer
Android unable to hide Notification bar
Hidden the notification bar using the theme property in manifest
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
But once i come out of the application using home screen and get back to the app the notification bar didn't get hide.
how…

And_dev
- 179
- 1
- 5
- 16
0
votes
2 answers
Is possible to create a notification with a transparent background in notification drawer?
I want to create a notification with a transparent background in the notification drawer transparent.
Is it possible?
(Dibya wants to improve my statement,but I find it's not exactly what I need.
When using NotificationCompat.Builder to create a…

wangqi060934
- 1,552
- 16
- 23
0
votes
1 answer
Android: How to remove Jelly Bean gray bar on notifications?
Is there a way to remove the gray bar on static notification created by Jelly Bean?
Many thanks...

Meroelyth
- 5,310
- 9
- 42
- 52
0
votes
3 answers
Hide the Android Notification bar on a Sencha Touch 2 app
I've successfully got my application compiled into an apk file, and deployed to my Android devices.
But when I run it there, the notification bar is present and I'd like it to be fullscreen, without the notification bar.
This is the bar at the top…

chris_k
- 133
- 2
- 10
-1
votes
1 answer
Header navbar is covering the notification bar(over it) and any banner below it
I am using wordpress for my website Zumpak.com
I am trying to put a notification bar over the header menu to relay messages to the visitors.
I put:
Your website message.
just below the closing…
Saurabh Jindal
- 39
- 9
-1
votes
2 answers
how to disable Notification bar throughout the application?
The user can launch other installed applications from my application and back to my activity when exiting launched application.I want to disable notification bar(showed status of wifi,gps,bluetooth etc...) or pulling down of notification bar…

Devu Soman
- 2,246
- 13
- 36
- 57
-2
votes
1 answer
How to display current window to notification bar NOT HIDE in WPF
I've created one WPF application. It has one window and it's hide on close button. But i want to show it in notification-bar. and when user click on that then windows should display.
Here is my code:
public MainWindow()
{
InitializeComponent();
…

Barry Allen
- 81
- 2
- 14