Top "Alert" questions

An alert is usually a notification message to draw one's attention.

Play alert sound (same as default message ringtone)

Is it possible to play some default sounds, such as when an incoming SMS/push is received? If iOS SDK …

iphone audio alert
How to show alert pop-up in in Cocoa on macOS?

I want to display a pop-up for displaying information in macOS, similar to a UIAlert or UIAlertController in iOS. Is …

cocoa alert
Check on UIAlertController TextField for enabling the button

I have an AlertController with a text field and two button: CANCEL and SAVE. This is the code: @IBAction func …

ios swift alert uialertcontroller
iOS - check if bluetooth is on without system alert popup to user

This code allows to determine current bluetooth status: CBCentralManager* testBluetooth = [[CBCentralManager alloc] initWithDelegate:nil queue: nil]; switch ([testBluetooth state]) {....} But, …

ios bluetooth alert status
ics with alert?

Hi I just found out about the ics file format, and I'm wondering whether its possible to include one or 2 …

alert icalendar rfc2445 rfc5545
Custom Alert dialog not centered vertically on Android

I made a custom alert dialog box to be displayed at the end of my game so that the player …

android dialog alert
JavaScript alert not working in Firefox 6

I tried running this JavaScript code in the address bar in Firefox 6: javascript:alert("Hello") I get a ReferenceError: alert …

javascript browser alert firefox6
OnUnload Alert Error "NS_ERROR_NOT_AVAILABLE"

<html> <body> <button type="button" onclick="clickme()">Click Me</button> <script&…

javascript alert onunload window.onunload
Javascript if scroll position > 100

How can I test it if it's greater than 100. For example how can I get an alert. Here is my …

javascript scroll alert scrolltop
Alert dismissing using Twitter Bootstrap is not working?

I'm using Google Chrome. Using Twitter Bootstrap, I want to add a simple alert, unfortunately the alert is not dismissing …

twitter-bootstrap alert dismiss