Questions tagged [alerts]
446 questions
9
votes
3 answers
How can I suspend all audible notifications on the iPad?
We're creating an audio application for iPad (only) which will be used for live performances. The device will be wired directly into the console. As such, the last thing you want during a live performance is to have the device suddenly chirp out an…

Mark A. Donohoe
- 28,442
- 25
- 137
- 286
8
votes
2 answers
Is there a library for notification/alert in .NET?
I need to design a notifications framework written solely in .Net. I was wondering is there were some libraries already available to ease in creating rules for the notifications.
PS: Anything other than SQL Server Notifications please.
Note:…

sajidnizami
- 467
- 5
- 15
7
votes
5 answers
How to stop exception alerts from going bezerk
Let's say you have a .NET system that needs to send out email notifications to a system administrator when there's an error. Example:
try
{
//do something mission critical
}
catch(Exception ex)
{
//send ex to the system administrator
…

realworldcoder
- 699
- 5
- 16
7
votes
2 answers
UITesting of Alerts in xCode 7.1
I'm writing UITests in xCode 7.1 and have a problem in testing alerts (Allow notifications in my case).
While creating a test xCode writes this code:
app.alerts["\U201cAppName\U201d Would Like to Send You…

Yurii Koval
- 419
- 5
- 16
7
votes
6 answers
Can we use JMX for Alerts/Notification
Here are the specs that I'm trying to implement in a nutshell:
1) Some Alerts have to be sent on certain events in the application.
2) These Alerts have Users subscribe to them.
3) And the Users have set their own Notification preferences (e.g.…

a-sak
- 1,320
- 6
- 21
- 33
6
votes
1 answer
Alert Handling - Selenium WebDriver/ Selenium RC 2.18.0 - Exception
My automation test software for a web application runs on IE, Firefox, Chrome and Safari, and is written using C# and Selenium WebDriver (IE, Firefox, Chrome), Selenium RC (Safari).
A new error occurred when I upgraded to version 2.18.0 today. I am…

Usha Pugalia
- 61
- 1
- 3
6
votes
2 answers
TFS2010: Set up an alert that will email a member in the team when a work item is assigned to them
I want to notify each team member when a work item is assigned to them. I know how to set up an alert per team member (so if there are 10 team members I set up 10 seperate alerts) but is there a way to set up a single alert that will email the…

Mark Robinson
- 13,128
- 13
- 63
- 81
6
votes
2 answers
iOS: How Do You Implement Critical Alerts for Your App When You Don't Have an Entitlements File?
What do you do when you don't have an entitlements file already?

MobileDev99
- 81
- 1
- 7
6
votes
4 answers
Colour of Text in a Javascript Alert
Is there any way to change style of text, format the text inside a Javascript Alert box. e.g. changing its colour, making it bold, etc.?
Also, if there an Alert avalaible with a 'Yes', 'No' button instead of an 'OK'/'Cancel' one?

M.N
- 10,899
- 13
- 47
- 49
6
votes
1 answer
Not able to get alerts when kapacitor configured for remote influxdb node
When I tried localhost in url setting inside influxdb setting of kapacitor.conf then I am able to get the alerts properly.
But when I tried to point url to some remote location in infludb configuratin section then I am not able to get any alert et…

Varun
- 1,159
- 1
- 14
- 19
6
votes
3 answers
SQL Server Alerts - Best Practices
What SQL Server Alerts do you always setup for every database? What do you always monitor regardless of the database?

Chris Burgess
- 5,787
- 13
- 54
- 69
6
votes
3 answers
Receive email in TFS when I have a new task
Is there a way to receive an alert (email) in TFS whenever I have a new task?

Keith Adler
- 20,880
- 28
- 119
- 189
6
votes
2 answers
Kivy use Android Notifications
Is it possible to use python and/or kivy to send local notifications on ios? Really it does not have to vibrate, just a number icon and maybe a real-time message would work.
Edit:
Looking at the comments it seems that Pyobjus would be able to…

pianist1119
- 319
- 1
- 8
- 19
5
votes
3 answers
How to create a daily summary alert for any change in a SharePoint site
I recently got the requirement for a person to receive a daily summary alert for any change within a SharePoint site; each site has an owner who is in charge of the content on their site.
The current way we have something working is to automatically…

Kit Menke
- 7,046
- 1
- 32
- 54
5
votes
1 answer
Handle interruptions from alerts during voice recording
I am working on a voice recording app wherein there could be interruption by phone calls, text messages, and/or system alerts. As for phone calls, I realize the recording has to be stopped and have worked this out successfully. My challenge seems…

Anand
- 153
- 1
- 8