Search found 7 matches
- Thu Dec 28, 2017 5:35 am
- Forum: Support
- Topic: Text and Image Drag&Drop...
- Replies: 6
- Views: 22006
Re: Text and Image Drag&Drop...
May I have an answer to this?
- Wed Dec 20, 2017 12:28 am
- Forum: Support
- Topic: Text and Image Drag&Drop...
- Replies: 6
- Views: 22006
Re: Text and Image Drag&Drop...
I scrap text & image from IE and drag & drop to rve. For example... sample1.JPG https://www.nytimes.com/2017/11/11/world/asia/trump-putin-election.html?action=click&contentCollection=Europe&module=RelatedCoverage®ion=Marginalia&pgtype=article The below picture is the result of rve. rev.jpg
- Tue Dec 19, 2017 1:41 am
- Forum: Support
- Topic: Text and Image Drag&Drop...
- Replies: 6
- Views: 22006
Re: Text and Image Drag&Drop...
Very Late, I see your kindly answer... I did the test as you answered, but it doesn't work the way I want it to. Text is dropping but images aren't downloaded. I've looked at this document... http://www.trichview.com/forums/viewtopic.php?f=6&t=7906&p=31614&hilit=DownloadInterface#p31614 I tested ...
- Wed Nov 15, 2017 11:23 am
- Forum: Support
- Topic: Text and Image Drag&Drop...
- Replies: 6
- Views: 22006
Text and Image Drag&Drop...
Hi~ First, Excuse me for my poor English. I tried to drag Texts+Images from Internet Explorer(IE) and drop its to TRichviewEdit(RVE), but dropped only Texts to RVE. Resultly, Texts or Images dropped to RVE only one at time. How can I drag&drop Texts+Images to RVE at once? :( Is it possible? :?
- Mon Nov 13, 2017 10:43 am
- Forum: Support
- Topic: GetItemText?
- Replies: 4
- Views: 15811
Re: GetItemText?
Thx a lot, I solved it!
- Mon Nov 13, 2017 8:21 am
- Forum: Support
- Topic: GetItemText?
- Replies: 4
- Views: 15811
Re: GetItemText?
Thanks to your kindly answer. I try to use GetCurrentPara(Section)Text in RxGetText unit, but there's no ParaText function for using specified ItemNo. I need to get Para(Section)Text for using specified ItemNo. function example... function GetPara(Section)Text(rve: TCustomRichViewEdit; ItemNo ...
- Mon Nov 13, 2017 2:31 am
- Forum: Support
- Topic: GetItemText?
- Replies: 4
- Views: 15811
GetItemText?
Hello, first, I apologize for my poor english. I try to get a line text in TRichviewEdit, there's a small problem. a line is, Example... This is a test line... S := rve.GetItemText(0) -> result S) This is a test line... And I Change TextStyle to BOLD(or Underline, etc...) at a word in a line ...