notifications

UILocalNotification Repeat

Hi, I want repeat on the Every Sunday and Monday How can i achive this ?? plz help me ...

email alert if program crashes

I have a program which needs to be constantly running on my Windows XP box. When I'm away from home (or even when I'm at home) I'd like to get an email notification if that program were to ever crash, which it does occasionally. If it is a scheduled task that monitors it a 5m interval between checks is OK. Any suggestions? ...

iphone local notification in simulator

Hello I just downloaded xcode and trying to make local notification example. The question is if local notification works in simulator? thank you ...

Popup notifiers for .net

Currently I'm looking for some popup notifier for my .net (4.0) project. The ones I've found and liked more than others: http://www.codeproject.com/KB/cpp/PopupNotifier.aspx http://www.codeproject.com/KB/WPF/WPF_TaskbarNotifier.aspx I'm sure there are a lot of modern and trend implementations. So, what is the most handy and sexy popu...

What's that message/notification called?

It's not an AlertDialog or a notification, but that gray message at the bottom that for instance appears when an application is granted super-user permissions. I'd like to use it, but haven't got a clue what it's called. xD Thanks. ...

Notification scheduler and designer in java: implementation recommendations

I'm writing an application for a doctor which should be able to define Notifications that will show up in the patient's computer. These Notifications are scheduled by the doctor, so he/she can choose when it's going to show up. For example: "Remeber to take your pills", show once a week, from January to July 2010. So it would be somethi...

Android: remove notification from notification bar

Hi , I have creating an application and with an event I menage to add notification in android notification bar. Now I need sample how to remove that notification from notification bar on an event ?? ...

In Java/Swing, is there a way to legally "attempt to mutate in notification"?

Hi folks, I was wondering if there is some sort of magic I can use to get around an IllegalStateException and allow a JTextField to "attempt to mutate in notification", or in other words to set its own text if its listener is triggered. For your information, I am trying to program an auto-complete function which returns the most likel...

A facebook-like-notification system in php

Hi everybody, How can I put in place a facebook-like-notification system: - A userA writes a message to the userB - A listener on the database routes the message to the userB - On the userB interface, the message appears instantly How can I do that in php? Thank you very much, Regards ...

What would be a good way to return a result from a non-modal notification?

I am working on adding a non-modal notification system to my application. The notifications will be unobtrusive pop-ups that appear in the corner of the app. There can be more than one notification at a time. Most of the time these notifications will not require user input, but sometimes they will be used to get user input for things th...

Huge memory usage in notifications

Hi, 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 problem. The code of the Service: public class TNService extends Service { private NotificationManager nm; private Notification ...

Get notifications of new threads / deleted threads under Windows

When you create a DLL you can get notifications about new threads / exiting threads in the DllMain function (DLL_THREAD_ATTACH/DLL_THREAD_DETACH). Is there a way to get these or equivalent notifications from Windows within an (non managed) Executable? ...

How to reopen a stack of Activities?

Hi, my App is Launched by "Main.java" (Activity) and opens a Notification and a second Activity called "Sub.java", now I press the Home-Button and the App disapears (everything okay until here). If I'll now click on the Notification the "Main.java"-Activity is launched, the "Sub.java" seems to be lost. Is there any posibility to reorder...

Getting a document.body error. help!!!

I have the following JavaScript code: function createNotification(title, body, canDismiss, callback) { //create the container var nContainer = document.createElement("div"); nContainer.setAttribute("id", "note"+title); nContainer.setAttribute("class","nContainer"); nContainer.className = "nContainer"; //create t...

Why am I receiving two alerts for the scheduled local notification?

I'm receiving two alerts for the notification below, and I cannot for the life of me figure out why. The code only appears to be called once, but App: didReceiveLocalNotification is being called twice. And I can't figure out why! NSLog(@"Configuring notifications time is up."); noTimeLeft=[[UILocalNotification alloc]init]; ...

Replacement of infobus

infobus is a great notification framework, but it is now deprecated. Are there any active frameworks that provides same functionalities? ...

c# - Tray Icon not showing.

I have a NotifyIcon set up on my main form, however when the form ran the notification icon doesn't appear? I have it's visible attribute set to true and if I try to show a balloon tooltip: ntiTrayIcon.ShowBalloonTip(1000, "Info:", "Double click this icon to close AlwaysOnTop", ToolTipIcon.Info); That doesn't show either. What's the...

UILocalNotification on Fri and Sat

How do you set a UILocalNotification to fire every Fri and Sat at 8pm? Thanks ...

Any one know of any good log summary/monitoring tools

I'm looking for a (preferable) opens source tool that gives me daily/hourly summaries of log files. It have multiple log files on multiple machines and I would like a email every day with a list of all the error for each of these. Does anyone know if there is something like that out there. We had one at my previous Job but it was built i...

Notify user his password has been changed via text message on the same page (with PHP or AJAX?)

Hi guys, Here is the scenario. A user wants to change his password. So he login and fill up his new desired password and clicked submit. Back end PHP checks his codes and updated it in MySQL database. User is brought back to the same page (with the form) and is notified by this small paragraph sitting on the top of the page that his pas...