Top "Notify" questions

MySQL listen notify equivalent

Is there an equivalent of PostgresQL's notify and listen in MySQL? Basically, I need to listen to triggers in my …

mysql events triggers notify
How can I display something during the execution of a SQL script on SQLServer?

For example. I have a database upgrade script for adding a column to a database table. It looks a little …

sql-server echo notify
Cron with notify-send

I need to show a notification from a cron job. My crontab is something like: $ crontab -l # m h dom …

linux cron notify
wait(long timeout) in a while loop?

I've read that you're supposed to put Object.wait() calls in Java in a while loop. The reason is that …

java multithreading concurrency wait notify
Gulp-sass error with notify

I wondered if there is a way to have notify display a message on gulp-sass error. preferably the actual message …

sass notify gulp
ClassCastException with ListView when executing notifyDataSetChanged

I have added a view to the header of listVivew, View TopSearch = (View) View.inflate(this, R.layout.search, null); …

listview header dataset adapter notify
Registering change notification with Active Directory using C#

This link http://msdn.microsoft.com/en-us/library/aa772153(VS.85).aspx says: You can register up to five notification requests …

c# active-directory monitor notify
Issue with Notification Manager on android

I'm trying to notify using a button, but both Notification and setLatestEventInfo is deprecated. Two errors: 1.The constructor Notification(int, …

android notifications notify notificationmanager
call notify balloon message in windows 7 from cmd?

I need to create a notification balloon message in Windows 7 from the Command prompt with custom text. I have searched …

windows-7 cmd notify balloon
notification disappears - Android DownloadManager

Solution: API 11 is needed see answer below! Easy Question: After downloading a File with the implemented DownloadManager the Notification disappears. …

android download notifications notify download-manager