Re: AVSimplePlayer in Swift?

2017-01-07 Thread Charles Srstka
> On Jan 7, 2017, at 3:24 PM, Charles Jenkins wrote: > > I did try after you asked, and KVO may be working, but the video doesn’t > play. If I delete the KVO bindings from IB and change my code like this: > > var currentTime : Double = 0 { > didSet { >

Re: AVSimplePlayer in Swift?

2017-01-07 Thread Charles Jenkins
I did try after you asked, and KVO may be working, but the video doesn’t play. If I delete the KVO bindings from IB and change my code like this: var currentTime : Double = 0 { didSet { timeSlider.doubleValue = currentTime } } var duration: Double = 0 { didSet {

[OT] Testing In-App Purchases

2017-01-07 Thread Charles Jenkins
Could someone with good experience testing in-app purchases contact me? I have created a test Sandbox user in iTunes connect, but no matter what I do, I can’t log in as that user on my device in order to test an in-app purchase. I have verified the email, logged in to the Apple ID management site,

Re: NSWindow not redrawing subviews

2017-01-07 Thread Tamas Nagy
Makes sense, thanks Ken! > On 2017. Jan 7., at 8:55, Ken Thomases wrote: > > On Jan 7, 2017, at 12:59 AM, Tamas Nagy wrote: >> >> This is a video mixer app. There are multiple windows for controlling >> layers, effects, etc. Rendering is done