WPTools6, TWPRichText and paste into one column tables

  • Using a one column table, if I try copying the whole row into clipboard then inserting an new row below and pasting the clipboard value,
    the program goes crazy in a loop operation. (application freeze).

    If my table gets more than one column (two or more columns), then, copy operations between rows are successfully accomplished.

    Waiting for a prompt and effective solution dear sirs. I remain.

    Matteo

    • Offizieller Beitrag

    Hi,

    doing exactly what You describe I cannot reproduce that. Do you insert a nested table or using just regular copying.

    Usually in a one column table it is not possible to select just one row. Only the text is selected or you select 2 columns.

    I tried to reproduce this using this code, too:

    Code
    WPRichText1.SelectThisRow;
      WPRichText1.CopyToClipboard;
      WPRichText1.CPMoveDownPar;
      WPRichText1.PasteFromClipboard();


    Julian[/code]

  • You can visually reproduce the problem.

    In the editor create one table with one column and one row.
    then insert the text in first row.
    then select all first row (not the text, the row)
    then Copy to clipboard
    then insert new row
    then move into new row
    then paste from clipboard.
    The application freezes.

    Best Regards
    Matteo