Re: Looking for info on creating Plugins/Modules

2008-12-13 Thread Tom Jones
This is great, thanks! I think you even covered follow up questions, now it's off to read the Apple documentation. Thanks again, tom On Dec 12, 2008, at 1:05 AM, Chris Hanson wrote: On Dec 12, 2008, at 12:16 AM, Kyle Sluder wrote: On Fri, Dec 12, 2008 at 2:58 AM, Tom Jones wrote: I'm h

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread Jean-Daniel Dupas
Le 12 déc. 08 à 18:19, glenn andreas a écrit : On Dec 12, 2008, at 11:01 AM, Jean-Daniel Dupas wrote: Le 12 déc. 08 à 17:19, glenn andreas a écrit : On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote: On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote: - Your plug-ins should have a documen

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread glenn andreas
On Dec 12, 2008, at 11:01 AM, Jean-Daniel Dupas wrote: Le 12 déc. 08 à 17:19, glenn andreas a écrit : On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote: On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote: - Your plug-ins should have a document type and UTI declared in your app's Info.plist

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread Jean-Daniel Dupas
Le 12 déc. 08 à 17:19, glenn andreas a écrit : On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote: On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote: - Your plug-ins should have a document type and UTI declared in your app's Info.plist so they can be recognized as file packages rather than

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread glenn andreas
On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote: On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote: - Your plug-ins should have a document type and UTI declared in your app's Info.plist so they can be recognized as file packages rather than folders by the Finder and get a nice icon. Anoth

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread Sherm Pendley
On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote: - Your plug-ins should have a document type and UTI declared in your app's Info.plist so they can be recognized as file packages rather than folders by the Finder and get a nice icon. Another nice effect of this is the same behavior you get f

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread jonat...@mugginsoft.com
NSBundle is the way to go IMHO. It worked for me. see: http://developer.apple.com/documentation/Cocoa/Conceptual/LoadingCode/LoadingCode.html Plus I found these useful http://www.stone.com/The_Cocoa_Files/Thanks_A_Bundle_.html http://www.stone.com/The_Cocoa_Files/Dynamic_Bundles.html On 12 De

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread Chris Hanson
On Dec 12, 2008, at 12:16 AM, Kyle Sluder wrote: On Fri, Dec 12, 2008 at 2:58 AM, Tom Jones wrote: I'm hoping someone could point me in the right direction. Where would I read up on how to create modules or plugins for a Cocoa application? I'm not even sure I'm asking the right question :-

Re: Looking for info on creating Plugins/Modules

2008-12-12 Thread Kyle Sluder
On Fri, Dec 12, 2008 at 2:58 AM, Tom Jones wrote: > I'm hoping someone could point me in the right direction. Where would I read > up on how to create modules or plugins for a Cocoa application? I'm not even > sure I'm asking the right question :-) CFPlugin. --Kyle Sluder ___