Re: Detect video conference ?

2020-07-10 Thread robmartin--- via Cocoa-dev
If a user is video conferencing in a browser, why do you think that the user would be flagged as idle? Have you tested this? > On Jul 10, 2020, at 3:42 PM, Gabriel Zachmann via Cocoa-dev > wrote: > … > Background: i'm developing a status bar item app that launches another app > when the

Re: NSDatePicker display format

2020-01-21 Thread robmartin--- via Cocoa-dev
Have you tried adding a NSDateFormatter to the DatePickerCell (in code or in the xib) and setting its format string to what you want? Haven't tried it, but might work... > On Jan 21, 2020, at 5:22 PM, Marco S Hyman via Cocoa-dev > wrote: > > Is there a way to change the date format used by