Knowledgebase: Technical
Translating Dynamic Datawindows
Posted by Gian Luca De Bonis on 15 July 2010 01:07 PM
|
|
Datawindows created dynamically with CreateSyntax (or modified dynamically in a similar way) can be translated and captured by using the Translate function just after the commands that change the datawindow, as: dw_1.CreateSyntax(...) n_enable.Translate(dw_1) // new if running in authoring or coverage/authoring mode, the new strings will be captured automatically into the ENT file, ready to be imported with the Temporary File Analysis function. | |
|
Comments (0)