Page 1 of 1

Check for bad string IDs delivers irritating results

Posted: Thu Oct 06, 2016 7:47 am
by StefanP
Hi,

I just finished the translation of an application (Delphi Berlin with Update 1, TsiLang 7.5.3).

One of the last steps was to check for bad string IDs.
When I do this on my mainform TsiLang finds several "problematic IDs" of type "Not used in source of current module".

While this is correct it is still irritating, because the IDs do exist. They are in a "Source without form" module that is linked to the mainform.

Is this behaviour expected or is it a bug?

Best regards
StefanP

Posted: Fri Oct 07, 2016 3:30 am
by isiticov
Hello,

"Not used in source of current module" message is a warning message, since wizard can't check ALL units at once it just displays this warning just for information. This is not a bug.