Oh, yes.
This is what I was looking for!
Thank you so much, Sergey.
Search found 16 matches
- Wed May 07, 2025 6:10 pm
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
- Wed May 07, 2025 1:01 pm
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
Re: cmbStyles appears empty
Well, I understand that I don't have permission to use the full list of predefined styles.
If I want to use more than five styles, I have to define them myself, using the method you indicated in your last post. Isn't it?
How can I get the right to use the entire collection?
Thank you so much.
If I want to use more than five styles, I have to define them myself, using the method you indicated in your last post. Isn't it?
How can I get the right to use the entire collection?
Thank you so much.
- Wed May 07, 2025 9:01 am
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
Re: cmbStyles appears empty
If you want to reproduce the problem, you'll need to create a new document. The readme.rvf document lists the styles the document uses (as I mentioned earlier).
To reproduce the error, you'll need to create a new, blank document.
Regards.
To reproduce the error, you'll need to create a new, blank document.
Regards.
- Tue May 06, 2025 2:52 pm
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
Re: cmbStyles appears empty
Yes, I'm using cmbStyles.ShowAllStyles = True.
But I can only see 5. I've even created a procedure for the cmbStyles.onClickAllStyles event. The code is attached:
procedure TFormUnidad1.FormShow(Sender: TObject);
begin
rvActionNew1.ExecuteTarget(RichViewEdit1);
cmbFont.Font.Name ...
But I can only see 5. I've even created a procedure for the cmbStyles.onClickAllStyles event. The code is attached:
procedure TFormUnidad1.FormShow(Sender: TObject);
begin
rvActionNew1.ExecuteTarget(RichViewEdit1);
cmbFont.Font.Name ...
- Mon May 05, 2025 7:15 pm
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
Re: cmbStyles appears empty
Yes, it's true that only 5 styles appear initially when you open a new file. This happens even in the ActionTestUni test app.
When you read a file, cmbStyles incorporates all the styles used in that file.
But this has a limitation: you can't use more than 5 styles when you want to write a new file ...
When you read a file, cmbStyles incorporates all the styles used in that file.
But this has a limitation: you can't use more than 5 styles when you want to write a new file ...
- Mon May 05, 2025 3:36 pm
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
Re: cmbStyles appears empty
Very well. Thank you.
I've managed to get the cmbStyles Combobox to list the styles.
But not the entire collection, it only lists 5.
I'm wondering, wouldn't it be possible to transfer the entire collection and any new ones to TRVSyle1 and use them from there?
Best regards.
I've managed to get the cmbStyles Combobox to list the styles.
But not the entire collection, it only lists 5.
I'm wondering, wouldn't it be possible to transfer the entire collection and any new ones to TRVSyle1 and use them from there?
Best regards.
- Mon May 05, 2025 1:03 pm
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
Re: cmbStyles appears empty
I am using this code:
TabSheet := TTabSheet.Create(Self);
TabSheet.PageControl := PageControl1;
RichEdit := TRichViewEdit.Create(self);
RichEdit.Style:=TRVStyle.Create(self);
RichEdit.Style.StyleTemplates:=RichViewEdit1.Style.StyleTemplates;
RichEdit.UseStyleTemplates:=True;
But it does not ...
TabSheet := TTabSheet.Create(Self);
TabSheet.PageControl := PageControl1;
RichEdit := TRichViewEdit.Create(self);
RichEdit.Style:=TRVStyle.Create(self);
RichEdit.Style.StyleTemplates:=RichViewEdit1.Style.StyleTemplates;
RichEdit.UseStyleTemplates:=True;
But it does not ...
- Mon May 05, 2025 12:46 pm
- Forum: Support
- Topic: cmbStyles appears empty
- Replies: 14
- Views: 44072
cmbStyles appears empty
Hi.
I'm using ActionTestUni as a base. I've managed to generate several tabs so I can use multiple files at the same time. I've also managed to get many of the editor's functions working.
I need help with two issues:
1. I can't get the predefined styles to appear in the cmbStyles combo box.
2. I'd ...
I'm using ActionTestUni as a base. I've managed to generate several tabs so I can use multiple files at the same time. I've also managed to get many of the editor's functions working.
I need help with two issues:
1. I can't get the predefined styles to appear in the cmbStyles combo box.
2. I'd ...
- Sun Apr 27, 2025 10:03 pm
- Forum: Support
- Topic: Too dark icons
- Replies: 1
- Views: 14809
Too dark icons
I'm trying to include an editor in a larger program.
I'm using the Unit3Unicode.pas unit as a base, this unit is included in the project.
I plan to modify it in some ways, for example, using a PageControl. So I can use multiple files at the same time.
But when I run the program, the icons look very ...
I'm using the Unit3Unicode.pas unit as a base, this unit is included in the project.
I plan to modify it in some ways, for example, using a PageControl. So I can use multiple files at the same time.
But when I run the program, the icons look very ...
- Sun Apr 20, 2025 2:09 pm
- Forum: Support
- Topic: Customize MainMenu Items
- Replies: 6
- Views: 25808
Re: Customize MainMenu Items
Okay, okay.
I've now found the dialog box in RichViewActions.
Thanks for your help.
Best regards.
I've now found the dialog box in RichViewActions.
Thanks for your help.
Best regards.
- Sun Apr 20, 2025 1:56 pm
- Forum: Support
- Topic: Customize MainMenu Items
- Replies: 6
- Views: 25808
Re: Customize MainMenu Items
Hi.
Thank you very much, you're absolutely right.
Using ActionTest as a base, I can see how to change the language correctly.
I just have one small question: in which unit is the dialog box where you can change the language? That is used in ActionTest demo.
Your explanations have been a great help ...
Thank you very much, you're absolutely right.
Using ActionTest as a base, I can see how to change the language correctly.
I just have one small question: in which unit is the dialog box where you can change the language? That is used in ActionTest demo.
Your explanations have been a great help ...
- Sat Apr 19, 2025 5:08 pm
- Forum: Support
- Topic: Customize MainMenu Items
- Replies: 6
- Views: 25808
Re: Customize MainMenu Items
Hi.
1. As I said before, changing the language in TRVAControlPanel.Language doesn't change the caption text.
What I'd like is to write the captions my way (if possble).
2. I'll fix the issue with the disabled icons later.
1. As I said before, changing the language in TRVAControlPanel.Language doesn't change the caption text.
What I'd like is to write the captions my way (if possble).
2. I'll fix the issue with the disabled icons later.
- Sat Apr 19, 2025 12:59 pm
- Forum: Support
- Topic: Customize MainMenu Items
- Replies: 6
- Views: 25808
Re: Customize MainMenu Items
It also happens that some icons, whose image is in the image list, appear at design time and do not appear after compiling the app.
And Disabled icons, appear too much dark images at run time.
Why?
And Disabled icons, appear too much dark images at run time.
Why?
- Sat Apr 19, 2025 12:28 pm
- Forum: Support
- Topic: Customize MainMenu Items
- Replies: 6
- Views: 25808
Customize MainMenu Items
How to customize MainMenu caption items?
I'm trying traslate from English.
Changing caption at deign time, it seems be changed, but after compiling, at run time alwais shown in English.
When I worked, lomg time ago, with old version, it were possible.
It's not possible in newer versions?
I tryed ...
I'm trying traslate from English.
Changing caption at deign time, it seems be changed, but after compiling, at run time alwais shown in English.
When I worked, lomg time ago, with old version, it were possible.
It's not possible in newer versions?
I tryed ...
- Fri Apr 18, 2025 4:28 pm
- Forum: Support
- Topic: Error Compiling RadStudio 11
- Replies: 2
- Views: 16666
Re: Error Compiling RadStudio 11
Oh! you are Right, Sergey.
Thank you so much.
Thank you so much.