Tagged Questions
The notifications tag has no wiki summary.
36
votes
2answers
10k views
Chrome desktop notification example?
Is there an hosted example code (Javascript) that demonstrates Chrome desktop notifications? I'd like that use that in my own code.
Update: Here's a blog post explaining webkit notifications with an ...
21
votes
6answers
12k views
git push email notification
How do I configure the appropriate git hook to send a summary email whenever a set of changes is pushed to the upstream repository?
17
votes
3answers
1k views
Are there any JavaScript library for cross browser desktop notification?
I know W3C just publish their draft version of Web Notification to notify user. So, there is no browser that implement this method in their current or latest build browser.
Web Notifications Overview
...
17
votes
8answers
2k views
Cross-platform desktop notifier in Python
I am looking for Growl-like, Windows balloon-tip-like notifications library in Python. Imagine writing code like:
>>> import desktopnotifier as dn
>>> dn.notify('Title', 'Long ...
16
votes
6answers
6k views
Get notification when NSOperationQueue finishes all tasks
NSOperationQueue has waitUntilAllOperationsAreFinished, but I don't want to wait synchronously for it. I just want to hide progress indicator in UI when queue finishes.
What's the best way to ...
15
votes
8answers
8k views
Silverlight and push notifications
I am creating a Silverlight 2 user interface to a remote instrument. There are two concurrent users at different sites interacting with the instrument (operator at the instrument and remote scientist) ...
15
votes
4answers
4k views
Is FindFirstChangeNotification the best API to use for file system change notification on windows?
I'm new to windows programming and I'm trying to get notified of all changes to the file system (similar to the information that FileMon from SysInternals displays, but via an API). Is a ...
14
votes
2answers
7k views
Blackberry - How to use notification icon in statusbar
In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: Dealler - missed ...
14
votes
2answers
9k views
Cocoa Notification Example
Can someone please show me an example of a Cocoa Obj-C object, with a custom notification, how to fire it, subscribe to it, and handle it?
12
votes
2answers
7k views
android pending intent notification problem
I have a alarm thing going on in my app and it launches a notification that then when pressed launched an activity.
The problem is that when I create more than one alarm then the activity launched ...
12
votes
1answer
2k views
Determine on iPhone if user has enabled push notifications
I'm looking for a way to determine if the user has, via settings, enabled or disabled their push notifications for my application.
Thanks.
12
votes
2answers
6k views
What is the best epoll/kqueue/select equvalient on Windows?
What is Windows' best I/O event notification facility?
By best I mean something that ...
doesn't have a limit on number of input file descriptors
works on all file descriptors (disk files, ...
11
votes
3answers
187 views
Binding to time-dependent properties
Some time ago i wrote a small widget-like application which was supposed to keep track of tasks, each task had a deadline specified as a DateTime, now if you want to display how much time is left ...
10
votes
2answers
6k views
Android Notification intent to clear it self
I have read many examples of how to create notification messages.
What i wanted to achieve, is because the notification will be executed by a widget, i would like
the notification intent when clicked ...
10
votes
2answers
2k views
Cocoa - Notification on NSUserDefaults value change?
Let's say I have a key @"MyPreference", with a corresponding value stored through NSUserDefaults.
Is there a way to be Notified when the value is modified?
Or could it be done through bindings? (But ...
10
votes
5answers
3k views
Rails Notification Message plugin?
I am about to code something for a Rails app of mine and didn't want to reinvent the wheel, hence my question:
Do you guys know any Rails Plugin that would allow an application to display ...
9
votes
2answers
735 views
iOS 5: Can I have my app “In Notification Center” by default?
I have an iPad app in the App Store whose logic relies largely on local notifications. In other words, much that happens inside the app is triggered by the delegate method application ...
9
votes
4answers
429 views
where to store the user credentials in an enterprise application(EAI)?
Background/Context
We are developing a Event Notification Service. The application at a high level looks like below:
Our developene scope involves widget and the ENS.
"ENS" acts as a central point ...
9
votes
3answers
6k views
Refresh progress bar in notification bar
I would like to put a progress bar in the notification bar. The idea is showing the progress bar while the program uploads a file to a server. Everything else is ok, but I can not figure out how to ...
9
votes
8answers
471 views
What methods exist for setting up a large email notification system?
My company has a website built with PHP. We use the built-in PHP email functionality to send thousands of emails to subscribers on a daily basis.
This is a terrible idea. It chokes out our server, ...
9
votes
5answers
5k views
PHP technique to query the APNs Feedback Server
Can someone clarify what the APNs (Apple Push Notification) wants as far as how you query it?
The docs say it starts sending as soon as the connection is made. Does this mean that I don't do an ...
9
votes
4answers
7k views
Change Notification with Sql Server 2008
I have an application that consists of a database and several services. One of these services adds information to the database (triggered by a user).
Another service periodically queries the ...
9
votes
15answers
441 views
How to get users to pay attention to problems?
We occasionally need to notify users about warnings or problems. But often times, especially if it's a common problem, users will just dismiss the warning and continue. Often times users won't even ...
8
votes
3answers
2k views
Updating iOS badge without push notifications
I have seen a few todo apps that update their app badges at midnight, always showing the correct number of due tasks. They do this without the use of Push Notifications - so my question is: how do ...
8
votes
2answers
658 views
Can't make Spring JMX NotificationListener work
I have configured a ManagedBean using @ManagedResource annotation using Spring. And also mapped a JMX NotificationListener to this. But I am seeing that the Listener never gets kicked-off/executed.
...
8
votes
3answers
1k views
Huge memory usage in notifications
I am developing an application with a service which show the progress of a timer in the notification area (with a progress bar and a text). I have extracted below a simpler example with the same ...
8
votes
10answers
803 views
Which network protocol to use for lightweight notification of remote apps?
I have this situation....
Client-initiated SOAP 1.1 communication between one server and let's say, tens of thousands of clients. Clients are external, coming in through our firewall, authenticated ...
8
votes
2answers
4k views
Android notification doesn't disappear after clicking the notifcation
If got some issues with a notification I want to show in the notification bar. Although I set the notification flag to Notification.DEFAULT_LIGHTS & Notification.FLAG_AUTO_CANCEL the notification ...
8
votes
6answers
3k views
Delegates Vs. Notifications in iPhoneOS
I am trying to call a method in my root view controller from a child view controller such that when I change my options they will automatically update the root view, which will in turn update several ...
8
votes
2answers
886 views
Cross-Platform Python Notification Library
I'm making a python script that should run in the background and notify a user of changes, and I'd quite like it to work cross-platform. Main problem is, I don't have access to a mac at all, so coding ...
8
votes
8answers
3k views
Best way to serialize a NSData into an hexadeximal string
I am looking for a nice-cocoa way to serialize a NSData object into an hexadecimal string. The idea is to serialize the deviceToken used for notification before sending it to my server.
I have the ...
8
votes
4answers
528 views
Windows CPU notification for misbehaving ColdFusion application
I have a web application, written in ColdFusion, which periodically starts using 100% of the server's CPU and crashes the ColdFusion service.
Since I have been unable to reproduce the problem myself, ...
8
votes
8answers
1k views
Delegating a task in and getting notified when it completes (in C#)
Conceptually, I would like to accomplish the following but have had trouble understand how to code it properly in C#:
SomeMethod { // Member of AClass{}
DoSomething;
Start WorkerMethod() ...
7
votes
1answer
450 views
can we show badge without APNS?
I want to simulate push notification without using apple's push notification server, so I want to know can I show badge also if yes which API or code I have use to show badge?
7
votes
1answer
615 views
Android how to show notification on screen
I've been working on push notifications and I am able to implement it and display it on status bar, the problem I am facing is that I want to display it even if the phone is lock, Under the lock ...
7
votes
1answer
602 views
How to get focus to a Chrome tab which created desktop notification?
I would like to implement same functionality as Gmail has nowadays. When new email arrives or new chat comes, notification popup appears and if you click it, the tab with Gmail gets focussed.
I have ...
7
votes
3answers
399 views
Detect when a User takes a Screenshot
I am looking for way for my app to receive a notification when the user takes a screenshot either with Command-Shift-3 or Command-Shift-4.
An example of this are apps like Droplr and Cloud App which ...
7
votes
1answer
691 views
MPMusicPlayerController: iPod stops sending notifications, when iPod App is terminated in background
I am using a music player property for iPod player controller.
// .h
@property (nonatomic, retain) MPMusicPlayerController *ipodPlayer;
// .m
ipodPlayer = [MPMusicPlayerController iPodMusicPlayer];
...
7
votes
3answers
318 views
tray notification on database update
i want to build a little app that pops up a tray notification (or a toast popup or something) whenever an update or insert going into a certain table in a SQL server database.
What is the simplest ...
7
votes
4answers
9k views
Cancel UILocalNotification
I have a problem with my UILocalNotification.
I am scheduling the notification with my method.
- (void) sendNewNoteLocalReminder:(NSDate *)date alrt:(NSString *)title{
// some code ...
...
7
votes
2answers
2k views
Apple Push Notification: Sending high volumes of messages
I am using PHP to connect to apns to send some notifications to multiple devices, although the question is more conceptual so it doesn't have to be specific to PHP.
I will be sending to about 7000 ...
7
votes
4answers
10k views
Android SMS intercept without notification icon or WAP-PUSH messages
Is there a way to intercept an SMS with BroadcastReceiver as for example here
but without showing any notifications to the user and immediately deleting the message that contains for example some ...
7
votes
6answers
1k views
Rails users: What exception notification software do you use?
I have seen Ryan Bates talk about exception_logger and exception notification. Are there any other good ones to consider? What do you like and dislike about these?
Also, do these exception notifiers ...
7
votes
6answers
485 views
How can I know the address of owner object in C++?
I would like to create in C++ a Notifier class that I will use in other objects to notify various holders when the object gets destroyed.
template <class Owner>
class Notifier<Owner> {
...
6
votes
2answers
309 views
detect notification center setting
My app needs to be set in iOS 5 Notification Center as 'alerts' and with 'sounds' on. From what I have found it is not possible for your app to offer setting these correctly, which would be the best ...
6
votes
1answer
2k views
How can you disable the iOS Notification Center within your App?
If you have a full screen iOS app and you want to prevent the notification center from being pulled down, can you and how?
Also can you block notification alerts or banners from displaying while ...
6
votes
2answers
406 views
jquery notification bars that can be dismissed?
I've been looking for a notification bar like the one on this site that displays at the top notifying a user of changes etc. It should have the ability of being closed. All I can find for jquery is ...
6
votes
1answer
141 views
Display an alert or a view on recieving a notification
I was following this tutorial for displaying a notification on an Android device. When I ran the application on the device, an icon appeared on the status bar (as usually it appears on Android device) ...
6
votes
2answers
609 views
How to use Push Notifications
Regarding push notifications. How do I get the provision from APNS to implement push notifications in to my application. Help me guys.
6
votes
2answers
607 views
Ongoing notification on Android honeycomb has inconsistent behavior
I have an ongoing notification for downloading files in the background. I have been successful in creating an multiple simultaneous updating progress bar notifications that are also able to be ...