Search found 26 matches

by max.beliy
Sun Aug 14, 2016 4:12 pm
Forum: Support
Topic: How to define defaul File name and path before SaveAs action
Replies: 5
Views: 15792

TrvaDocumentInfo(rvActionSave1.Documents[rvActionSave1.FindDoc(RichViewEdit1)]).FileName := ...
by max.beliy
Sun Aug 14, 2016 2:59 pm
Forum: Support
Topic: How to define defaul File name and path before SaveAs action
Replies: 5
Views: 15792

It works only once at design time, but in run time changing of
RVAControlPanel.DefaultFileName doesn't work, and the file name is still same as set in design time.
by max.beliy
Sun Aug 14, 2016 6:15 am
Forum: Support
Topic: How to define defaul File name and path before SaveAs action
Replies: 5
Views: 15792

How to define defaul File name and path before SaveAs action

How I can define default file name and path for showing them in
rvActionSaveAs dialog ?
by max.beliy
Wed Aug 10, 2016 2:07 am
Forum: Support
Topic: Search matches count
Replies: 1
Views: 9419

Search matches count

How I can get all search matches count ?
by max.beliy
Wed Jul 20, 2016 1:47 am
Forum: Support
Topic: PNG transparency for RichView Background, planed ?
Replies: 2
Views: 13575

PNG transparency for RichView Background, planed ?

Hi,
I know that ScaleRV has support for this, but I would like to have this feature in RVE, is this feature in todo list ?
by max.beliy
Wed Jul 20, 2016 1:43 am
Forum: Support
Topic: Missing Demo in RvHtmlViewImporter v1.15.2
Replies: 4
Views: 13814

Thanks
by max.beliy
Tue Jul 19, 2016 2:59 pm
Forum: Support
Topic: Missing Demo in RvHtmlViewImporter v1.15.2
Replies: 4
Views: 13814

Thank, I also made as you have an example, but in my case the pictures were in base64 format inside html imgage tag, so the import of pictures doesn't work.

Do you plan to add support for base64 stored images in future ?
by max.beliy
Mon Jul 18, 2016 5:37 am
Forum: Support
Topic: Missing Demo in RvHtmlViewImporter v1.15.2
Replies: 4
Views: 13814

Missing Demo in RvHtmlViewImporter v1.15.2

I'm trying to import to RV data with images from html, but can't do this. Text importing is ok, but fail with images. :(

May be demo will be helpful but the package "RvHtmlViewImporter v1.15.2"
has no demo :cry:
by max.beliy
Wed Jul 13, 2016 3:29 pm
Forum: Support
Topic: cxTRichViewEdit missing AcceptPasteFormats in object inspect
Replies: 0
Views: 34348

cxTRichViewEdit missing AcceptPasteFormats in object inspect

Hi,
I just want to report that property AcceptPasteFormats is not visible
in object inspector, for TcxTRichViewEdit.

May be some other properties are not visible too, I have no time to check them all ..
by max.beliy
Wed Jul 13, 2016 11:43 am
Forum: Support
Topic: How to prevent 2-nd RVE from changes by builtin actions?
Replies: 3
Views: 12390

Ok, but hotkey processing for second RVE doesn't work in this case. If second RVE has focus and RVAControlPanel.DefaultControl assigned with first RVE, inc RVA_EditForceDefControl:= True, then all hotkeys are still processed in First RVE. I will try to explain in russian, may be my english is not en...
by max.beliy
Tue Jul 12, 2016 11:59 pm
Forum: Support
Topic: How to prevent 2-nd RVE from changes by builtin actions?
Replies: 3
Views: 12390

How to prevent 2-nd RVE from changes by builtin actions?

Hello, If two RVE Editors placed in one form, with toolbar controls that uses standard rvActions, how I can prevent changes in second RVE by rvActions if second RVE is focused? I don't want disable controls and I don't want loose some of RVE hot-keys actions for second RVE. For example if make this ...