I'm currently writing a screen capture app for Windows and Linux using PyGTK, and I've hit a slight problem with displaying notifications. On Linux, I've been using the libnotify bindings to provide notifications, which has been working very well; however, this has no equivalent on Windows.
I'd use the Win32 APIs directly to display the...
Is there any way to use an image that I'm generating on the fly as a Notification icon?
...
It would be a nice add on to my web application - a gmail notifier like tool. Basically the user configures it, it runs in the system tray and pops up a 'balloon' to notify him. I am a web developer, I don't know where to begin writing such a tool. Can someone point me in the right direction? I know Java and PHP, if that matters.
...
Hi,
I'm trying to separate actual service data from service functionality and am therefore returning data as a data contract which holds several properties (data members). The client code is generated using svcutil /edb which also generates an INotifyPropertyChanged implementation for the proxy code. As far as my testing revealed, that ...
I'm using a growl-like plugin for jQuery send live messages to users to share activity on the site. Right now I only update the user with notifications that happened since the user's last access on the site. However, when I have multiple tabs open on the site, only some of the tabs get the notifications due to the long polling requests...
Hi everybody,
I have tried PushMeBaby as server. The problem which I am facing is that the Push notification gets activated as when the app launches it prompts me to connect to itunes for push notification, but neither the
didRegisterForRemoteNotificationsWithDeviceToken
nor
didFailToRegisterForRemoteNotificationsWithError
get cal...
Short version: I think I need help with properly using events in PowerShell that are invoked as a result of a Windows Message to get rid of a balloon tooltip's icon.
Long Version:
I have a long-running PowerShell command (a build) that I would like to be notified when it completes via a balloon tooltip in the system tray/notification a...
I'm looking for something open source that can "push" messages to connected clients based on their subscription, for example "User 1" might be subscribed to "feed1" and "feed3" and "User 2" might be subscribed to "feed2" and "feed3" etc.
I've got something working using ejabberd but it requires that the server send a message individual...
Is there any way for a Windows service to get a logon notification as in the WinLogon notification package in Vista and Windows 7?
I have a Windows service that needs to be notified about users logging in in a synchronous way. The user is not supposed to be logged on before the service has dealt with the logon notification.
This worked ...
There's a requirement in a web app I'm building about the possibility of the user sending join invitations to his friends. These invitations are stored in the database through the Invitation model. The user can send multiple invitations at once.
What do you think is more appropriate: sending all emails at once in the back end view or se...
I find this situation comes up from time to time, and I never seem to have a really robust generic solution to it.
I have a control - in this example an EDIT control on a dialog. I want to take certain actions in response to the user - and only the user - modifying the contents of the edit control.
The edit control can be set programm...
When you get a new badge on stackoverflow.com, a bar appears at the top of the screen informing you of your achievement. It sticks around until the user closes it.
I rather like that system of informing the user about new news related to the site or their account. It's fairly unintrusive, but still clearly communicates the information...
On the Nexus One (at least in 2.1-update1, and I think in 2.1), there is a setting under Sound & Display: "Pulse notification light". This doesn't seem to be present on the "2.1 with Google APIs" emulator image. I've not yet checked any other devices.
I want to set this programmatically without user interaction, in order to make a Loc...
I'm trying to generate a notification which vibrates the phone and plays a sound when the screen is off (cpu turned off). According to the Log messages, the notification is being sent, but the phone doesn't vibrate or play the sound until I turn the screen on again. I tried holding a 2 second temporary wakelock (PowerManager.PARTIAL_WAKE...
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 other view controllers. For the second part I have used notifications, but for this first I am trying to use a delegate because it (so I h...
My Sql Server logs are filling up at a rapid rate with error messages like the following:
The activated proc
'[dbo].[SqlQueryNotificationStoredProcedure-b65a194e-e29f-4ba0-8f5a-79f0875bd609]'
running on queue
'MyDatabase.dbo.SqlQueryNotificationService-b65a194e-e29f-4ba0-8f5a-79f0875bd609' output the following: 'Cannot execute...
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 description goes here')
.. and that would notify with corresponding tooltips on Mac, Windows and Linux. Does such a library exist? If not, how would I go about ...
Are there any good exception notification systems for web apps using Tomcat? Looking for libraries equivalent of exception_notification etc. which are available as plugins for Rails.
...
Since the generated web lead forms in SugarCRM have the assigned_user_id same as the creator_user_id, the system doesn't send any mail notification.
How to force SugarCRM to send a mail notification every time a lead is submitted?
...
Hi,
is there a way for an app to get notified when a new email has been received? My goal is, to rise an alert (play a sound, vibrate, whatever) if an email with a specific topic gets received (think of it like an "filter" or a "rule"), but I dont want to check the email server by myself. I think I'm searching for something like "andro...