Search found 66 matches

by Martian
Thu Dec 22, 2016 7:05 am
Forum: Support
Topic: From "examples and demos": d&d of images
Replies: 18
Views: 50032

Ok it almost works but my ChangePicture procedure cannot find that image to replace placeholder because there is no URL attached to placeholder. Where should I check for it? When I import from HTML all imported images come with ItemURL set. RVData.GetItemExtraStrProperty(i, rvespImageFileName, ItemU...
by Martian
Wed Dec 21, 2016 9:16 am
Forum: Support
Topic: Enum bookmarks manually
Replies: 2
Views: 11686

Enum bookmarks manually

Please help me fill my ComboBox with checkpoints from RVE. I checked BookmarkRVFrm.pas from Actions and did almost everything like there but it doesn't work. My EnumCheckpoints procedure never fires but I have several bookmarks in my document. First of all I need to load my RVF from DB to a new empt...
by Martian
Fri Dec 02, 2016 6:02 am
Forum: Support
Topic: From "examples and demos": d&d of images
Replies: 18
Views: 50032

Sergey Tkachenko wrote:I added an option to download images when accepting d&d URLs.
You mean RichViewEdit?
When we can expect this update?
by Martian
Thu Dec 01, 2016 7:18 am
Forum: Support
Topic: From "examples and demos": d&d of images
Replies: 18
Views: 50032

By picture extension at the end (like http://www.web.com/pic.png)
In my case real picture is most important than it's link.
Anyway I would like to implement it. What is the better way?
by Martian
Wed Nov 30, 2016 10:00 pm
Forum: Support
Topic: From "examples and demos": d&d of images
Replies: 18
Views: 50032

Well, of course, TRichViewEdit can check if the dropped link is a link to a picture, download this picture and insert, but I believe it should not do it. This is exactly what I want to implement. If you drag image from firefox or chrome to windows explorer it will save this image, not URL. I want t...
by Martian
Wed Nov 30, 2016 2:41 am
Forum: Support
Topic: From "examples and demos": d&d of images
Replies: 18
Views: 50032

From "examples and demos": d&d of images

Can you update this demo to show how to process image dragged from browser? When you drag some image from Firefox for example it sends only link to that image but not image itself. I know how to download and insert image into RVE but I'm not sure about the better way to do it. When you import HTML y...
by Martian
Sun May 01, 2016 8:40 am
Forum: Support
Topic: Undo after save. How?
Replies: 4
Views: 15965

I found the reason why I lose undo every time I save my document.
It's because of

Code: Select all

RichViewEdit1.DeleteUnusedStyles(True,True,True);
I wrote this code several years ago and maybe it's not really necessary in the latest versions of RVE?
by Martian
Fri Apr 29, 2016 11:08 pm
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 208215

Do you have a demo how to "Replace flash to TPanel with "unsupported" text"
by Martian
Fri Apr 29, 2016 8:50 am
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 208215

Will this flash video work in 64-bit application?
I think no because it throws access violation error.
So how can I prevent loading SWF videos in 64-bit app to prevent errors?
I need to detect flash video in RVF and replace it with something like 'unsupported'.
by Martian
Thu Apr 28, 2016 11:35 pm
Forum: Support
Topic: Undo after save. How?
Replies: 4
Views: 15965

Hm. But for some reason my undo button became inactive after save. Gonna check my code then.
by Martian
Thu Apr 28, 2016 11:34 pm
Forum: Support
Topic: rvf to and from docx
Replies: 8
Views: 34050

Yeah I mean native DocX import.
by Martian
Thu Apr 28, 2016 8:48 pm
Forum: Support
Topic: rvf to and from docx
Replies: 8
Views: 34050

Do you plan to support OfficeConverters for newer Office and 64-bit or we can assume this component is obsolete?

What about native support for .docx?
by Martian
Thu Apr 28, 2016 8:41 pm
Forum: Announcements
Topic: Are you interested in Lazarus version of TRichView?
Replies: 29
Views: 146315

FireMonkey - YES
Lazarus - NO
.NET - NO
by Martian
Thu Apr 28, 2016 8:40 pm
Forum: Support
Topic: Undo after save. How?
Replies: 4
Views: 15965

Undo after save. How?

In my app I always save document when user switches to another app or minimize.
It's very uncomfortable to lose undo after save.
So how to do it in TRichViewEdit?
by Martian
Fri Mar 13, 2015 7:02 pm
Forum: Announcements
Topic: TRichView toolbar icon set - 2
Replies: 7
Views: 64746

Icon design

Is there a chance to ask your designer to make more icons for my application (not for free of course)?
Also with the new trend for high-dpi displays 16x16 icons is not enough.