You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: