No internet connection
  1. Home
  2. Support

SoundFlow can't display a dialog - Filed by AScheps

By Bjarne Stensli @Bjarne_Stensli
    2025-06-24 17:24:54.762Z

    SoundFlow can't display a dialog - Filed by AScheps

    System Information

    SoundFlow 5.10.4

    OS: darwin 22.6.0

    ProductName: macOS
    ProductVersion: 13.6.1
    BuildVersion: 22G313

    Steps to Reproduce

    1. use sf.interaction.displayDialog to display a dialog

    Expected Result

    Should display a dialog

    Actual Result

    Error -1743

    Workaround

    None

    Other Notes

    Example code below


    Links

    User UID: iJ88MwOGPeZuBO4xwzr3X2pKONJ3

    Feedback Key: sffeedback:iJ88MwOGPeZuBO4xwzr3X2pKONJ3:-OTXy9YzGtg-BQ63IWi7

    Feedback ZIP: h6zZaBgbNQJz+/hqt/FMJEUaTWv3xJBcirTHiI8/ZHW3KWpKrPYztxwFccgIK08EhJW/oaMLkgiTuAduCDQC6atWoGk1lonp88p1u5/GeeF9l0BKV7BnvM+VazRzOuL+NXZUXJwj3h9m+bjKyzj+WkyBSPfTM8Kq6JHMp1umWSNmhrqnH7SdHqPHZpZN89g4gLO1kDfeD1ESKzqyxXZ65if3/wNNF2hUbFni2QElnjDB14wCo1PnJW2Jg+8sgjZS0WhmUcAOfNnpeRgsYwg64EsAE/c1VDa/VFHMkKH2xisABXx+CrP4yuGTkU+tn3wBFMnuUy/N0m1wDHii4omwGRcACh7+tuq+cBjITFWUw3E=

    Solved in post #5, click to view
    • 7 replies
    1. B
      Bjarne Stensli @Bjarne_Stensli
        2025-06-24 17:25:32.722Z
        sf.interaction.displayDialog({
            title: 'Dialog',
            prompt: 'Hello',
            buttons: ['Cancel', 'OK'],
            defaultButton: 'OK',
            cancelButton: "Cancel",
        });
        
        1. In reply toBjarne_Stensli:

          This is likely a macOS permissions issue since the implementation uses AppleScript to control System Events. If this is never accepted or denied at any point, displaying dialogs will currently fail.

          1. Andrew Scheps @Andrew_Scheps
              2025-06-24 17:36:19.008Z

              That's what I thought. I looked at all of the system settings for SoundFlow and couldn't find anything wrong and toggled them anyway. How would you reset them completely?

              1. Search for tccutil on the forum or try this:

                ReplySolution
                1. Andrew Scheps @Andrew_Scheps
                    2025-06-24 18:51:04.361Z

                    @Bjarne_Stensli , check these out and hopefully that should fix it!

                    Thanks @chrscheuer !

              2. B
                In reply toBjarne_Stensli:
                Bjarne Stensli @Bjarne_Stensli
                  2025-06-24 19:57:22.368Z

                  Hi
                  Yes, it works.
                  THANK YOU SO MUCH!!

                  Have a nice summer

                  Bjarne Stensli

                  1. Andrew Scheps @Andrew_Scheps
                      2025-06-24 21:21:33.016Z

                      Hooray!!!