Search found 3 matches

by markussamuelsson
Mon Sep 06, 2010 2:55 pm
Forum: Support
Topic: Hyperlink behavior
Replies: 2
Views: 8973

Thanks for the fast reply!

The suggested solution worked great.
by markussamuelsson
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 ...
by markussamuelsson
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 ...