Temporarily disable button key equivalent

2010-11-06 Thread Eric Crichlow
I have a data entry sheet that has the Return key set as the key equivalent for the OK button, to dismiss the sheet. The sheet has a couple of NSComboBox controls on it. When the combobox dropdown is showing, I want the user to be able to use the arrow keys to pick an item and hit the Return key

Does migratePersistentStore not overwrite?

2008-08-03 Thread Eric Crichlow
I've spent... wasted the weekend trying to figure out what was wrong with my code or with Core Data. The symptom seemed to be that I could create entities in my app, and do a "Save As..." and everything worked right. but when I then added another entity or 2, and did a "Save", quit the

Re: MobileMe upload file to iDisk

2008-07-16 Thread Eric Crichlow
Yes, a .Mac SDK exists that allows apps to integrate with .Mac, and I think the SDK is still compatible with the move to MobileMe. Look here: http://developer.apple.com/sdk/ Scroll down a bit. It hasn't been updated in a while. ...Eric... This messa

Re: NSArrayController, managedObjects and KVO

2008-03-25 Thread Eric Crichlow
On Tue, 25 Mar 2008 15:04:07 -0400, Brian Krisler wrote: > All I would like to do is get notified with the check box is > selected and have a way of determining with item was selected. Well then, all I do is connect the checkbox column in IB to an action method in my code. The method gets cal