Sibelius Note Spacing clicking not responsive.
Title
Sibelius Note Spacing clicking not responsive.
What do you expect to happen when you run the script/macro?
Hey!
It's supposed to open Note Spacing
Click on "Fixed Empty var width:"
and Set to: 15
then click ok and close.
Are you seeing an error?
What happens when you run this script?
it correctly opens "Note Spacing Rule" but does not click the checkbox or set the text.
How were you running this script?
I used a keyboard shortcut within the target app
How important is this issue to you?
4
Details
{ "inputExpected": "Hey!\n\nIt's supposed to open Note Spacing\nClick on \"Fixed Empty var width:\"\nand Set to: 15\n\nthen click ok and close.", "inputIsError": false, "inputWhatHappens": "it correctly opens \"Note Spacing Rule\"\nbut does not click the checkbox or set the text.", "inputHowRun": { "key": "-Mpfwh4RkPLb2LPwjePT", "title": "I used a keyboard shortcut within the target app" }, "inputImportance": 4, "inputTitle": "Sibelius Note Spacing clicking not responsive." }
Source
//Macro converted to script
sf.ui.app('com.avid.sibelius').appActivate();
//Calling command "Note Spacing Rule" from package "Sibelius" (installed from user/pkg/version "oMDTMcbKv2OT4GaE3NFzdjMdeXj2/cltase3hr0000b31091wmxvjo/cltzz3wpr0001ag107p89dpjo")
sf.soundflow.runCommand({
commandId: 'user:cltase3hr0000b31091wmxvjo:cltem2j0e0085my103ssxsf3u',
props: {}
});
sf.ui.app("com.avid.sibelius").windows.whoseTitle.is("Note Spacing Rule").first.elementWaitFor();
sf.ui.app("com.avid.sibelius").windows.whoseTitle.is("Note Spacing Rule").first.groups.whoseTitle.is("Note Spacings").first.radioButtons.allItems[1].elementClick();
sf.ui.app("com.avid.sibelius").windows.whoseTitle.is("Note Spacing Rule").first.groups.whoseTitle.is("Note Spacings").first.radioButtons.whoseTitle.is("Fixed &empty bar width:").first.checkboxSet({
targetValue: "Enable",
});
sf.ui.app("com.avid.sibelius").windows.whoseTitle.is("Note Spacing Rule").first.groups.whoseTitle.is("Note Spacings").first.textFields.whoseTitle.is("Note Spacings").first.elementSetTextAreaValue({
value: "15",
});
sf.ui.app("com.avid.sibelius").windows.whoseTitle.is("Note Spacing Rule").first.groups.allItems[6].buttons.whoseTitle.is("OK").first.elementClick();
Links
User UID: 9zKTm4krN7Ye1sz3P22yARkn1Oy1
Feedback Key: sffeedback:9zKTm4krN7Ye1sz3P22yARkn1Oy1:-OJPZ5fJlZtux1pFK51v
Feedback ZIP: jxpRVOIXD0QT8rY/1fA/S3F+2rFGMrK4mPg8TDpN2EY8V8p/AM5M9IavRFLBPltcqw3jPheD+uu6OftWNcIi7GsFnfpc10++HvCoW0gvI6f0KiTQoIBxiY2yFwbqZ+3glpjOTbTjn698NhRfBmYlWU/a1+BEheZ0HxKeCU9eX/GRKPRWX2MmWxwy3jKTZrxfrlcKymthrsuNxXDtt/lHOzkFJ/rmujo4nb75awjwsTCmzxV1AVd9I0VeR+GVc00mE8U3U0+DB0veWJrrv+1I5JQc36DBh9C/yCTnIkm0SCs4sQaA7t34WDBGozzKgFtFOnssE5nYSAnXoMey6luN9w==