Am 07.03.2012 um 07:00 schrieb Garth Hjelte: > So for cross-platform folder notifications, I'd use these classes? > > Windows: WindowsFolderChangeMBS > Mac 10.5+: FSEventsMBS > Mac 10.4: FolderChangedNotificationMBS > > Why use FSEventsMBS? Won't FolderChangedNotificationMBS work just > fine? I want to continue to support Tiger.
FSEvents is for all applications and from the system level. FolderChangedNotificationMBS is from supported applications which notify others about changes. Same for WindowsDirectoryWatcherMBS (System) vs. WindowsFolderChangeMBS (Explorer). > What about WindowsDirectoryWatcherMBS? Is says Windows, but the docs > imply it works for Mac and Windows. It's confusing: I'll fix that. I simply forgot to document that it's Win only. Greetings Christian -- Real Studio Conferences, Training and Meetings in Orlando, London, Pforzheim and Leipzig. More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
