WPTools FMX: WPRichtext - ViewOptions

  • I am trying to show spaces in order to help customers who cannot understand why their tables are not aligning correctly - they have spaces in front of images).

    I am using:

    wprichtext1.ViewOptions:=wprichtext1.ViewOptions + [wpshowspc]

    But nothing seems to change.

    wpdrawpagemarginlines seems to work.

    wpshowCR, wpshowTAB also not working

    Regards

    Dave Peters
    DP Software

  • I switched to legacy mode and the CR now shows.

    Any chance you can add spaces and tabs to the legacy mode if that's easier ?

    I found the legacy mode has better positioning of the text cursor. The standard mode does not have correct positioning when text is not left aligned in a table cell. My product uses a lot of center aligned text and its difficult to know where the cursor is.

    Are there any disadvantages to legacy mode ? It seems good.