My primary reason for using Parallels is to run Outlook. The one annoying thing is that the Outlook notification window for email does not go to the highest z-order for display on the Mac, it only goes to the highest in the VM. This is a problem if something is covering it from the OS X side. It would be great if you could somehow have the Outlook notifications create Growl notifications for OS X. Just a thought.
I totally would love this feature. In fact, searching for growl support in Parallels was the sole reason I stumbled into these forums (as you can tell by my post count).
I agree!! another first time poster here... only because I so badly would like to see this growl/parrallels (w/ outlook) integration as well!
Hi, To bring Outlook notifications to front while Parallels Desktop in the background please enable "Bring notification windows to front" option ON in the Vm Configuration -> Coherence options. Alexander
Perhaps it might be "easy" to program such a program yourtself. One would need to find a way in the Win API to intercept all notifications ("bubble messages) which appear in the system tray. Those could then be send via network to the GROWL daemon on the MAC (AFAIR Growl allows displaying remote messages arriving through UDP). Unfortunately I have no experience programming windows systems whatsoever
Me again . I found this: http://www.neowin.net/forum/index.php?showtopic=533322 Those guys intercept the notification messages on VISTA,perhaps the API they used works on XP too. There's no source included but perhaps they'll share their trick Update: Source is here http://mpj.tomaatnet.nl/GlassToastFiles.zip they say it is XP compatible