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
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
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
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