0
votes
0answers
5 views
Create a passive popup under mouse cursor in Gnome using the result of a command
A command is run and the result of the command, from the terminal, is the following:
Hello World
How would one display this as a passive popup underneath the mouse cursor on Ubuntu 9.10 using Gnome …
0
votes
1answer
26 views
Send Facebook notification to user who registered on my site via facebook connect.
Let me start by saying facebook's developer documentation sucks. Bad.
I'm using the facebooker plugin in rails to let users sign up through facebook connect. Now when certain things occur I want to …
1
vote
1answer
15 views
Sending a summary of SQL Server Agent job failures
SQL Server Agent allows you to create Notifications at the moment a Job succeeds or fails, but I'd like to create a regular notification that sends a summary of the events for those who are one step …
0
votes
3answers
60 views
MSN Messenger/Growl Style Alerts in Windows C++
Does anyone know of any C++ Libraries which I can easily integrate in a project to allow me to show MSN Messenger/Outlook/Growl style toast popups?
Tried having a look and found lots of Visual Basic …
0
votes
2answers
33 views
Where best to place alert/notifications on a website?
What do I mean by alert/notification?
Example is an instant-messaging application, on the event when a user/friend comes online, you receive an alert that they are online - this alert is what I'm …
0
votes
1answer
23 views
Where can I find information about Inotifier ?
I am looking for documentation/tutorial for Inotifier as I need to implement file notification logic in PHP.
1
vote
2answers
37 views
“Alert Management System” in Java to support alerts from cross-technology applications
Where Alert Management System roughly fits into this definition: "A system designed to screen events, build profiles associated with the events, and send alerts based upon the profiles and events"
…
0
votes
1answer
54 views
problem with alert email in TFS and power tools
Hi
I have a problem with TFS and email notifications.
I can not receive any email from TFS server for work item tracking.
I correctly have configured web.config in ...\Web Services\Services in TFS …
0
votes
3answers
58 views
Google Code email notification
I have a question with regards Google Code svn repositories.
Is there a way no be notified by email when someone on your team does a commit ?
I have been looking around, but I can't find the way to …
0
votes
3answers
55 views
3 notifications instead of one
I'm developing simple MVC app in Cocoa/Objective-C. I have a strange issue (or misunderstanding) with notifications and KVO.
I have AppController object in MainMenu.xib, hence I implement …
0
votes
1answer
21 views
Mediaplayer: Is it possible to distinguish finish from ‘Done’ with myMovieFinishedCallback?
I am using the MediaPlayer framework to play a movie on the iPhone. There is a notification:-
myMovieFinishedCallback
to capture the end of play, but there doesn't appear to be any way to …
0
votes
1answer
24 views
close previous jGrowl notifications before showing a new one.
I have a simple app that executes $.jGrowl("loading");. Then the data is displayed $.jGrowl("blah blah blah data goes here"); after crunching data which can take 1 -5 seconds.
I've seen a post that …
0
votes
1answer
16 views
Notification when laptop is switch on (boot)
Hi
I need to know, is that possible to get a notification through email whenever my laptop is switched on or is connected to internet ?
An alternative is to get notification when set service …
0
votes
1answer
164 views
NSManagedObjectContextObjectsDidChangeNotification userInfo Dictionary.
I am using the NSManagedObjectContextObjectsDidChangeNotification notfication in my app, I already now how to use it. As I have used the below code to add the observer …
- (void) awakeFromNib {
…
0
votes
2answers
90 views
Sending multiple iPhone notifications
Hi Guys,
My code works ok when I need to send one notification, but each time when I need to send more than one, it only sends the first one. Here is the code:
<?php
$device_token = …
