Core Data Sync Question (Managed Object Contexts)

2008-07-20 Thread Manoj Patwardhan
I am using Core Data syncing which uses its own managed object context to apply sync changes. In the pulling stage, my application's managed object context's mergeChangesFromContextDidSaveNotification method is getting called. However, the application has some array controllers that are lis

Calling setLineFragment on typesetter

2008-07-25 Thread Manoj Patwardhan
drawn. Thanks! Manoj Patwardhan ___ 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 your Subscri

WebView and authentication dialog

2008-09-18 Thread Manoj Patwardhan
more. The loading simply doesn't proceed further. If I check the box to add the user name and password to my keychain and then repeat this, the page loads fine because it doesn't display the authentication dialog any more. Any ideas? Thanks!! Manoj

Sizing NSDatePicker to reflect chosen date format in System Prefs

2008-12-04 Thread Manoj Patwardhan
How do date format settings in the International pane in System Preferences get reflected in an instance of NSDatePicker? I have a window with a NSDatePicker control. Regardless of what I change the short date format to in System Preferences, the control is not automatically resized. Callin