Search found 16 matches

by Jualma
Wed May 07, 2025 6:10 pm
Forum: Support
Topic: cmbStyles appears empty
Replies: 14
Views: 44072

Re: cmbStyles appears empty

Oh, yes.
This is what I was looking for!
Thank you so much, Sergey.
by Jualma
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.
by Jualma
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.
Sin título.jpg
Sin título.jpg (161.08 KiB) Viewed 39828 times
by Jualma
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 ...
by Jualma
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 ...
by Jualma
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.
by Jualma
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 ...
by Jualma
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 ...
by Jualma
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 ...
by Jualma
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.
by Jualma
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 ...
by Jualma
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.
by Jualma
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?
by Jualma
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 ...
by Jualma
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.