Michael - Thanks for the response, but I'm a little confused on what it is
you're suggesting.  Could you give a little more explanation on the steps to
do this, from the standpoint of someone who only has FB on their machine
right now?

Will this make your help show up in the context-sensitive help and search
results as well, or only in the contents page?  Is there also a way to make
your help fully linked in, so that that objects in your help like
UIComponent or EventDispatcher can be clicked on to link to the main help?

Thanks!

On Mon, Oct 6, 2008 at 1:19 PM, Michael Schmalle <[EMAIL PROTECTED]>wrote:

>   Hi Jason,
> Eclipse plugin project with a plugin.xml like
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <?eclipse version="3.2"?>
> <plugin>
>
>    <extension
>          point="org.eclipse.help.toc">
>       <toc
>             file="toc.xml" primary="true">
>       </toc>
>    </extension>
>
> </plugin>
>
>
> This is the only way you will get it to show up as a 'book' in the FB help.
>
> I've done it and it works great, you can even create an update site, that
> can keep the docs fresh.
>
> You need the PDE plugin to create a plugin. I use a different version of
> eclipse (not FB) to create plugins.
>
> See the Creating a plugin using the help extension point (in the PDE docs).
>  This might be worthy of a blog post someday. :)
>
> Mike
>
> On Mon, Oct 6, 2008 at 12:15 PM, Pan Troglodytes <[EMAIL PROTECTED]>wrote:
>
>>   I'm been hunting around to no avail on this question.  I have created
>> help for my components using ASDOC.  What's the recommended procedure to get
>> that help to show up in FB?  Is there one?
>>
>> Thanks.
>>
>> --
>> Jason
>>
>>
>
>
> --
> Teoti Graphix, LLC
> http://www.teotigraphix.com
>
> Teoti Graphix Blog
> http://www.blog.teotigraphix.com
>
> You can find more by solving the problem then by 'asking the question'.
>  
>



-- 
Jason

Reply via email to