0
votes
3answers
53 views
MSN Messenger/Growl Style Alerts in Windows C++
Does anyone know of any C++ Libraries which I can easily integrate in a project to allow me to show MSN Messenger/Outlook/Growl style toast popups?
Tried having a look and found lots of Visual Basic …
0
votes
2answers
32 views
Where best to place alert/notifications on a website?
What do I mean by alert/notification?
Example is an instant-messaging application, on the event when a user/friend comes online, you receive an alert that they are online - this alert is what I'm …
0
votes
1answer
21 views
tfs project alerts
the 4 project alerts in TFS are good but I need some more of mine in them. The important one i want is when i create a new bug in TFS i want an email to be sent out.
Is there a way i can create a new …
0
votes
1answer
26 views
tfs email notification
I wanted to know when i add a bug (Work Items) in TFS, and assign it to some user, I want an email sent to that user.
Also if an existing bug has the assigned to changed, I want that user to get it.
…
1
vote
2answers
37 views
How can I use Autoit to close all javascript alerts and confirmations that may appear?
I am testing in selenium and I have a bunch of stuff that happens on page load. I found out about autoit, and I was thinking that it could handle all javascript dialog issues. I was searching around …
1
vote
1answer
126 views
jConfirm with this existing code [Solved]
Hi,
I need help to use jConfirm with this existing code (php & Jquery & jAlert).
function logout()
{
if (confirm("Do you really want to logout?"))
window.location.href = "logout.php";
…
0
votes
0answers
33 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 TimerRunningJobs table but I …
0
votes
1answer
58 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 dock icons, but in this …
0
votes
0answers
43 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 applicationWillResignActive, and …
1
vote
6answers
123 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 Overflow.
I have a …
0
votes
3answers
219 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 an app that can set …
3
votes
4answers
254 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 server
2) Poll the …
1
vote
1answer
137 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 that much going but now …
3
votes
4answers
335 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 unsaved changes in …
1
vote
1answer
137 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/2009 is overdue.
…
