Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help Authoring Software

65 views
Skip to first unread message

Bob Darlington

unread,
Apr 21, 2013, 9:55:42 PM4/21/13
to
I've been using SkyFlySoft's Pocket CHM now for many years and been happy
with the results.
But since reloading to a new PC, I haven't been able to reinstall (even
using the original UserID and Password).
The program accepts the registration info, but still reopens with an
unregistered copy (can't compile etc).
I've contacted sup...@skyflysoft.com several times (first on 25 March) and
received relevant 'Successful delivery' notifications but no 'read receipts'
or responses.
Has anyone else had trouble contacting this company?

Any recommendations for a alternative Help software package?


--
Bob Darlington
Brisbane


Bob Darlington

unread,
Apr 21, 2013, 9:57:57 PM4/21/13
to
Sorry, that should have read 'FlySky' not 'SkyFly'.
And my emails did have the correct address.

--
Bob Darlington
Brisbane
"Bob Darlington" <b...@notheredpcman.com.au> wrote in message
news:5174984b$0$2258$c3e8da3$40d4...@news.astraweb.com...

Albert D. Kallal

unread,
Apr 22, 2013, 12:04:57 AM4/22/13
to
"Bob Darlington" wrote in message
news:5174984b$0$2258$c3e8da3$40d4...@news.astraweb.com...

>Any recommendations for a alternative Help software package?

I say roll your own.

The trick is a simple + good design.

Here is functional spec for my help system - I not had time to write this,
but it been in my head for at least 10 years!!

===
You know, really in about 5 hours of time you could build in a VERY nice
help system. Maybe even less.

Albert's REALLY short functional spec for a Access Help system:

Purpose:
Help system will be based on a table of rich text memos to allow nice help
text formatting with colors – a color scheme similar to most help files
would also enhance this look + feel.

The help code system would simply be broken down into this:

Application help table file – single record and memo to explain the
application (accounting system, or PO system – a short explain). Kind of
the "about" this application memo - no need to have this be a long book.

Forms help menu – single memo that explains the use + intention of the
current form.

Forms controls (sub table/form) of above.

These memos would be for each control. Hitting f1 in a given form would
launch this memo. If this control des NOT have a memo, then the above form
level memo would then be displayed (with a sub list of possible controls
that can be clicked on to view the help files for each control).


So above is a simple set of two tables with rich text memos, and also a
keyword column.

The help system would thus simply when the user hits F1 do this:

Get current form name (screen.ActiveForm.name). Then we get current control
name. We then query our forms help table (with a join to the child controls
table) and launch the appropriate memo based on the two columns (form name
and control name). As noted, if no control name exists or is found, then try
again the query with JUST the form name).

We then pull up the help for the control, or if none, then help for the
whole form.

To create the help system once in place on the fly without code?

The help system will have two modes:

Design + create help mode.

user mode

In design + create mode you simply hit f1 on any form while running the
application. The help system looks for the form level memo (and if one is
not found THEN YOU a prompt asking do you want to add a form level help item
for the current form name. You then GET TO EDIT + ADD this form level memo.
You type in the form description and what is supposed to do - and you can
use nice fonts since we have rich text now).

You ALSO then get to edit/add the sub form record with the current control
name (if one had the focus). You thus edit the help text for the control.

When you save, next time you hit f1, then the memo from that control (based
on form + control) menu is displayed (and you can edit the text).

You could in fact run the application ALWAYS in this way for help. That way
ALL USERS of the system could in fact build the help file for you!!!

So you just sit down a non programmer and let them have at your application.
They can open any form and start hitting F1 for each control and add the
help text (or edit help text if that control been done).

When done (or you are never done), you simply flip the help system into
"user" mode. Now when users hit f1, they see the memo pop up, but cannot
edit it.

The above system would thus allow you to build a help file system on the fly
or even have a "user" and non program person edit + create the help file by
simply opening each form and moving into a control and then hitting f1 key.
======
End of Albert's help spec.

So the above is what we call in the software industry a functional spec. It
is a general outline of the concept and idea of how this help system would
work.

This type of help generator system was popular back in the old FoxPro days,
and the new Access rich text memo ability's we had since 2007 make Access
absolute perfect for this type of help file system.

The beauty of the system is you don't have to generate help IDs, and when
done you could build a few reports that printout what each form does. Since
when you hit f1 in a given form a new record in the forms help table is
created (or displayed for the user to edit). So when done, could also add a
top most help screen in which they get the main application help and then a
sub form list of all forms with the form description and perhaps even a
first line of the memo displayed in that sub form

And you could even build a report that shows the form name, the form memo
help text and as a sub report shows all of the control names along with the
memo text for each control (the formControls table).

So to build a slick automated help building system in which NO code or no
help ID's or managing of attaching help text to form or controls is required
could be done with such a system.

As noted, it is really rather simple system to build – I estimate a basic
working copy of such a system could be coding in less one day of developer
time, if not a few hours.

Just build two or 3 tables, and have a form that pops up to edit the help
text in a large text box.

So I say roll your own. A starting idea for using rich text and building
your own help file can also gleaned from this article.

http://blogs.office.com/b/microsoft-access/archive/2009/04/23/write-your-own-help.aspx

Best regards,

Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
PleaseNoS...@msn.com

Bob Darlington

unread,
Apr 22, 2013, 12:54:40 AM4/22/13
to
"Albert D. Kallal" <PleaseNOS...@msn.com> wrote in message
news:LF2dt.410$bW2...@newsfe01.iad...
Thanks Albert,
I'll give that a try.

--
Bob Darlington
Brisbane


Bob Darlington

unread,
Apr 22, 2013, 7:49:42 PM4/22/13
to

"Albert D. Kallal" <PleaseNOS...@msn.com> wrote in message
news:LF2dt.410$bW2...@newsfe01.iad...
Albert,
I've had a bit of a play with this, but can't work out how to include screen
shot images.
--
Bob Darlington
Brisbane


Phil

unread,
Apr 24, 2013, 1:56:03 PM4/24/13
to

I like Albert's solution, will give it a try.
I have used http://www.helpgenerator.com/

Phil

Bob Darlington

unread,
Apr 26, 2013, 12:54:44 AM4/26/13
to
Thanks Phil,
That looks like what I need.

--
Bob Darlington
Brisbane
"Phil" <ph...@stantonfamily.co.uk> wrote in message
news:kl96bj$qcr$1...@speranza.aioe.org...

Bob Darlington

unread,
Apr 26, 2013, 1:24:02 AM4/26/13
to
Phil,
I checked out the website, and wanted to submit an enquiry via the on line
support page (no email address given).
When I tried to submit the enquiry, the support page link cannot be found.
So it looks as though their support is about as effective as SkyFlySoft.
So I think I'll give it a miss.

--
Bob Darlington
Brisbane
"Phil" <ph...@stantonfamily.co.uk> wrote in message
news:kl96bj$qcr$1...@speranza.aioe.org...
>

Phil

unread,
Apr 26, 2013, 3:50:59 AM4/26/13
to
On 26/04/2013 06:24:02, "Bob Darlington" wrote:
> Phil,
> I checked out the website, and wanted to submit an enquiry via the on line
> support page (no email address given). When I tried to submit the enquiry,
> the support page link cannot be found. So it looks as though their support
> is about as effective as SkyFlySoft. So I think I'll give it a miss.
>

Hi Bob

I exchanged a number of emails with Mark Uildriks
<m.uil...@helpgenerator.com> in January this year.

He was most helpful.

Phil

Phil

unread,
Apr 26, 2013, 7:19:34 AM4/26/13
to
Hi Bob

I emailed Marg to tell him of your problems.

Reply cam back within the hour

Hi Phil,

Many thanks for letting me know. My web host rather rudely disabled the
FrontPage extensions components which ran behind the contact form. We�re
looking for n alternative. Maybe you can forward this mail to Bob?

Regards,
Mark Uildriks
http://www.helpgenerator.com

Albert D. Kallal

unread,
Apr 28, 2013, 11:07:15 PM4/28/13
to
"Bob Darlington" wrote in message
news:5175cc3d$0$55043$c3e8da3$e408...@news.astraweb.com...

>Albert,
>I've had a bit of a play with this, but can't work out how to include
>screen shot images.
>--
>Bob Darlington
>Brisbane

You know screen shots are something I don't think rich text in Access can
support.

My fault for leaving this detail out.

Note that the form + sub form for the help would not be hyperlinked either,
but I think that if a user hits help and gets a page with the current
control "explained" you have a limited, but working help system with little
effort.

As noted, as form that displays all controls for the current form (as a sub
form) would solve much in terms of navigation for choosing a summary help
for a given form.

I think if one needs images, then I would consider using word as the editor.
(but save the document as pdf or even rtf (use word automation from Access).
In fact one might even save the document as xml.

I suppose doing this with html is also a possible (again using word as
editor).

And you could consider an attachment field � if you want the results 100%
contained inside of Access.

So my "suggested" design is weak in if you want hyperlinks or images
included.

But as noted, I would still consider the database to "launch" the word or
pdf document based on this simple database since then as noted, you can hire
non developers or even have your users edit + create the help. A "big" part
of setting up help files is all that ID generation "stuff". My suggestion is
fully automated in this regards � to create help you just hit F1, and create
the documents.

Thinking aloud I am thus now much leaning towards using PDF as the output
(from word). So "editors" of the help system would ONLY need word
installed � not any third party help editing software. And such editors
could start creating help with pictures with near zero training since the
only required skill would be how to use word.

The target machines would thus only need pdf ability.

Bob Darlington

unread,
Apr 30, 2013, 3:03:56 AM4/30/13
to
Thanks Phil.

--
Bob Darlington
Brisbane
"Phil" <ph...@stantonfamily.co.uk> wrote in message
news:kldns9$mr6$1...@speranza.aioe.org...

Bob Darlington

unread,
Apr 30, 2013, 3:12:37 AM4/30/13
to
Thank Albert.
That all makes sense.
But I'd still prefer to continue using the software I have paid for and
invested many hours in developing the current help systems (for 3 different
applications).
I find it odd that no one else seems to have commented on the fact that
FlySkySoft refuse to respond to their clients, even though they are still
offering the product for sale on line.
I've even tried emailing their sales contact with no response.
At the moment I have resurrected an old copy of Pocket CHM on an old PC and
that seems to be working for now.


--
Bob Darlington
Brisbane
"Albert D. Kallal" <PleaseNOS...@msn.com> wrote in message
news:Ctlft.11932$Sm1....@newsfe23.iad...
> "Bob Darlington" wrote in message
> news:5175cc3d$0$55043$c3e8da3$e408...@news.astraweb.com...
>
>>Albert,
>>I've had a bit of a play with this, but can't work out how to include
>>screen shot images.
>>--
>>Bob Darlington
>>Brisbane
>
> You know screen shots are something I don't think rich text in Access can
> support.
>
> My fault for leaving this detail out.
>
> Note that the form + sub form for the help would not be hyperlinked
> either, but I think that if a user hits help and gets a page with the
> current control "explained" you have a limited, but working help system
> with little effort.
>
> As noted, as form that displays all controls for the current form (as a
> sub form) would solve much in terms of navigation for choosing a summary
> help for a given form.
>
> I think if one needs images, then I would consider using word as the
> editor. (but save the document as pdf or even rtf (use word automation
> from Access). In fact one might even save the document as xml.
>
> I suppose doing this with html is also a possible (again using word as
> editor).
>
> And you could consider an attachment field – if you want the results 100%
> contained inside of Access.
>
> So my "suggested" design is weak in if you want hyperlinks or images
> included.
>
> But as noted, I would still consider the database to "launch" the word or
> pdf document based on this simple database since then as noted, you can
> hire non developers or even have your users edit + create the help. A
> "big" part of setting up help files is all that ID generation "stuff". My
> suggestion is fully automated in this regards – to create help you just
> hit F1, and create the documents.
>
> Thinking aloud I am thus now much leaning towards using PDF as the output
> (from word). So "editors" of the help system would ONLY need word
> installed – not any third party help editing software. And such editors
0 new messages