[Gambas-user] Help component.
ron
ronstk at ...239...
Wed Mar 29 03:05:29 CEST 2006
On Wednesday 29 March 2006 01:51, GuruLounge - MailLists wrote:
> What component is used by the Gambas IDE (1.0.14 in particular) to
> display the help files (I'm assuming the gambas HTML files
> in /usr/share/gambas/help).
>
> And.. can this component be used in my projects?
>
> TIA,
> Jeff
>
It is coded in the gambas IDE source, not a component.
It depends on other code in the IDE so it is not direct
usable without rewriting for own projects.
/home/ron/src/gambas2-1.9.28/app/src/gambas2/FExplorer.class + FExplorer.form
/home/ron/src/gambas-1.0.14/app/src/gambas/FExplorer.class + FExplorer.form
and the help files runtime in
/opt/gb28/share/gambas(2)/help/<the_files> or
/user/share/gambas(2)/help/<the_files> or
/user/local/share/gambas(2)/help/<the_files>
Ron
More information about the User
mailing list