No internet connection
  1. Home
  2. How to

RX 10.4 - Task Progress View renamed - Can't find workable naming for UI Element

By Matthias Pasedag @Matthias_Pasedag
    2023-05-08 09:52:39.846Z

    Hi there,

    I stumbled into the update issues with RX10.4 and found lots of information about several fixes, But I haven't found a fix for the former named "Task Progress View" window:
    I have a script waiting for the window to be closed before continuing which doesn't work anymore because of the new naming.
    With "click ui element" picking I just get back a name with the title of the filename.

    sf.ui.izotope.windows.whoseTitle.is("Filename.wav").first.elementClick();
    

    Does anyone have a workaround for this or knows if there's another new generic name for this window?

    Many thanks!

    • 1 replies
    1. Matthias Pasedag @Matthias_Pasedag
        2023-05-10 12:49:45.421Z

        Meanwhile I found this interesting approach with waiting for modals:

        But besides not working with module chain processing (as mentioned later in the post) it also doesn't work for the progress window when saving a longer file.
        I have a script for sending files from Finder to loudness processing and then saving back to file which doesn't work anymore because of this issue.
        Any ideas?

        Many thanks!