Re: How to detect a paste request for file copy/paste?

2008-12-10 Thread Conor
/Cocoa/Conceptual/DragandDrop/Tasks/DraggingFiles.html Conor http://www.bruji.com/ ___ 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

Re: Code signing validation

2008-10-28 Thread Conor
even a removed localisation would then be fatal Just a clarification: removing a localization does not affect the signature (http://atomic-bird.com/blog/2007/11/leopard-code-signing-questions-and-answers ). Regards, Conor ___ Cocoa-dev mailing

Re: stringWithFormat

2008-10-20 Thread Conor
You create an object using a method whose name begins with “alloc” or “new” or contains “copy” (for example, alloc, newObject, or mutableCopy). Many classes provide methods of the form +className... that you can use to obtain a new instance of the class. Often referred to as

Re: Interface Builder popularity w/ Cocoa Developers

2008-06-16 Thread Conor
and incoming connections for an object. Watch the keynote for the WWDC '08, the demo by Scott shows what an advantage IB can be to building an application on the iPhone or Mac OS X. Conor http://www.bruji.com/___ Cocoa-dev mailing list (Cocoa-dev

Re: How to make a UI like in Mail?

2008-03-13 Thread Conor
I�m new to Cocoa and I really need a hint in UI Design. How can I create this Panel like it is shown in a lot of Application like Mail? http://developer.apple.com/samplecode/SourceView/index.html ___ Cocoa-dev mailing list

Re: When in the launch cycle does coredata data become available.

2008-03-03 Thread Conor
applicationDidFinishLaunching with: [self performSelector:@selector(methodThatWillDoSomethingWithMyServers:) withObject:nil afterDelay:0.0]; Regards, Conor http://www.bruji.com/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin