Gestures cause crash in Sierra

2016-11-23 Thread Tom Doan
I'm having a problem with my applications that has come up just with Sierra. Any "swiping" gesture with two or three fingers on the trackpad causes an immediate crash. (Log below). A four finger swipe (if the four fingers are put down very deliberately) behaves properly. The fatal thread doesn'

Re: CABasicAnimation in a view that's covered by another?

2016-11-23 Thread Eric E. Dolecki
29373893 On Wed, Nov 23, 2016 at 8:36 AM Eric E. Dolecki wrote: > Sure enough, I removed my delay and set my panel to an alpha of 0.99 - and > the crossfade works as intended behind the view. This seems like a bug to > me and I'll file it. > > On Tue, Nov 22, 2016 at 8:06 PM David Duncan > wrot

Re: CABasicAnimation in a view that's covered by another?

2016-11-23 Thread Eric E. Dolecki
Sure enough, I removed my delay and set my panel to an alpha of 0.99 - and the crossfade works as intended behind the view. This seems like a bug to me and I'll file it. On Tue, Nov 22, 2016 at 8:06 PM David Duncan wrote: > On Nov 22, 2016, at 1:22 PM, Eric E. Dolecki wrote: > > If the panel is

Custom Timer on Apple Watch

2016-11-23 Thread Charles Jenkins
I asked this question recently, but maybe not in a clear enough way. If I use Apple’s Timer program on the watch, I can tell it to alert me in 15 minutes, and it works without fail. I want to make a smarter timer program for the watch, but I want my timer to “go off” in a way that’s prominent and

Re: Swift 3: How to Create CFArray of CGColors?

2016-11-23 Thread Charles Jenkins
Thank you, Eric and Quincey! Both Eric’s resource and Quincey’s explanation gave good ideas on how to tackle problems like this in the future, which will probably help with the next stumbling block. Cheers! On Tue, Nov 22, 2016 at 7:36 PM, Quincey Morris < quinceymor...@rivergatesoftware.com> wrot