Am 29.07.2012 um 02:30 schrieb Garth Hjelte <[email protected]>: > Is a ML User Notification similar to what we see in Windows as a system tray > notification (the system tray on Windows is officially called the > "notification area"), like when a print job doesn't print, or "You have > unused icons on your desktop" or "Network drives aren't connected" and you > click on the little window and it takes you some where?
Depends on. NSStatusItem is like TrayItem on Windows to show an icon and a menu when you click on it. > Well, I already show notification to my users in my app - I just put up a > MessageDialog, like all apps do. What is so interesting about ML User > Notifications? Is the missing phrase "while your app isn't in the foreground"? Yes, sure. You can schedule one to fire when your app is not running. And when user clicks on it, the app launches. Greetings Christian -- Check out the Omega Bundle: http://www.omegabundle.com/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
