| Thread | Last Post | Replies |
|
| Waiting for a callback in a loop | 31 Jul 2006 13:19 GMT | 4 |
Mac OS X Codewarrior 8.3 QuarkXTension Hi
|
| newbie with xcode - Am *VERY* disappointed... | 31 Jul 2006 11:48 GMT | 79 |
I'm trying to learn xcode... But I don't like it as much as visual studio, because there are a couple of things which are really not logical I think... 1) For instance: When I debug using this "memory dump view", the numbers
|
| Cocoa & custom view | 31 Jul 2006 05:31 GMT | 7 |
In "myView" which is a custom view, drawRect is drawing a few objects at 100 pixels from the left edge of the view. When I click the mouse on one of these objects the outline is displayed in a different colour but the it's is being drawn 100 pixels from the left edge of the window ...
|
| Active Apple forum? | 30 Jul 2006 01:24 GMT | 3 |
Is there someplace other than here that hosts an active forum or newsgroup for Mac developers? This place is pretty dead, from all appearances. Thanks, -Howard
|
| Core Data | 29 Jul 2006 20:29 GMT | 3 |
Does anyone know where I can lay hands on some good tutorials in the use of Core Data?
|
| Can't find partition-map area on new Intel Mac's drive - Where now? | 28 Jul 2006 12:23 GMT | 4 |
Older OS X Macs had their partition map located in the very first 512-byte block on the disk drive. New Intel based Macs do not. I need to find start addresses of partitions, and size of partitions.
|
| gprof reporting 0 seconds execution time | 27 Jul 2006 19:20 GMT | 5 |
Just playing around with gprof and couldn't get it to produce any timing info on 10.4.7 (on PPC). It does manage to provide correct function call counts however. The same program compiled and run on Solaris shows the timing info I was
|
| What's up with GetKeys? | 27 Jul 2006 01:07 GMT | 3 |
Okay, am I nuts or is there something wonky with GetKeys and XCode? No matter what I do, GetKeys returns all 0.
|
| Question regarding NavChooseObject | 27 Jul 2006 01:00 GMT | 1 |
I'm writing an application in french and I'm opening a NavChooseObject dialog window to choose a folder the problem is that all the button are in english, is there a way to change this?
|
| Free Forth interpeter/compiler for OS X ? | 26 Jul 2006 13:34 GMT | 3 |
Free Forth interpeter/compiler for OS X ? Other than OpenFirmware one...
|
| Going universal binary goes haywire | 26 Jul 2006 10:26 GMT | 5 |
Okay, I'm baffled by this one. I've got a project that compiles, links, and runs just fine built in XCode and running on a Powerbook G4. I make a new target for i386, compile it and link it. As soon as I launch it or try to debug it I get the following message "Sorry, a
|
| NSEntityDescription -setProperties -> NSInternalInconsistencyException | 25 Jul 2006 22:44 GMT | 1 |
Hello NG, if I try to set an array of NSAttributeDescription and NSRelationshipDescription with -setProperties I get following exception:
|
| Frustrating Cocoa bug | 25 Jul 2006 18:23 GMT | 8 |
I have an old chess program written using Cocoa and OpenMCL. Because OpenMCL still doesn't work on the new Intel Macs, I am forced to rewrite my program in Objective-C. The rewrite is mostly going fine, but I have one very frustrating bug which I have no clue how to track
|
| Memory Leak Issue | 25 Jul 2006 15:50 GMT | 2 |
I am getting memory leak on the following statement. CFHTTPMessageRef httpRequest= CFHTTPMessageCreateRequest(kCFAllocatorDefault, CFSTR("GET"), CFURLCreateWithString(kCFAllocatorDefault,
|
| System images or (Application Kit Shared images) | 24 Jul 2006 23:49 GMT | 6 |
I would like to access system images using Cocoa and it looks like I should be able to do that through NSImage:imageNamed. Unfortunately I can not find the names of the possible system images other than NSAscendingSortIndicator & NSDescendingSortIndicator.
|