Re: WatchKit Noob Question

2016-11-08 Thread Richard Charles
> On Nov 8, 2016, at 11:21 AM, Quincey Morris > wrote: > > Yes, I agree, both that many useful pieces information are gone or not linked > to, and that the web pages take up far too much vertical space. The current documentation is perfectly formatted for

Printing NSCollectionView

2016-11-08 Thread Steve Mills
I'm trying to create a temporary NSCollectionView for printing (this code is replacing old IKImageBrowserView printing code). I'm connecting it to the same dataSource as my normal document's collection view, and binding the NSContentBinding to the same array controller's arrangedObjects as the

Re: WatchKit Noob Question

2016-11-08 Thread Quincey Morris
On Nov 8, 2016, at 04:08 , Charles Jenkins wrote: > > Now that Apple’s docs have been reformatted attractively with plenty of > whitespace, it seems crucial requirements info is often missing. Yes, I agree, both that many useful pieces information are gone or not linked to,

Re: Creating an NSWindow with utility style in Xcode storyboard?

2016-11-08 Thread Peter Teeson
> On Nov 7, 2016, at 10:58 PM, Quincey Morris > wrote: > > On Nov 7, 2016, at 19:55 , Rick Mann wrote: >> >> Xcode never gives you controls for setting a class name > > Much like the Spanish Inquisition. > > (Monty Python joke,

Re: WatchKit Noob Question

2016-11-08 Thread Charles Jenkins
Well, no. The Apple docs I have found* and sample code from people asking questions in places like StackOverflow all completely fail to mention you need to import UserNotifications. Now that Apple’s docs have been reformatted attractively with plenty of whitespace, it seems crucial requirements