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: 9028
- Wed Sep 01, 2010 2:08 pm
- Forum: Support
- Topic: Hyperlink behavior
- Replies: 2
- Views: 9028
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 ...
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 ...
- Tue Aug 24, 2010 10:02 am
- Forum: Support
- Topic: Clipboard open during execution of OnChange event
- Replies: 1
- Views: 7070
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 ...
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 ...