Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Good toolkit for creating program help

Reply
Thread Tools

Good toolkit for creating program help

 
 
Ross
Guest
Posts: n/a
 
      07-12-2011
Hi. I need to add help to an application. I'd like the standard table
of contents plus the ability to search by keywords.

I can easily, if not too quickly, write something from scratch. But
are there any built in libraries or other shortcuts that people would
recommend which would allow me to easily create integrated program
help?
 
Reply With Quote
 
 
 
 
lewbloch
Guest
Posts: n/a
 
      07-12-2011
Ross wrote:
> Hi. I need to add help to an application. I'd like the standard table
> of contents plus the ability to search by keywords.
>
> I can easily, if not too quickly, write something from scratch. But
> are there any built in libraries or other shortcuts that people would
> recommend which would allow me to easily create integrated program
> help?


Would JavaHelp suit?
<http://javahelp.java.net/>

--
Lew
 
Reply With Quote
 
 
 
 
Warren Tang
Guest
Posts: n/a
 
      07-13-2011
On 7/13/2011 5:10 AM, lewbloch wrote:
> Ross wrote:
>> Hi. I need to add help to an application. I'd like the standard table
>> of contents plus the ability to search by keywords.
>>
>> I can easily, if not too quickly, write something from scratch. But
>> are there any built in libraries or other shortcuts that people would
>> recommend which would allow me to easily create integrated program
>> help?

>
> Would JavaHelp suit?
> <http://javahelp.java.net/>
>
> --
> Lew


Is there any library to built a *local* help (not online)?
 
Reply With Quote
 
Ross
Guest
Posts: n/a
 
      07-13-2011
On Jul 13, 4:47*am, Warren Tang <nos...@tangcs.com> wrote: --
> Is there any library to built a *local* help (not online)?


I'd also prefer to use an offline solution.

I'm going to give this a trial. http://www.pdfhelp.org/

 
Reply With Quote
 
markspace
Guest
Posts: n/a
 
      07-13-2011
On 7/13/2011 1:38 AM, Ross wrote:
> On Jul 13, 4:47 am, Warren Tang<nos...@tangcs.com> wrote: --
>> Is there any library to built a *local* help (not online)?

>
> I'd also prefer to use an offline solution.



I'm 90% sure that when Java Help says "online solution" they mean the
help is provided electronically with the program. It doesn't mean you
are required to browse the web.

The traditional use of "offline" with regard to help is a book or
printed manual. This is 1960/1970's terminology, but it's still with us
nevertheless.


 
Reply With Quote
 
lewbloch
Guest
Posts: n/a
 
      07-13-2011
Warren Tang wrote:
> lewbloch wrote:
>> Ross wrote:
>>> Hi. I need to add help to an application. I'd like the standard table
>>> of contents plus the ability to search by keywords.

>
>>> I can easily, if not too quickly, write something from scratch. But
>>> are there any built in libraries or other shortcuts that people would
>>> recommend which would allow me to easily create integrated program
>>> help?

>
>> Would JavaHelp suit?
>> <http://javahelp.java.net/>

>
> Is there any library to built a *local* help (not online)?


Yes, there's JavaHelp.
http://javahelp.java.net/
«The JavaHelp system is a Java Platform, Standard Edition ("Java SE")
optional package.»
as a cursory reading of the first page of the site reveals.

--
Lew
 
Reply With Quote
 
Jim Janney
Guest
Posts: n/a
 
      07-13-2011
markspace <-@.> writes:

> On 7/13/2011 1:38 AM, Ross wrote:
>> On Jul 13, 4:47 am, Warren Tang<nos...@tangcs.com> wrote: --
>>> Is there any library to built a *local* help (not online)?

>>
>> I'd also prefer to use an offline solution.

>
>
> I'm 90% sure that when Java Help says "online solution" they mean the
> help is provided electronically with the program. It doesn't mean you
> are required to browse the web.
>
> The traditional use of "offline" with regard to help is a book or
> printed manual. This is 1960/1970's terminology, but it's still with
> us nevertheless.


Javahelp uses HTML, but the help pages don't have to be on the web. You
can bundle them with your program and keep them on the local file
system.

I used Javahelp a couple of years back and ended up very frustrated,
because it wasn't a good fit for what I wanted to do. If I had it to do
over again I would just start from scratch. My advice would be to try
it, but not to waste too much time fighting with it if it isn't what you
need.

--
Jim Janney

 
Reply With Quote
 
Ross
Guest
Posts: n/a
 
      07-13-2011
I didn't get on well with PdfHelp. My sample application just sat
there not bringing up the window I expected while my processor was
working hard at something. JavaHelp is more heavy duty than I needed.
I just built my own History browser, based around a JTree and a
JEditorPane, with one XML file to organise a number of HTML help
pages. Still have to write the help contents, but at least it's fairly
simple. I still have to write a keyword search function, but that
shouldn't be too difficult. Especially since my help should be small
enough that I can search live, rather than having to precompute an
index.
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      07-14-2011
On Tue, 12 Jul 2011 03:31:49 -0700 (PDT), Ross <>
wrote, quoted or indirectly quoted someone who said :

>Hi. I need to add help to an application. I'd like the standard table
>of contents plus the ability to search by keywords.


see http://mindprod.com/jgloss/help.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
One thing I love about having a website, is that when I complain about
something, I only have to do it once. It saves me endless hours of grumbling.
 
Reply With Quote
 
Ross
Guest
Posts: n/a
 
      07-14-2011
On Jul 14, 5:24*am, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> On Tue, 12 Jul 2011 03:31:49 -0700 (PDT), Ross <rossclem...@gmail.com>
> wrote, quoted or indirectly quoted someone who said :
>
> >Hi. I need to add help to an application. I'd like the standard table
> >of contents plus the ability to search by keywords.

>
> seehttp://mindprod.com/jgloss/help.html


Hi. The Java glossary is a very useful resource in general. But, I'm
not sure how the entry on "help" is relevant to the current question.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a widget in C++ without using a toolkit NUPUL C++ 9 02-25-2007 04:49 AM
Using xtopdf, a PDF creation toolkit - Creating PDF Output from Plain Text, DBF, CSV, TDV, and XLS Data vasudevram Python 0 10-27-2006 06:07 PM
[Linux] What toolkit for a good grid/spreadsheet widget? Vincent Delporte Python 8 08-04-2006 03:26 PM
Good Ruby Cross-platform GUI toolkit Jimmie Houchin Ruby 3 06-16-2005 04:13 PM
Any good python crypto toolkit ? Simon Roses Femerling Python 0 06-09-2004 10:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57