Re: Trouble with services

2014-08-01 Thread Kyle Sluder
On Jul 31, 2014, at 9:11 PM, Ken Thomases k...@codeweavers.com wrote: On Jul 31, 2014, at 10:10 PM, Jon Baumgartner j...@bergenstreetsoftware.com wrote: My app has a service that gets invoked from the Finder. It works great, but I now have multiple versions of the app, and I can’t figure

Re: Trouble with services

2014-08-01 Thread Jon Baumgartner
On Aug 1, 2014, at 3:01 AM, Kyle Sluder k...@ksluder.com wrote: On Jul 31, 2014, at 9:11 PM, Ken Thomases k...@codeweavers.com wrote: You probably want lsregister. /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister First, I'd try

Re: Trouble with services

2014-08-01 Thread SevenBits
On Aug 1, 2014, at 11:18 AM, Jon Baumgartner j...@bergenstreetsoftware.com wrote: On Aug 1, 2014, at 3:01 AM, Kyle Sluder k...@ksluder.com wrote: On Jul 31, 2014, at 9:11 PM, Ken Thomases k...@codeweavers.com wrote: You probably want lsregister.

Re: ARC and NSObjectController bindings through file's owner

2014-08-01 Thread Sean McBride
On Thu, 31 Jul 2014 09:26:27 -0700, Jerry Krinock said: One thing I just noticed is that NSWindowController's 'document' property is not actually documented as KVO-compliant. Maybe that's my problem... but I've been binding through it for over a decade now! That may well be the real problem,

Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Rainer Brockerhoff
On 8/1/14, 14:33, cocoa-dev-requ...@lists.apple.com wrote: Date: Thu, 31 Jul 2014 15:46:21 -0400 From: Sean McBride s...@rogue-research.com Subject: Alternative to NSRunningApplication launchDate? Message-ID: 20140731194621.1455233...@mail.rogue-research.com Content-Type: text/plain;

Re: ARC and NSObjectController bindings through file's owner

2014-08-01 Thread Kyle Sluder
On Aug 1, 2014, at 10:33 AM, Sean McBride s...@rogue-research.com wrote: On Thu, 31 Jul 2014 09:26:27 -0700, Jerry Krinock said: One thing I just noticed is that NSWindowController's 'document' property is not actually documented as KVO-compliant. Maybe that's my problem... but I've been

Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Ken Thomases
On Aug 1, 2014, at 12:49 PM, Rainer Brockerhoff rai...@brockerhoff.net wrote: On 8/1/14, 14:33, cocoa-dev-requ...@lists.apple.com wrote: Date: Thu, 31 Jul 2014 15:46:21 -0400 From: Sean McBride s...@rogue-research.com Subject: Alternative to NSRunningApplication launchDate? Message-ID:

Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Sean McBride
On Thu, 31 Jul 2014 20:58:53 +0100, Jonathan Mitchell said: Anyone know another way of finding an app's launch date? Some UNIX layer API? sysctl? You can extract what you need from this: http://stackoverflow.com/questions/17483407/is-there-any-way-to-get-the-

Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Kyle Sluder
On Fri, Aug 1, 2014, at 01:30 PM, Sean McBride wrote: On Thu, 31 Jul 2014 20:58:53 +0100, Jonathan Mitchell said: Anyone know another way of finding an app's launch date? Some UNIX layer API? sysctl? You can extract what you need from this:

Re: ARC and NSObjectController bindings through file's owner

2014-08-01 Thread Jerry Krinock
On 2014 Aug 01, at 10:33, Sean McBride s...@rogue-research.com wrote: I've tried some similar permutations and they have 'fixed' the issue. I have about 50 xibs to fix now, so want to be sure I do this correctly. :) I now find myself questioning basic things. :) I understand. It would

How to disable volume ramp when playing audio with AVPlayer?

2014-08-01 Thread Dave Fernandes
I’m using an AVPlayer to play an audio track and synchronize playback with an AVSynchronizedLayer. It is all working fine, but there is some default behavior” that I would like to change. When you start playback, the volume always ramps up to the value that has been set. This is a problem

Re: ARC and NSObjectController bindings through file's owner

2014-08-01 Thread Quincey Morris
On Aug 1, 2014, at 12:03 , Jerry Krinock je...@ieee.org wrote: Unfortunately, I’m not able to justify my design pattern based on the Cocoa Bindings API documentation. As I said earlier in the thread, that fact that the error messages go away doesn’t mean the problem doesn’t exist. However, I

Re: Trouble with services

2014-08-01 Thread Jon Baumgartner
Weird. I tried that. Still no go. I ended up having to delete that archive (I didn’t need it anyway) and now it’s correctly firing up my current development copy. On Aug 1, 2014, at 11:21 AM, SevenBits sevenbitst...@gmail.com wrote: On Aug 1, 2014, at 11:18 AM, Jon Baumgartner