[go: up one dir, main page]

Menu

Tree [r9965] / components / rtfview /
 History

HTTPS access


File Date Author Commit
 sample 2007-02-21 jesusr [r75] rtfview: version 0.5.2->0.5.3, now it requires ...
 COPYING.LGPL 2007-02-16 jesusr [r54] initial commit of rtfview component
 COPYING.modifiedLGPL 2007-02-16 jesusr [r54] initial commit of rtfview component
 README.txt 2007-02-17 jesusr [r55] missing readme for TRTFView component
 rtfdata.inc 2007-02-16 jesusr [r54] initial commit of rtfview component
 rtfparspre211.pp 2007-02-16 jesusr [r54] initial commit of rtfview component
 rtfview.lrs 2007-02-16 jesusr [r54] initial commit of rtfview component
 rtfview.pas 2007-02-21 jesusr [r75] rtfview: version 0.5.2->0.5.3, now it requires ...
 rtfviewpkg.lpk 2007-02-21 jesusr [r75] rtfview: version 0.5.2->0.5.3, now it requires ...
 rtfviewpkg.pas 2007-02-16 jesusr [r54] initial commit of rtfview component
 trtfview.xpm 2007-02-16 jesusr [r54] initial commit of rtfview component

Read Me

TRTFView component

License.

    This component is released under Modified LGPL license (the same as
    the Lazarus LCL license) for details see the included COPYING.LGPL and 
    COPYING.modifiedLGPL files.

Notes.

    This component uses the rtf parser provided with fpc, versions previous
    to fpc 2.1.1 revision 6507 had some bugs that might affect th appareance
    of some rtf documents. In order to use this component with earlier versions
    of fpc compiler, a patched version of the rtf parser is included in file 
    rtfparspre211.pp.

    If you want to use the most current version of rtf parser, remove the 
    -dUsePre211RTFPars compiler option located at package's 
    "Compiler options->Other->Custom Options".

    This option is to be removed after the release of FPC 2.2.

Install.

    this component requires TRichView to be installed first.
    see http://wiki.lazarus.freepascal.org/RichView

    In lazarus choose: Components->Open Package File (*.lpk)
    and look for file rtfviewpkg.lpk
    
    press compile button if all went ok
    press Install button.
    
    After succesful install a new icon should appear in RichView Tab in 
    Lazarus Component Palette.
    

Use.

    See the sample directory to for an example.