Re: NSSplitViewController changes split size when changing viewcontrollers

2016-05-27 Thread Rick Mann
Seems like setting the behavior of my left-side NSSplitViewItem to "Content List" fixes it right up. > On May 26, 2016, at 20:07 , Rick Mann wrote: > > In my master-detail UI, selecting something on the left side of the split > changes the view controller on the right (by removing the current

Re: debugging AirDrop (update)

2016-05-27 Thread Charles Jenkins
My family and I all have iPhones. We often try to use AirDrop to share photos and videos of my grandbabies. It almost never works. We’re on the same AirPort-based wireless network and all have Bluetooth on, in case that matters. When sitting right next to one another, Airdrop will often just sit th

Re: debugging AirDrop (update)

2016-05-27 Thread Steve Christensen
I haven't worked with AirDrop, but I just looked at the docs and one of the delegate methods is -sharingService:didFailToShareItems:error:. Maybe if you implement that you can at least see what the specific error is? Steve > On May 26, 2016, at 10:23 PM, Gerriet M. Denkmann > wrote: > > I h

Re: debugging AirDrop (update)

2016-05-27 Thread Gerriet M. Denkmann
> On 27 May 2016, at 23:18, Steve Christensen wrote: > > I haven't worked with AirDrop, but I just looked at the docs and one of the > delegate methods is -sharingService:didFailToShareItems:error:. Maybe if you > implement that you can at least see what the specific error is? > Well, it doe

Re: debugging AirDrop (update)

2016-05-27 Thread Jens Alfke
File a bug report with Apple! —Jens (who has intermittent troubles with AirDrop too) > On May 27, 2016, at 10:47 AM, Gerriet M. Denkmann > wrote: > > >> On 27 May 2016, at 23:18, Steve Christensen wrote: >> >> I haven't worked with AirDrop, but I just looked at the docs and one of the >> d

Re: debugging AirDrop (update)

2016-05-27 Thread Gerriet M. Denkmann
> On 28 May 2016, at 02:06, Jens Alfke wrote: > > File a bug report with Apple! Just done. > > —Jens (who has intermittent troubles with AirDrop too) > >> On May 27, 2016, at 10:47 AM, Gerriet M. Denkmann >> wrote: >> >> >>> On 27 May 2016, at 23:18, Steve Christensen wrote: >>> >>> I