>
> Massimo Belgrano wrote:
> >
> > |cTopic|
> > IF( Empty( cTopic := ::GetText() ), cTopic := ::GetWord(.F.) ),
> > HtmlHelpTopic( ::hWnd, "c:\harbour\xhdoc\xHarbour Language
> > Reference Guide.chm", cTopic )
> >
>
> HtmlHelpTopic( ::hWnd, "c:\harbour\xhdoc\xHarbour Language
> Reference Guide.chm", cTopic )
>
> Invokes a Windows only function, which I can too, but then
> hbIDE will not be multi-platform. So this implimentation will never be
> in hbIDE unless I come out with other solution.
>
> Anybody has any other idea ?
>

Custom list of external commands. If you need to pass
some values, you can add support for macros. (f.e. {TOPIC}
means cTopic), and then call the external command. Most
of the things can be solved using them.

Brgds,
Viktor
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to