Page 1 of 1

Cut, copy and paste problem in TRichView Table...

Posted: Thu Nov 10, 2005 8:02 am
by guybrush
Hi, I have just begin to use TRichView yesterday and was amazed with it...However i tried out the above operations on the table i added to the sample ActionTest program and found out there are some strange behaviors.

SomeText here.

=========================
| AAA | AAA | AAA | AAA | AAA | AAA |
=========================
| BBB | BBB | BBB | BBB | BBB | BBB |
=========================


If i tried to copy the text along with the whole table, it works fine. When i copy the table only if my cursor is at the next line it works fine. However if the cursor is not at the same line, it's screwed. When i tried to copy the first column, it suppose to paste the first column on my cursor position but instead a horizontal line was pasted. Same problem occurs for cut operation. How to fixed these problems:?::?:

Sorry for my broken english... :oops:

Posted: Thu Nov 10, 2005 3:42 pm
by Sergey Tkachenko
In the publicly available trial version, copy-pasting of multicell selection is not implemented.
In the latest version available for registered users, copying is implemented, but the result is pasted as a new table. Pasting into the table will be implemented in one of future updates.