|
Flip Dialogs |
Changes the Dialogs font orientation from Left-to-Right to Right-to-Left. Or vice versa.
Catalyst /Flip TTKName [ezLogFile:ezLogFile] [/write] [/open]
/Flip |
Change Dialog text orientation |
TTKName |
Tag used to specify the filename of a TTK. |
ezLogFile:ezLogFile |
The user can optionally specify a log file to which results of each Catalyst ezScript command are output. If the log file is not specified by the user or is invalid, the default log file (ezScriptBatchLog.txt in the Public location) is used. |
/write |
The command line which has been processed by Catalyst will be written into the ezScript batch log file. This will help to debug your command if something is not behaving as expected. |
/open |
Launches MS Notepad and displays the content of ezScript batch log when the command finishes. |
This example will flip all Dialogs found in the MyProject.ttk file.
Catalyst /Flip "C:\Leveraged\MyProject.ttk"