Hi Christian, for a listbox that contains emails I'm loading their attachments into a preview area. This is fine for pictures and pdfs. For anything non-picture I'm using QuickLookMBS.
1. QuickLookMBS is dog-slow. It takes 3 seconds for a 300kb Word file on my 3 year old MacPro. Can you try to speed this up? 2. Because of the speed I moved the QuickLookMBS code into a thread. When an attachment is loaded that needs QuickLook a thread is created to get the picture data. When a new attachment is loaded that doesn't need QuickLook the thread is killed. But this doesn't make any difference. When I do some logging the QuickLook code is always executed and not killed. Is this related to http://www.mbsplugins.de/archive/2013-05-30/The_Cancel_problem_with_Thread ? Or am I doing something wrong? Mit freundlichen Grüßen/Regards Trixi Willius http://www.mothsoftware.com Mail Archiver X: The email archiving solution for professionals _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
