Thanks for the fast reply!
The suggested solution worked great.
Search found 3 matches
- Mon Sep 06, 2010 2:55 pm
- Forum: Support
- Topic: Hyperlink behavior
- Replies: 2
- Views: 8973
- Wed Sep 01, 2010 2:08 pm
- Forum: Support
- Topic: Hyperlink behavior
- Replies: 2
- Views: 8973
Hyperlink behavior
Hi, We have two suggestion for improvements to RichView hyperlinks: 1. The way hyperlinks behave when the user changes the hyperlink text causes confusion for our end users. I would suggest that the way MS Word handles hyperlink is more intuitive than the RichView approach. When I write www.google ...
- Tue Aug 24, 2010 10:02 am
- Forum: Support
- Topic: Clipboard open during execution of OnChange event
- Replies: 1
- Views: 7021
Clipboard open during execution of OnChange event
Sergey, We have found a subtle bug in TCustomRichViewEdit.PasteRVF. The problem is caused by Clipboard.Close being called after InsertRVFFromStreamEd(Stream) in combination with showing a MessageBox (or doing any time consuming operation) in the OnChange event. InsertRVFFromStreamEd triggers the ...