At 11:57 AM 10/4/2014, you wrote: >Am 04.10.2014 um 18:50 schrieb Garth Hjelte <ga...@chickensys.com>: > >> At 02:20 AM 10/2/2014, you wrote: >> >>> * Added WinOpenFolderAndSelectItemsMBS function. >>> * Improved CatSearchMBS class to use UInt64 for file sizes. >> >> Some questions - the WinOpenFolderAndSelectItemsMBS doc is not up AFAIK. >> What is this? > >read here: >http://www.monkeybreadsoftware.net/new-win-method.shtml#1
Thanks. Does the Search field take soem time to get the right results because it's Google powered? >> Also, does the FSCatalogSearch in OSX work fine in Mavericks; is that what >> you use as an API call? > >yes, it's the one. > >> I've gotten some errors using that call in Mavericks but I've never been >> sure why. Using the call hard crashes an app at times, but it's clients that >> report and show me this, not me. > >do you have crash logs for me? I'm not using the MBS stuff for this, I'm asking the question sort of in parallel. I call it in my C++ dylib. I was just getting an unusual amount of crash logs from clients where I would call FSCatalogSearch with undoubtedly uncrashable parameters and the crash log would should the crash occurring within FSCatalogSearch itself. It gave rise to the suspicion that perhaps FSCatalogSearch is deprecated in 10.9. I understand that many disk-type functions are deprecated - I know of one that affects REAL/Xojo significantly. You can't use either FolderItem.Parent or FolderItem.Child (forgot which) when working on a MacOS Standard type of disk. It's an error that Apple hasn't fixed yet, has been around since 10.9 got released. They may not fix it, since what REAL/Xojo still uses is deprecated. Anyway, I just checked - FSCatalogSearch IS deprecated. If it doesn't work in certain circumstance, Apple can say "so what". it was deprecated in 10.8 even. You are supposed to use the Spotlight API now. All the FS[x] things are deprecated, no more FSRefs, just NSURL. (This was the issue with REAL/Xojo's issue above, they are still using FSRefs. Garth Hjelte Sampler User _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info