Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If "InternalCmd2_LabelTitle_RESID" occurs in the * .- file, incorrect IDs are used in the Pas file #122

Open
ttwwoo2345 opened this issue Sep 9, 2021 · 0 comments

Comments

@ttwwoo2345
Copy link

In the attached file AAASelectRibbon.h there are two entries at the end:

#define InternalCmd2_LabelTitle_RESID 60132
#define InternalCmd4_LabelTitle_RESID 60133

As a result, the resource ID of the previous "valid" element IdStrGrpInstallX is overwritten in the MarkupGenerator.pas file ("ExtractMarkupElements" method).

A correction would be that the name of the current element is compared with the line to be processed and the line is only processed if they match.

end else
begin
if lLineArray [1] .Contains (lElement.Name) then
begin
if lLineArray [1] .Contains (cLabelTitle) then
begin

UIRibbon.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants