Search found 20 matches

by larshgf
Wed Mar 22, 2017 12:56 pm
Forum: Support
Topic: How to load an RTF-file into a RichViewEdit
Replies: 2
Views: 9942

Re: How to load an RTF-file into a RichViewEdit

Thank you!
by larshgf
Tue Mar 21, 2017 7:33 pm
Forum: Support
Topic: How to load an RTF-file into a RichViewEdit
Replies: 2
Views: 9942

How to load an RTF-file into a RichViewEdit

Hi,

The RichViewEdit does not have a LoadFromFile method, so how do I "load" my finished rtf-files from a directory?

Best Regards
Lars
by larshgf
Tue Mar 14, 2017 3:09 am
Forum: Support
Topic: Ctrl+A
Replies: 1
Views: 8532

Ctrl+A

Is it possible in TRichViewEdit programmatically (by code) to select all text by Ctrl+A ?
by larshgf
Wed Feb 22, 2017 9:20 am
Forum: Support
Topic: How to code in Delphi superscript etc
Replies: 11
Views: 31673

Re: How to code in Delphi superscript etc

Thank you Sergey - just what I needed.
by larshgf
Tue Feb 21, 2017 6:36 am
Forum: Support
Topic: Off-line manual for RichView?
Replies: 3
Views: 12097

Re: Off-line manual for RichView?

Thank you, I would like that! ☺️
by larshgf
Tue Feb 21, 2017 12:30 am
Forum: Support
Topic: Off-line manual for RichView?
Replies: 3
Views: 12097

Off-line manual for RichView?

Can the manual be downloaded to be used off-line?
by larshgf
Tue Feb 21, 2017 12:12 am
Forum: Support
Topic: How to code in Delphi superscript etc
Replies: 11
Views: 31673

Re: How to code in Delphi superscript etc

In the same manner (as the above attached demo) I would like to code for font and size in Delphi. I was told in another thread that this could be found in Editor2 demo. Do you have a link to this folder please? Thank you! PS: function GetTextStyle(Style: TFontStyles; Color: TColor; SScript: TRVSubSu...
by larshgf
Mon Feb 20, 2017 1:20 pm
Forum: Support
Topic: Trial Version
Replies: 6
Views: 16228

Re: Trial Version

Hi Sergey, you are right. I just copied the "head" of the function itself beleiving that there was no differences.
Thank you!
by larshgf
Mon Feb 20, 2017 9:42 am
Forum: Support
Topic: Trial Version
Replies: 6
Views: 16228

Re: Trial Version

Why do I then get an error if I try to compile the code?
The only difference between the code example you send me and my code is that I put the maincode in a listbox click event and yours is placed in the formcreate event.
BR Lars
by larshgf
Sun Feb 19, 2017 5:23 pm
Forum: Support
Topic: Trial Version
Replies: 6
Views: 16228

Re: Trial Version

Hi, You gave me an example of coding tekst in RichViewEdit with colors, superscript and more. I have tried to transfer the example to my own program (after installation of the TRichView) but I get an error message pointing at the first occurance of GetTextStyle, with the text: "Not enough actua...
by larshgf
Sat Feb 18, 2017 5:25 pm
Forum: Support
Topic: Trial Version
Replies: 6
Views: 16228

Trial Version

What is the restrictions in the TRichView's trialverion?
by larshgf
Sun Feb 12, 2017 6:11 am
Forum: Support
Topic: How to code in Delphi superscript etc
Replies: 11
Views: 31673

Re: How to code in Delphi superscript etc

I downloaded the sample once more, and now it is working fine. Thank you!
by larshgf
Thu Feb 09, 2017 9:07 pm
Forum: Support
Topic: How to code in Delphi superscript etc
Replies: 11
Views: 31673

Re: How to code in Delphi superscript etc

XE 10.1 Berlin
by larshgf
Thu Feb 09, 2017 3:15 pm
Forum: Support
Topic: How to code in Delphi superscript etc
Replies: 11
Views: 31673

Re: How to code in Delphi superscript etc

Thank you, I have downloaded the code. Installed the TRichView trialversion. Then tried to run the program. First I get an "access violation" error. After having canceled this error the form pups up and in the bottom TrichView area I get this message: Style is not defined. Create a TRVStyl...
by larshgf
Mon Feb 06, 2017 9:52 pm
Forum: Support
Topic: How to code in Delphi superscript etc
Replies: 11
Views: 31673

Re: How to code in Delphi superscript etc

Do you want an example how to generate such document in code? Yes - thank you And the reason is that this is in fact all I need in my lexicographical program. I dont need a wordpad-like editor, i just need to be able to show the user what the database input will look like in the final dictionary ou...