On 2016-11-20 06:16, Lars via Lazarus wrote:
> Docview is an fpGui based project?
Yes, and it comes standard with fpGUI. I've also created some pre-built
binaries, available on SourceForge for download.
Regards,
Graeme
--
___
Lazarus mailing list
La
On Fri, November 18, 2016 6:16 am, Graeme Geldenhuys via Lazarus wrote:
> On 2016-11-18 11:36, Lars via Lazarus wrote:
>
>> Since I use both Lazarus and Delphi and never just use one or the
>> other, is there any help system that works in both delphi and Lazarus?
>
> Yes, Docview and INF help can b
On 11/19/2016 05:33 PM, Lars via Lazarus wrote:
On Sat, November 19, 2016 3:24 pm, Lars wrote:
On Fri, November 18, 2016 5:08 am, Andrew Haines via Lazarus wrote:
lhelp uses IPC to communicate so it wouldn't be too bad to write a
Delphi
unit to control it.
p.s. in addition to my last message,
On Sat, November 19, 2016 3:24 pm, Lars wrote:
> On Fri, November 18, 2016 5:08 am, Andrew Haines via Lazarus wrote:
>
>> lhelp uses IPC to communicate so it wouldn't be too bad to write a
>> Delphi
>> unit to control it.
p.s. in addition to my last message, wouldn't SimpleIPC need to be ported
to
On Fri, November 18, 2016 5:08 am, Andrew Haines via Lazarus wrote:
> lhelp uses IPC to communicate so it wouldn't be too bad to write a Delphi
> unit to control it. Compiling lhelp though is a fpc only job.
>
> https://github.com/graemeg/lazarus/blob/upstream/components/chmhelp/packa
> ges/help/lh
On 2016-11-18 13:16, Graeme Geldenhuys via Lazarus wrote:
> ps:
> There is a known bug in Delphi 7 where Application.OnHelp is never
> called. Later Delphi versions have fixed this bug. If the application
> is compiled with Delphi 7, then you need to simply catch the WM_HELP
> message in th
On 2016-11-18 11:36, Lars via Lazarus wrote:
> Since I use both Lazarus and Delphi and never just use one or the other,
> is there any help system that works in both delphi and Lazarus?
Yes, Docview and INF help can be used in both cases. I already posted a
full example project for Lazarus LCL app
On 11/18/2016 06:36 AM, Lars via Lazarus wrote:
Hi,
Since I use both Lazarus and Delphi and never just use one or the other,
is there any help system that works in both delphi and Lazarus? i.e.
anyone port LHelp to delphi so delphi apps can have a similar help system?
Or any other help systems t
Hi,
Since I use both Lazarus and Delphi and never just use one or the other,
is there any help system that works in both delphi and Lazarus? i.e.
anyone port LHelp to delphi so delphi apps can have a similar help system?
Or any other help systems that are portable between Laz and Delphi?
I haven'