Scripting: Be able to access List Windows from 2nd script
Description
Script A creates a ListWindow. Script A ends and the ListWindow remains open (Script A is designed to do this).
Would it be possible for Script B to be started (or even A restarted) and detect the presence of the still open ListWindow?
Resolution
Implemented. ListWindows() returns an array of all existing open list windows. Also implemented is the ListWindow.Title property that will help in identifying list windows. Also for V1.5.8.