Page 1 of 1

Hidden word - how to display it once again

Posted: Wed May 02, 2012 1:03 pm
by alexandreq
Hello Sergey,

I didn't understand how to work with hidden word, there is this action to hide words, but it I want to display it once again?

Is there any way to create a list of hidden words from a text and to have a option on this list to return the hidden word to a displayed word?

thanks
Alexandre

Posted: Wed May 02, 2012 8:10 pm
by Sergey Tkachenko
To display hidden text, the editor must have rvoShowHiddenText option included (for TRichViewEdit - in Options property, for TSRichViewEdit - in RVOptions property).

In RichViewActions, you can use TrvActionShowSpecialCharacters action - http://www.trichview.com/help-actions/t ... acters.htm
It shows all hidden text. You can select it unhide using TrvActionHide.

Posted: Wed May 02, 2012 8:53 pm
by alexandreq
Hi Sergey

Thanks for your reply.

I'm gonna test it

Alex