Search found 20 matches
- Wed Mar 22, 2017 12:56 pm
- Forum: Support
- Topic: How to load an RTF-file into a RichViewEdit
- Replies: 2
- Views: 11015
- Tue Mar 21, 2017 7:33 pm
- Forum: Support
- Topic: How to load an RTF-file into a RichViewEdit
- Replies: 2
- Views: 11015
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
The RichViewEdit does not have a LoadFromFile method, so how do I "load" my finished rtf-files from a directory?
Best Regards
Lars
Ctrl+A
Is it possible in TRichViewEdit programmatically (by code) to select all text by Ctrl+A ?
- Wed Feb 22, 2017 9:20 am
- Forum: Support
- Topic: How to code in Delphi superscript etc
- Replies: 11
- Views: 35601
Re: How to code in Delphi superscript etc
Thank you Sergey - just what I needed.
- Tue Feb 21, 2017 6:36 am
- Forum: Support
- Topic: Off-line manual for RichView?
- Replies: 3
- Views: 12954
Re: Off-line manual for RichView?
Thank you, I would like that!
- Tue Feb 21, 2017 12:30 am
- Forum: Support
- Topic: Off-line manual for RichView?
- Replies: 3
- Views: 12954
Off-line manual for RichView?
Can the manual be downloaded to be used off-line?
- Tue Feb 21, 2017 12:12 am
- Forum: Support
- Topic: How to code in Delphi superscript etc
- Replies: 11
- Views: 35601
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 ...
- Mon Feb 20, 2017 1:20 pm
- Forum: Support
- Topic: Trial Version
- Replies: 6
- Views: 17982
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!
Thank you!
- Mon Feb 20, 2017 9:42 am
- Forum: Support
- Topic: Trial Version
- Replies: 6
- Views: 17982
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
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
- Sun Feb 19, 2017 5:23 pm
- Forum: Support
- Topic: Trial Version
- Replies: 6
- Views: 17982
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 actual ...
- Sat Feb 18, 2017 5:25 pm
- Forum: Support
- Topic: Trial Version
- Replies: 6
- Views: 17982
Trial Version
What is the restrictions in the TRichView's trialverion?
- Sun Feb 12, 2017 6:11 am
- Forum: Support
- Topic: How to code in Delphi superscript etc
- Replies: 11
- Views: 35601
Re: How to code in Delphi superscript etc
I downloaded the sample once more, and now it is working fine. Thank you!
- Thu Feb 09, 2017 9:07 pm
- Forum: Support
- Topic: How to code in Delphi superscript etc
- Replies: 11
- Views: 35601
Re: How to code in Delphi superscript etc
XE 10.1 Berlin
- Thu Feb 09, 2017 3:15 pm
- Forum: Support
- Topic: How to code in Delphi superscript etc
- Replies: 11
- Views: 35601
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 TRVStyle object ...
- Mon Feb 06, 2017 9:52 pm
- Forum: Support
- Topic: How to code in Delphi superscript etc
- Replies: 11
- Views: 35601
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 ...