Skip to content

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

@ttwwoo2345

Description

@ttwwoo2345

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions