Re: AVSimplePlayer in Swift?

2017-02-09 Thread Charles Jenkins
Here is the code I promised to post. This version is using didSet instead of KVO. In both cases, if I imitate the way AVSimplePlayer seeks in the setter for currentTime, the video won’t play. // // ViewController.swift import Cocoa import AVFoundation // Swift offers the #keyPath() directive

Re: Cocoa-dev Digest, Vol 14, Issue 11

2017-02-09 Thread Ide Sous Le Bois
Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: cocoa-dev-requ...@lists.apple.com Envoyé: samedi 7 janvier 2017 21:01 À: cocoa-dev@lists.apple.com Répondre à: cocoa-dev@lists.apple.com Objet: Cocoa-dev Digest, Vol 14, Issue 11 Send Cocoa-dev mailing list submissions to

UI bindings

2017-02-09 Thread Ariel Feinerman
Dear developers, I have finished the core of my programme and now I am designing the UI. The issue is that it has several tabs and about a hundred fields. I wish to make a mechanism which can gather values and save them in the hierarchical structure of NSArrays and NSDictionaries which I can send

Re: Mobile Cross Platform Solutions

2017-02-09 Thread Dave
Good point, I will bring it up and Thanks Jens I’ll take a look. All the Best Dave > On 8 Feb 2017, at 17:08, Scott Berry wrote: > > Dave, > > While your doing this please keep accessibility for the disabled in mind as > well. This way we can enjoy the app with the rest

Re: Argh never-ending troubles with bindings

2017-02-09 Thread Gordon Apple
If you are trying to bind to an arrayController via representedObject, I've never had any luck with that. I've always used representedObject to get a local reference to the arrayController and bind to that. On 2/8/17 8:26 PM, "cocoa-dev-requ...@lists.apple.com"