AVCaptureInputPortFormatDescriptionDidChangeNotification confusion

2014-11-29 Thread Ben
I'm trying to get the video dimensions by using AVCaptureInputPortFormatDescriptionDidChangeNotification however the width height returns a number way higher than I am expecting. Expecting 320/480 or similar but getting width = 1088784512, height = 1819304813. Any ideas what I am doing wrong?

Re: AVCaptureInputPortFormatDescriptionDidChangeNotification confusion

2014-11-29 Thread Michael Babin
On Nov 29, 2014, at 2:31 AM, Ben southwestmons...@googlemail.com wrote: I'm trying to get the video dimensions by using AVCaptureInputPortFormatDescriptionDidChangeNotification however the width height returns a number way higher than I am expecting. Expecting 320/480 or similar but

App fails on Yosemite - Cannot remove an observer

2014-11-29 Thread Andreas Höschler
Hi all, we just tried one of our apps - doing fine on earlier versions of MacOSX - on Yosemite. When clicking on a tab of a NSTabView we get the following on the console and the app stops working (exception not caught): 29/11/14 21:21:23,496 SOSmartBrowser[731]: Cannot remove an observer

Re: Is it possible to read your own quarantine info after launch?

2014-11-29 Thread Ben Staveley-Taylor
Thanks, Ken. Certainly the test code that I wrote failed to get the kLSQuarantineOriginURLKey value and I assumed that was because the quarantine info had been cleared, but maybe it was a different cause. Anyway, you’re right, even if it works it is too fragile. I can’t arrange for each server

Re: App fails on Yosemite - Cannot remove an observer

2014-11-29 Thread Ken Thomases
On Nov 29, 2014, at 2:27 PM, Andreas Höschler ahoe...@smartsoft.de wrote: we just tried one of our apps - doing fine on earlier versions of MacOSX - on Yosemite. When clicking on a tab of a NSTabView we get the following on the console and the app stops working (exception not caught):

Re: App fails on Yosemite - Cannot remove an observer

2014-11-29 Thread Jerry Krinock
On 2014 Nov 29, at 17:26, Ken Thomases k...@codeweavers.com wrote: You should look for … overrides of superclass properties Yes, indeed. Search for the AppKit Release Notes for OS X 10.10 Yosemite and carefully read the section on tab views, wherein Apple has added alot of new stuff,