0
votes
0answers
14 views
SharePoint alert email indicates fields have changed that haven’t
In particular, the "Person or Group" fields behave this way. When I edit an item (without modifying the value in the person column) in the alert I get the following:
chloraphil; …
1
vote
1answer
210 views
What does IAlertNotifyHandler’s OnNotification() return value do?
BY now I've created a number of custom alert handlers for SharePoint 2007 using the IAlertNotifyHandler interface. Using this interface you have to implement a method called OnNotification(), which …
0
votes
3answers
58 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 …
1
vote
1answer
148 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
2answers
33 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
31 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
31 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.
…
3
votes
2answers
382 views
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 …
1
vote
2answers
46 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 …
0
votes
0answers
36 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 …
3
votes
4answers
270 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 …
0
votes
1answer
59 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
45 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
129 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
1answer
326 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^( "Generating report - this may …
