Search found 7 matches

by JSH2
Tue Nov 06, 2007 8:59 am
Forum: Support
Topic: RTF paste problem
Replies: 3
Views: 11007

Yes, it is solved.

Thank you very much.
by JSH2
Tue Nov 06, 2007 5:40 am
Forum: Support
Topic: RTF paste problem
Replies: 3
Views: 11007

I made an experiment to find the reason of the RTF paste problem of Korean chaacters. After I copy and paste Korean characters from a Wordpad to a RichviewEdit, I check the characters's TextStyle.Unicode property, then it is False . If I force to set it to true, then the richedit's cursor movement ...
by JSH2
Tue Nov 06, 2007 2:50 am
Forum: Support
Topic: RTF paste problem
Replies: 3
Views: 11007

RTF paste problem

I am using Korean version Windows. When I copy & paste korean characters from the NotePad to a RichViewEdit, it is O.K. But when I copy and paste korean characters from the WordPad or the MS word, it is something wrong. The pasted korean characters looks well, but the RichView cursor does not move ...
by JSH2
Sat Nov 03, 2007 7:47 am
Forum: Support
Topic: How to search text directly from database field
Replies: 3
Views: 12591

How to search text directly from database field

I would like to search all records including a given text from database, which has a field containing RichViewEdit data. A simple method is that using database scrolling function as follows: aTbale.first; while not aTbale.EOF do begin if DBRichViewEdit.searchtext() then begin ... end; aTable.Next ...
by JSH2
Mon Aug 27, 2007 12:45 pm
Forum: Support
Topic: How to automatically change the style after drag&drop UR
Replies: 1
Views: 7834

How to automatically change the style after drag&drop UR

To make hyprttext when I drag&drop a URL from internet explorer, I use OnReadHyperlink and OnJump event as follows: procedure TForm1.FormCreate(Sender: TObject); begin with RichViewEdit1 do begin RTFReadProperties.UnicodeMode := rvruOnlyUnicode; //To use unicode Options := Options ...
by JSH2
Sun Aug 26, 2007 7:30 am
Forum: Support
Topic: File drag and drop and hypertext
Replies: 1
Views: 7974

File drag and drop and hypertext

When I drag and drop a file from a explorer to a RichViewEdit, I would like to insert the file name on the RichViewEdit and make a hypertext to link the file location.
How could I do?
Help me, please.

Thank you in advance.
by JSH2
Sat Apr 21, 2007 1:51 pm
Forum: Support
Topic: Backspace/Delete key works wrong with Korean characters
Replies: 1
Views: 8581

Backspace/Delete key works wrong with Korean characters

When I write korean characters in TRichViewEdit, and use the Delete or Backspace key to delete a korean character, It works wrong. It does not delete a korean character perfectly. If I use the key twice, It deletes a korean character perfectly. Korean characters are double-byte characters(DBCS ...