Featured Topic
Hey guys, So I very recently started learning cocoa and am still grasping at straws with just about everything. I've made a Hello World app following a tutorialI've got a .xib with a text box and a button, and my code:HelloWorld.h:#import <@interface HelloController : NSObject { IBOutlet NSTextField *words; } - (IBAction)sayHello:(id)sender; @endHelloWorld.m:#import…
Featured Images
What's Happening in The Cocoa Programming Forum?
Latest Activity
holyjaw
started a topic: Pure Noob Here with a Pure Noob Question.
Hey guys, So I very recently started learning cocoa and am still grasping at straws with…
crhis
started a topic: [joypad] device driver like.
Someone know if is possible to control the joypad buttons (like left, right, up...) with…
crhis
responded to Cocoa change main menu.
NSApplication has a method: -(void)setMainMenu:(NSMenu *)aMenu. You can pass it a…
started a topic: Beginner Question Re: Memory Management.
[url]
Hi, I'm looking at some sample iPhone code, and in the app delegate's …
started a topic: Cascade Delete won't delete Department in Apple Sample Code.
[url]
Core Data documentation [1] describes the Cascade Delete Rule as follows: …
started a topic: IKImageBrowserView setSelectionIndex not selecting.
[url]
I have been researching extensively on how to set an IKImageBrowserView's initial…
started a topic: Programmatically Accessing Core Data Localization Strings.
[url]
Hello, I have a strings file defined for my Core Data model. As such, my…
started a topic: Editable ImageView won't accept drop on first display in modal window?.
[url]
I have a small and simple test Xcode 3.1.1 project you can download to see this…
started a topic: stepping in unit test.
[url]
Hi, I'm using XCode 2.4.1, doing some unit test, is it possible to debug/step in…
started a topic: Service not working.
[url]
Hi folks, I'm trying to develop an application that acts as a service, but I …
started a topic: CalendarStore and delegated calendars.
[url]
Hello all, Is it a bug or by design that the CalendarStore will not pick up …