0
votes
1answer
48 views
Can’t get NSAlert to continually bounce dock icon
I seem to have the exact opposite problem than this question on stopping dock bounce.
I can't get my app to continually bounce the dock icon!
I too hate continually bouncing doc …
0
votes
0answers
16 views
Get Status of Immediate Alert job using SharePoint API
I want to get the status of all Immediate Alerts jobs in the farm. Just like they are showed in Central Admin - Timer Job Status page.
I found a way to do it querying TimerRunning …
1
vote
6answers
98 views
Web usability: alert/notification - how to attract attention?
I'm building a web application where one of the features causes users to be notified in real-time when an alert pertaining to them occurs, similar to the big orange bar in Stack Ov …
0
votes
0answers
30 views
Iphone phone call and other system popup
Is there a way to detect if the application lose focus because a phone call or because an other system message is on top of it.
When receive phone the system call applicationWillR …
3
votes
4answers
181 views
Push Notifications in Android Platform
I am looking to write an app which received pushed alerts from a server. I found a couple of methods to do this.
1) SMS - Intercept the incoming SMS and initiate a pull from the se …
0
votes
3answers
179 views
iPhone App - Generate Alert Popups when App is Closed
In creating an iPhone app, is it possible to generate a popup alert on the iphone (similar to a Push notification) when the app has been closed. A simple example would be to have …
1
vote
1answer
108 views
Invoke an alert on an href, then continue to a new page
I have a link to a page which invokes the 'Sexy Alert Box' script to pop a message asking if users agree to Terms and Conditions with options "I Agree" and "Cancel".
I've got tha …
3
votes
4answers
300 views
Alerts when navigating away from a web page
When I try to close my Google docs tab with unsaved changes, this is what I get in my browser (FF 3.5).
Are you sure you want to navigate away
from this page?
You have …
1
vote
1answer
190 views
When to use a UIAlertView vs. UIActionSheet
Are there situations where a UIAlertView is better to use than a UIActionSheet? What are the typical scenarios where you would use one over the other?
I'm programming a navigation …
1
vote
2answers
316 views
Hide field in SharePoint alert email
How can I hide a field in a SharePoint alert?
I have a custom event list (Calendar). I have a field (of type Note - aka Multi-line text) whose XML contents I generate manually in …
3
votes
5answers
173 views
How might I display a “legal drinking age” alert for a website?
I have a website where you're supposed to be 21 or older to buy the wine from this site. How do I put an "alert" up stating that by clicking through to the buy pages you certify t …
1
vote
1answer
127 views
Changing the Task Overdue email format in MOSS 2007 document approval workflow
How can I change the Email sent when a document in the out of the box document approval workflow is overdue.
The email I get is something like
Task assigned to Name here on 7/13 …
2
votes
2answers
259 views
List all Alerts within a SharePoint site without using the SharePoint API?
Is it possible to get a list of alerts for ALL users within a given site? After messing with the GetAlerts method in /_vti_bin/Lists.asmx, it seems it always executes in the contex …
1
vote
2answers
114 views
Can I send alert message to MSN messenger or Yahoo! messenger from servers?
There is a server changing a batch to add up data on the date and time, but I want to send the end states (normal end or abnormal termination) of this batch to Yahoo! Messenger or …
0
votes
1answer
281 views
Non-Modal Notification Box from batch script
I would like to have a non-modal alert box called form a batch file. Currently I am using vbscript to create a modal alert box:
>usermessage.vbs ECHO WScript.Echo^( "Generatin …
