Re: NSDocument save as bug

2010-01-31 Thread Alexey Zakhlestin
On 01.02.2010, at 10:13, Half Activist wrote: Hello, In a NSDocument based application, my document class handles 3 different kinds of documents, 1 as a viewer and 2 as an editor. Actually, I wished it could handle the 2 types as an editor but here is what happens: When

Re: NSTreeController rearrangeObjects doesn't always trigger sorting

2008-10-04 Thread Alexey Zakhlestin
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/indeyets%40gmail.com This email sent to [EMAIL PROTECTED] -- Alexey Zakhlestin http://blog.milkfarmsoft.com/ ___ Cocoa-dev mailing list (Cocoa-dev

NSTreeController, canRemove binding

2008-03-22 Thread Alexey Zakhlestin
? -- Alexey Zakhlestin http://www.milkfarmsoft.com/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update

Re: NSTreeController, canRemove binding

2008-03-22 Thread Alexey Zakhlestin
On 3/22/08, Jeff Nouwen [EMAIL PROTECTED] wrote: On Mar-22-2008, at 3:20 AM, Alexey Zakhlestin wrote: I have NSOutlineView bound to NSTreeController Additionally, I have a button, which is bound to canRemove of NSTreeController. Unfortunately, button never gets disabled (even if I

Re: NSTreeController, canRemove binding

2008-03-22 Thread Alexey Zakhlestin
SOLVED NSToolbarItem, which I was trying to disable had Autovalidates checked. After switching that off everything works as supposed On 3/22/08, Alexey Zakhlestin [EMAIL PROTECTED] wrote: On 3/22/08, Jeff Nouwen [EMAIL PROTECTED] wrote: On Mar-22-2008, at 3:20 AM, Alexey Zakhlestin wrote