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 class
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, fo
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 |
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 (Cocoa-dev@lis