Re: Proper KVO with NSTreeController + NSOutlineView

2012-09-28 Thread Joe Wollard
On Sep 28, 2012, at 8:33 AM, Alex Zavatone z...@mac.com wrote: On Sep 27, 2012, at 10:42 PM, Joseph M. Wollard wrote: I'm pretty sure I'm doing something wrong here. I have an NSTreeController bound to the 'value' of an NSOutlineView's table column. The NSTreeController's content is

Re: Proper KVO with NSTreeController + NSOutlineView

2012-09-28 Thread Joe Wollard
On Sep 28, 2012, at 8:51 AM, Dave Keck davek...@gmail.com wrote: I'd like to observe a notification when a user edits (renames) an item in the outline view that tells me the old and new values. I'm getting notifications, but the old and new values are always null. For what it's worth, I'm

Re: MKMapView: Can't keep annotations from flashing during an update. Ideas?

2012-06-26 Thread Joe Wollard
zoomed out and more pins are visible when zoomed in. If that's similar to the problem you're trying to address, I'd be interested in your findings as I can't seem to come up with anything that doesn't involve a bunch of overhead and rect calculations. --- Joe Wollard On Jun 26, 2012, at 8:48

Question about FSMountServerVolumeSync

2012-06-19 Thread Joe Wollard
); } else { CFShow((__bridge CFStringRef)mountPoint); } } return 0; } -- Joe Wollard ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Re: Question about sending to PHP from Obj-C

2011-08-04 Thread Joe Wollard
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html%23//apple_ref/occ/instm/NSString/writeToURL:atomically:encoding:error: I'd guess that you could create an NSURL object with the full GET string, then write an empty

Re: Installing application on a network onto several computers

2011-05-19 Thread Joe Wollard
In a small scenario like that, you'd probably be pretty happy with something like Apple Remote Desktop (although it's expensive if this is a one off scenario). Basically you'd install ARD on the teacher's workstation and then push the pkg out to the rest of the classroom through that software.