Hi all,
Is there anyway to disable the dialog box that appears when you attempt to open another file? Older versions used to just immediately open however the dialog box that asks me to 'open&save' etc is causing me some issues.
If not disable, is there any solution to bypassing this input requirement?
Many thanks
open&save dialog box
Re: open&save dialog box
You can use C:\Program Files\Resolume Arena\Arena.exe --suppressCompositionChangeConfirmation \path\to\composition.avc form a command line on windows.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: open&save dialog box
Thanks I just tried this but the dialog box still appears asking me to open/cancel/open&save.
For reference I'm using:
Arena 7.3.2
Windows 10 LTSC
Is there any documentation on command line suppression as this approach would be an appropriate workaround if we can get it to work.
Many thanks
For reference I'm using:
Arena 7.3.2
Windows 10 LTSC
Is there any documentation on command line suppression as this approach would be an appropriate workaround if we can get it to work.
Many thanks
Re: open&save dialog box
What's your command line exactly?
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: open&save dialog box
Code: Select all
start C:\Users\rpwilliam>start "C:\Program Files\Resolume Arena\Arena.exe"--suppressCompositionChangeConfirmation "C:\Users\rpwilliam\Documents\Resolume Arena\Compositions\test-comp-1.avc"
Re: open&save dialog box
tryRPWILLIAM wrote: Tue Apr 27, 2021 12:47Code: Select all
start C:\Users\rpwilliam>start "C:\Program Files\Resolume Arena\Arena.exe"--suppressCompositionChangeConfirmation "C:\Users\rpwilliam\Documents\Resolume Arena\Compositions\test-comp-1.avc"
Code: Select all
"C:\Program Files\Resolume Arena\Arena.exe" --suppressCompositionChangeConfirmation "C:\Users\rpwilliam\Documents\Resolume Arena\Compositions\test-comp-1.avc"
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: open&save dialog box
Good morning,
When I try the supplied command, it complains it is not a recognised command.
When I add start to the front of it, it will execute but the dialog box still appears.
When I try the supplied command, it complains it is not a recognised command.
When I add start to the front of it, it will execute but the dialog box still appears.
Re: open&save dialog box
Can you post some screenshots of how you try it, because it works for me fine.
I guess if you use start, then Start will think it's an option for it, and not Resolume.
I guess if you use start, then Start will think it's an option for it, and not Resolume.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: open&save dialog box
I've just tried this again and it's working now, I must have typo'd somewhere.
Thank you very much for your assistance! This command works and bypasses the dialog box.
Thank you very much for your assistance! This command works and bypasses the dialog box.
