Search the web
Sign In
New User? Sign Up
eclipse_tw · Eclipse Platform Technical Writers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1824 - 1853 of 1853   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1824
Thank you Wendy! I followed your steps and added the following to my helpdata.xml file: <extensions> <hidden> <toc...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 1, 2009
5:44 pm
1825
The simplest thing to try is to delete the cached files to make sure that your latest changes are being read. To do so, stop the infocenter, then shutdown the...
Wendy Beren
wendyberen
Offline Send Email
Oct 1, 2009
5:52 pm
1826
That had no effect - the Workbench remains. I'm using the "clean" command on startup which I think is supposed to prevent caching from getting in the way of...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 1, 2009
5:58 pm
1827
Yes, you're right about clean. I'm afraid I can't help your further with the Workbench User Guide. I have just one other suggested test to make sure you've set...
Wendy Beren
wendyberen
Offline Send Email
Oct 1, 2009
6:09 pm
1828
There's a generated file or directory that has to be deleted before restarting for some changes to take effect. Anybody remember the details? On Oct 1, 2009...
Robert Lauriston
rlauriston
Offline Send Email
Oct 1, 2009
6:16 pm
1829
Nothing is being hidden, including my own content. So, this is probably a configuration issue, somewhere in there... I'll continue to play with it. Thanks...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 1, 2009
6:20 pm
1830
I was able to get this to work. Here was the problem (user error): In my plugin_customization.ini file, I had the following entry: ...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 1, 2009
7:18 pm
1831
I will give this a try, thanks, and report back, with code if it doesn't work. Perhaps I didn't write the code correctly the first time I tried it. The...
ninapanzica
Offline Send Email
Oct 1, 2009
7:33 pm
1832
... In the above example, the <topic label line ends with "/>". That's the equivelent of </topic>, isn't it? So why do you also have a </topic> on the third...
ninapanzica
Offline Send Email
Oct 1, 2009
7:39 pm
1833
As I noted in my first reply, the examples in the documentation have extraneous entries that causee errors. The <topic ...> tag is causing the problems. All...
Robert Lauriston
rlauriston
Offline Send Email
Oct 1, 2009
7:47 pm
1834
... Ok, I took a very simiple example from my TOC that has three levels and tried to apply the code you supplied. It didn't work. Can you tell me what I am...
ninapanzica
Offline Send Email
Oct 1, 2009
8:19 pm
1835
Get rid of the <label ...>: toc.xml: <link toc="../com.axiomainc.studio.help/tocwelcome.xml"/> <link toc="../com.axiomainc.studio.help/tocextras.xml"/> </toc>...
Robert Lauriston
rlauriston
Offline Send Email
Oct 1, 2009
9:01 pm
1836
Hi all, I am building a tool chain for help authoring that starts with DocBook XML and results in an Infocenter. The Infocenter will reside next to a web...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 2, 2009
3:06 pm
1837
To copy the URL for a specific topic, right-click a node in the Contents pane, and then select Copy Shortcut (Internet Explorer) or Copy Link Location...
David Cramer
cramerdw
Online Now Send Email
Oct 2, 2009
8:55 pm
1838
Thanks David. What I was hoping I could accomplish is this: 1- add tags to my DocBook content as per the instructions here: ...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 6, 2009
1:20 am
1839
Correct, #1 applies only to HTML Help (.chm) output. For a web app, you can do whatever you want, as long as the web app ends up being able to construct the...
David Cramer
cramerdw
Online Now Send Email
Oct 9, 2009
3:05 pm
1840
That's interesting. I do have my helpData.xml file set up correctly (I can reorder TOC items at will) but the <hidden> tag has no effect. It was ever thus;...
Ted Kuster
lofan6
Offline Send Email
Oct 19, 2009
9:12 pm
1841
That sounds a little familiar. I think I had the same problem when I first set it up. My hazy memory is that it was a minute problem with the structure of...
Peter Desjardins
peter_desjar...
Offline Send Email
Oct 20, 2009
3:36 am
1842
Peter, Yes, mine looks exactly like that. I've tried everything I could think of, down to messing with the indentation, looking for characters with weird ...
Ted Kuster
lofan6
Offline Send Email
Oct 20, 2009
5:11 am
1843
As a sanity check: Are you restarting the Infocenter (or Eclipse Help) with the -clean option? Make sure you're deleting the configuration folders...
Wendy Beren
wendyberen
Offline Send Email
Oct 20, 2009
12:56 pm
1844
Ideally, I'd like to embed topic codes into my source XML and have those codes referenced by the the application. For example, I could have a chapter in the...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 20, 2009
1:22 pm
1845
Thanks, Wendy. Yes on the clean option, and yes on deleting those folders. I've established that the helpData.xml file is hooked up right, because I can...
Ted Kuster
lofan6
Offline Send Email
Oct 20, 2009
3:34 pm
1846
Actually, I just realized that I'm only hiding docs in Eclipse Help, the help that comes with our Eclipse application. For the InfoCenter (which is served from...
Wendy Beren
wendyberen
Offline Send Email
Oct 20, 2009
4:02 pm
1847
What are you using to generate the HTML topic files for the Eclipse plug-in you're running in the infocenter? The application is not being built with Eclipse...
rlauriston
Offline Send Email
Oct 20, 2009
4:47 pm
1848
I'm using DocBook xsltproc. I use an eclipse_extend.xsl file in processing which creates all the topic files. It works great. The reason I'm going this route...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 20, 2009
5:01 pm
1849
That can certainly be done. Study the code in the DocBook xsls that generates the toc.xml file. What you'll want to do is generate something like that (but...
David Cramer
cramerdw
Online Now Send Email
Oct 20, 2009
5:29 pm
1850
David - thanks for your help. My content is chunked, so I'm on the right track. I'll see how far I can get solo and then tap the docbook-apps list for help...
wanderconsulting
wanderconsul...
Offline Send Email
Oct 20, 2009
5:34 pm
1851
Hi Ted, Your message reminded me of the time when you weren't seeing your CSS file being applied to the "contents" topic pages that the Eclipse help...
lee_anne_kowalski
lee_anne_kow...
Offline Send Email
Oct 20, 2009
5:35 pm
1852
Hi All, I have found an easy way to structure the help document order in Table of contents panel and hide Eclipse Help content in Eclipse Help/Infocenter. ...
amantalwar04
Offline Send Email
Oct 26, 2009
7:16 am
1853
Hi All, I have found an easy way to hide Eclipse Help content on Infocenter. With the proposed solution, one doesn't have to use multiple helpdata.xml files or...
aman deep
amantalwar04
Offline Send Email
Oct 26, 2009
3:15 pm
Messages 1824 - 1853 of 1853   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help