Events
- PassoloApp.AfterAlignTarget
Event handler for the event AfterAlignTarget. This event is raised, after a transation list has been aligned by scanning the target file. - PassoloApp.AfterCheckTransList
This event handler is called, after a translation list has been checked. - PassoloApp.AfterGenerateTarget
Event handler for the after generate target file event. - PassoloApp.AfterUpdateSourceList
Event handler for the after update source list event. - PassoloApp.AfterUpdateTransList
Event handler for the after update trans list event. - PassoloApp.BeforeAlignTarget
Event handler for the event BeforeAlignTarget. This event is raised, before a transation list is aligned by scanning the target file. - PassoloApp.BeforeCheckTransList
This event handler is called, before translation list is checked. - PassoloApp.BeforeGenerateTarget
Event handler for the before generate target file event. - PassoloApp.BeforeUpdateSourceList
Event handler for the before update source list event. - PassoloApp.BeforeUpdateTransList
Event handler for the before update trans list event. - PassoloApp.OnAutoTranslate
This event handler is called when a string needs to be auto-translated. PslTranslations.SourceString contains the string to be translated. PslTranslations.Add can be used to add translations for PslTranslations.SourceString. - PassoloApp.OnCheckString
This event handler is called for every string in a translation list when a list get checked. The event handler should validate the TransString and calls the PslTransString.OutputError method to output an error to the log window of SDL Passolo. Internal errors and error issued by OnCheckString will occur in sequence. - PassoloApp.OnCloseProject
Event handler for the close project event - PassoloApp.OnCloseSourceList
Event handler for the close source list event - PassoloApp.OnCloseTransList
Event handler for the close translation list event. - PassoloApp.OnEditSourceString
This event handler is called when a source string has been modified. - PassoloApp.OnEditTransString
This event handler is called when a source string has been modified. - PassoloApp.OnEndScript
This event handler is called when the script ends. - PassoloApp.OnFilterSourceString
When filtering the display of a source list, this handler is called once for each source string. The handler can decide if the source string should be in the filtered view or not. - PassoloApp.OnFilterTransString
When filtering the display of a translation list, this handler is called for each translation string. The handler can decide if the translation string should be in the filtered view or not. - PassoloApp.OnHotkey[n]
This event handler is called when <Shift><Ctrl>1-9 has been pressed. - PassoloApp.OnOpenProject
Event handler for the open project event - PassoloApp.OnOpenSourceList
Event handler for the open source list event - PassoloApp.OnOpenTransList
Event handler for the open translation list event. - PassoloApp.OnProcessUserFile
This handler is called in order to process file formats which are not supported by SDL Passolo itself. Implementing this handler, makes it possible to process text files like Java Property files or databases. The object ResData is used to exchange data with Passolo. - PassoloApp.OnSimulateTranslation
This event handler is called when a string needs to be pseudo-translated. - PassoloApp.OnSizeToContent
SDL Passolo fires this event after a "size to content" operation on a dialog control. - PassoloApp.OnStartScript
This event handler is called when the script is started.