Re: Substituting instance of cell subclass for instance of superclass

2016-11-11 Thread Kyle Sluder
On Fri, Nov 11, 2016, at 07:34 PM, James Walker wrote: > I want to replace (for example) an instance of NSButtonCell with an > instance of my own subclass of NSButtonCell on the fly. Now, I know > that's not a common thing to want to do; normally, you'd edit the nib to > use whatever cell

Substituting instance of cell subclass for instance of superclass

2016-11-11 Thread James Walker
I want to replace (for example) an instance of NSButtonCell with an instance of my own subclass of NSButtonCell on the fly. Now, I know that's not a common thing to want to do; normally, you'd edit the nib to use whatever cell class you want. But I'd like to be able to do it to an NSAlert,

Re: Make WatchKit app show local notification

2016-11-11 Thread Jeff Kelley
The recommended approach here (I think) is to show the notification on whichever device the user is using. Are you implementing any of the UserNotification framework pieces on the phone? Would it work for your purposes if the alert sometimes appeared there? Jeff Kelley slauncha...@gmail.com

Re: Make WatchKit app show local notification

2016-11-11 Thread Charles Jenkins
Thanks, Jeff! Lordy be, the only thing I want is a sound and prominent haptic when the countdown reaches zero. Is there no foolproof way to achieve that? Everything I’ve tried seems to only work in certain cases. ___ Cocoa-dev mailing list