Abizern

3,666
Reputation
622 views

Registered User

Name Abizern
Member for 1 year
Seen 1 hour ago
Website
Location London, England
Age 42
Mac developer
1d
awarded  Yearling
1d
comment How to make NSTableView scroll to most recently added row?
+1 because this way handles the usual case where table sorting means that the new row isn't necessarily at the bottom of the table.
1d
revised How do I ask for the default temp directory on Mac OS X?
Using better tags
1d
comment ABPeoplePickerView - How do I get it to scroll to a selected record?
Isn't that only in Cocoa-Touch?
2d
revised How to write lambda methods in Objective-C ?
Added link to documentation.
2d
revised How to write lambda methods in Objective-C ?
Corrected spelling of lambda
Nov
24
comment Can Cocoa be used in FileMaker Plugins?
More details? Hard to know without even seeing the error messages you're getting.
Nov
24
comment <section> or <article>, which is contained in which
That sounds right to me. The examples I have found back this up as well. Thanks.
Nov
24
asked <section> or <article>, which is contained in which
Nov
22
revised Black Arrow Status Item
Added pictures to the post properly
Nov
20
revised Django questions: setting the port number and the using an existing database
More descriptive title
Nov
20
revised Django questions: setting the port number and the using an existing database
Changed the link to point to version 2.0 of the Django book
Nov
20
revised cloning interfaces in Java
typo in title corrected
Nov
20
comment A simple send and receive program in xcode
Almost the same as your previous question stackoverflow.com/questions/1712508/… and you'll get similar answers as well.
Nov
19
revised Cocoa Distributed Objects
edited title
Nov
19
revised XCode missing inline test results
added 148 characters in body
Nov
19
answered XCode missing inline test results
Nov
19
revised ABPeoplePickerView - How do I get it to scroll to a selected record?
edited title
Nov
18
revised IB complains that a new window has contents that go off screen
Edited the title a bit.
Nov
18
asked ABPeoplePickerView - How do I get it to scroll to a selected record?
Nov
18
revised How to convert NSInteger to int
edited title
Nov
18
answered How to convert NSInteger to int
Nov
16
revised NSMutable array invalid after objectAtIndex
added 2 characters in body
Nov
15
comment Core Data: Generate Unique ID Number
Have a look at this for timeIntervalSinceReferenceDate It isn't independent of the time zone. mikeash.com/?page=pyblog/…
Nov
15
revised NSPredicate with child objects date range query?
m
Nov
15
revised NSPredicate with child objects date range query?
Format
Nov
15
revised Regular Expressions in Objective-C and Core Data
Edited title
Nov
15
accepted How can I create a document-based application that cannot create a new document?
Nov
14
answered How can I create a document-based application that cannot create a new document?
Nov
13
revised Delete all records in NSManagedObjectContext
added 1 characters in body; edited tags
Nov
13
revised Delete all records in NSManagedObjectContext
added 7 characters in body; edited title
Nov
12
revised Cocoa shell command permission
Corrected formatting; added 69 characters in body
Nov
11
comment What are your most useful Xcode templates?
Not exactly a real question; you use the template that you need for the task in hand.
Nov
11
revised Cocoa Core Data newbie how-tos
added 1 characters in body
Nov
11
revised Client-to-client messaging in cocoa?
edited tags; edited title
Nov
10
revised Core Data: Generate Unique ID Number
added 21 characters in body; edited title
Nov
9
revised How to use NSCoder
edited tags
Nov
9
answered How to use NSCoder
Nov
9
revised Objective-C @class vs. #import
added 11 characters in body
Nov
9
accepted How to set modification date every time NSManagedObject changes?
Nov
9
answered How to set modification date every time NSManagedObject changes?
Nov
7
revised NSPopUpButton, Bindings and a shortening lifespan
Changed link to point to a download from Bitbucket; edited body
Nov
7
revised NSManagedObject setValue problem (Core Data)
deleted 11 characters in body
Nov
7
comment NSManagedObjectContextObjectsDidChangeNotification userInfo Dictionary.
You didn't ask, but here're some tips anyway. 1 You don't have to put a breakpoint on every line, you can put one at the top of the function and then use the stop over or step into buttons. 2 It's not enough to use the debugger to just see what the flow of your code is, you should be checking the values of variables as well. In your case it might help if you watched the arrays you use to synchronise your app and the calendar. 3 Try to get sync working without watching notifications and then add that back in.
Nov
7
comment NSManagedObjectContextObjectsDidChangeNotification userInfo Dictionary.
From the documentation, the notification is Posted when values of properties of objects contained in a managed object context are changed.
Nov
6
accepted NSManagedObject setValue problem (Core Data)
Nov
6
revised NSManagedObject setValue problem (Core Data)
added 4 characters in body
Nov
6
comment NSManagedObjectContextObjectsDidChangeNotification userInfo Dictionary.
Well, watching a video of you debugging doesn't help me to see what's going wrong.
Nov
6
comment NSManagedObject setValue problem (Core Data)
Works for me. I've added a link to an example project that you can download to see what you need to do.
Nov
6
revised NSManagedObject setValue problem (Core Data)
added 288 characters in body