Page 1 of 1

Copy-Paste Text with links

Posted: Sat Dec 12, 2020 2:23 pm
by heynen
Dear all,

how can I copy and paste a text paragraph, while maintaining the links that are in that paragraph?
When I try to do this, the link either vanishes, or is replaced by another link (from a later paragraph).

thanks!

Malte

Re: Copy-Paste Text with links

Posted: Sat Dec 12, 2020 3:23 pm
by Pablo
WWB uses the standard Windows text editor component (richedit), this control uses RTF clipboard data for copy/paste.
Unfortunately, this does not support copy/pasting link data. That means that the link data in only valid within the content of the same text object.

If you copy the entire text object to another page then all link data will be included because in that case WWB's private clipboard format will be used.