Re: AVFoundation and the main thread

2017-01-03 Thread Mailing Lists
From my experience in shipping multiple complex AVFoundation apps, you can safely (assuming you know what you are actually doing) • : Build AVAssets / Build AVMutableCompositions Build AVVideoCompositors / Build AVVideoCompositionLayerInstructions Build AVPlayerItems Build

Re: NSButton/NSBox interaction

2014-04-10 Thread Mailing lists
On 9 Apr 2014, at 22:06, Tom Doan t...@estima.com wrote: I have a dialog which has an NSBox. Inside the NSBox are two (separate, but conceptually linked) sets of radio buttons. These are just NSButtons with radio style---I haven't (at least intentionally) embedded them into an NSMatrix.