I'm attempting to create New Email alerts (via AppleScript and a Cocoa app) for Outlook 2011 that display through the ML Notification Center.
It's 90% there, the only issue is that when more than 1 email arrives at a time, the second alert quickly overwrites the first one.
I'm getting the feeling that this is by design and that the Notification Center doesn't permit more than one alert on the screen at a time (unlike Growl which will send an array of alerts down your screen) because the code seems rather straightforward.
If anyone has any insight on this please let me know.
Thanks.