-
(This issue was orignally reported by Laurent Etiemble on 2008-08-25 09:40:00)
arrangedObjects should return a NSArray instance, as the content is ALWAYS an array.
-
Does JSONkit work with arrays? Ive got the following and using NSLogs I seem to have gotten my data correctly, but I am having some issues with tableview and the errors are new to me.
```
NSString *m…
-
(This issue was orignally reported by Gary Wisniewski on 2008-10-14 04:31:45)
Assume two classes, AppSuperclass and AppSubclass, defined like this:
public class AppSuperclass : NSObject....
pub…
-
Commit 69fb310f89e1587a43c88d3f0e22577ef219230c allows for MOCs from separate threads to be merged into the main thread. For some reason, NSArrayController throws an unknown selector error when the M…
-
It looks like it's alphabetizing them instead of treating them as numbers. So it goes:
10001
10002
1001
...
129
2000
...
-
**[Original report](https://bitbucket.org/ronaldoussoren/pyobjc/issue/34) by Nilesh Londhe (Bitbucket: [lvnilesh](https://bitbucket.org/lvnilesh), GitHub: [lvnilesh](https://github.com/lvnilesh)).**
…
-
Same error happens when pressing "Show all" sometimes, too.
Sorting by name is fine:
Exception Name: NSInvalidArgumentException
Description: -[__NSCFConstantString caseInsensitiveCompare]: unrecogni…
-
There's a webkit related crash. I was able to reproduce this bug on OS 10.6.4 using QS ß58.
You just have to click on any link within the QS Preferences window and it will immediately crash. This will…