No idea. Maybe the lhelp develop knows the answer. Hasn't CHM been abandoned by Microsoft due to security concerns?
Thanks. -Phil ________________________________________ From: Vincent Snijders [[email protected]] Sent: Wednesday, November 11, 2009 3:44 PM To: Lazarus mailing list Subject: Re: [Lazarus] Gecko on lazarus Hess, Philip J schreef: > By rights, on OS X the help should probably open in the OS X Help Viewer, not > in lhelp or a browser. I believe Help Viewer can display most HTML. A quick > and dirty way to use it is: > > {$IFDEF DARWIN} > Shell('Open -a "Help Viewer" "' + HelpFile + '"'); > {$ENDIF} > > Thinking ahead, what it you wanted to put some level of interactivity or > animation in parts of the help? A full browser would help out there. > Can OS X Help Viewer open chm files? Can it use its index and table of contents? Vincent -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
