• Reviewing source lists with pslcmd and /check

    Dear all, I'd like to create a powershell script (or batch file) which will review the source lists of a .lpu file which only contains source lists. If I start Passolo and the checking process manually, everything works as espected. Unfortunately…
  • How to get a PslTask, which is linked to one PslTransString?

    Hello, I'm currently trying, to create a macro, which searches a target string list for strings, which are linked to tasks. I'd thought, I could do this by selecting each trans string in each trans list and then checking all tasks within the project…
  • Are the Options in the Simulation/Debug page accessible via Automation?

    Hi Community, I'm trying to read the properties of the Simulation/Debug page under Passolo Option for a macro. I can't find anything in the Passolo Automation documentation so I don't know if this is missing from the documentation or just not covered…
  • PSL.Selectfolder - Create new folder

    Hello community, I'm using PASSOLO automation for exporting bundles. I'd found the method above to select a folder, but I wonder to create a new folder within this method. Could anyone help me with this? [1] Example Dim ret As Boolean Dim…
  • Embed dialog resource picture in a report

    Hello We are generating a report of untranslated text and we want to add to the report the dialog resource picture. Is that possible? Thanks Terry
  • Difference between /simulate and /generate

    Hello, I have a project whose string lists are fully translated. I configured the simulation options to not change translated strings. If I now generate the target file using "Simulate Translation", is the generated file any different that the file…
  • Q: How2 set the state pslTranslated

    Hello community, To make my daily work easier, I wonder how it is the best practice to set the complete content of a object of type "PslTransList" to the state "pslTranslated". I'm using PASSOLO 2018 with the containing macro script automation. TIA…
  • Passlo batch command /translate enhancement

    Dear all, I'm using Passolo batch command for Pretranslate. http://producthelp.sdl.com/SDL_Passolo_2016/en/Passolo_Handbook.htm#html/Batch/batch_command.htm /translate My Passolo LPU is huge, including many string lists. But /translate will…