Online help

6 posts / 0 new
Last post
Massi
Massi's picture
Offline
Last seen: 3 years 10 months ago
Joined: 2012-03-28 17:16
Online help

Hello,
I want my Workbench application (ReAction GUI) to provide online help / documentation, say AmigaGuide or normal text, not decided yet.

The target is OS 4.1.1.

How to achieve this?

Thanks, regards

Rigo
Rigo's picture
Offline
Last seen: 1 year 10 months ago
Joined: 2011-01-24 21:55
Depends on how you define

Depends on how you define "Online". If you mean simply opening an AmigaGuide file when the "Help" key is pressed, then this is quite simple. If you mean go and fetch a document from an internet resource and display it, that can be a little more tricky, although you have launch-handler to help out, which is preconfigured to allow simply "typing" or "opening" a URL.

The launch-handler docs will show you how this is achievable.

Simon

Massi
Massi's picture
Offline
Last seen: 3 years 10 months ago
Joined: 2012-03-28 17:16
Thanks. I was actually

Thanks.

I was actually meaning, how to open a local AmigaGuide / plain text file to provide user help / documentation on the fly, while the application is running.

hypex
hypex's picture
Offline
Last seen: 1 month 2 weeks ago
Joined: 2011-09-09 16:20
Perhaps OpenAmigaGuide() and

Perhaps OpenAmigaGuide() and related functions from amigaguide.library would be a good starting point.:-)

Otherwise you could open a text file yourself and render it into a window by whatever means.

trixie
trixie's picture
Offline
Last seen: 5 months 4 hours ago
Joined: 2011-02-03 13:58
@massi I was actually

@massi

I was actually meaning, how to open a local AmigaGuide / plain text file to provide user help / documentation on the fly, while the application is running.

Please drop me an e-mail at dan dot jedlicka @ seznam dot cz, I'll send you the source code for my AmigaGuide class, which implements AG help as a BOOPSI class. It's really easy to use in your own program.

AmigaOne X5000-020 / 2GB RAM / Sapphire Pulse Radeon RX 560 / AmigaOS 4.1 Final Edition Update 2

xenic
xenic's picture
Offline
Last seen: 1 year 11 months ago
Joined: 2011-05-07 04:52
@Massi There is a shell

@Massi
There is a shell command "openguide" at OS4Depot that might be simpler to use. Just launch the command asynchronously with the disired args. There is minimal control of the open amigaguide with arexx commands.

X1000 - OS 4.1FE

Log in or register to post comments