"gordingin" <[EMAIL PROTECTED]> wrote in message news:66067@palm-dev-forum... > > Thanks Ben but I don't think I was clear. When I create a new project, that dialog has 3 tabs, project, file, object. I have figured out how to add my own entries in listbox on the project tab. Now I would like to add my own file under the file tab and perhaps objects under the objects tab. Can this be done?
This can be done using IDE plugins and stationery files. Directories added to the "Stationery" folder will automatically be reflected in the "Projects" tab. To add an item to the Files tab, you need to create a COM plugin that uses the various interfaces described in the "Creatable Items" chapter of the CodeWarrior COM API Reference. This is included in the CodeWarrior SDK folder of your install CD. For more info on COM plugins, read the PDF files in the SDK. I'll be glad to answer COM-related questions on the tools-dev forum, but it doesn't really apply to palm-dev. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
