Copy link to clipboard
Copied
Hi all, I can select a single project item like this:
app.project.rootItem.children[0].select()
Is there a way of selecting multiple items or selecting without clearing the current selection? Even mores specifically I'd want to set the selection order.
TNKS!
G
1 Correct answer
setProjectViewSelection will select multiple items. Untested speculation: perhaps the order of items in the array, impacts the selection order.
https://github.com/Adobe-CEP/Samples/blob/5490c33ac8355ba394c693deb10414553b0a5685/PProPanel/jsx/PPRO/Premiere.jsx#L1909
Copy link to clipboard
Copied
looking for the same answer
Copy link to clipboard
Copied
setProjectViewSelection will select multiple items. Untested speculation: perhaps the order of items in the array, impacts the selection order.
https://github.com/Adobe-CEP/Samples/blob/5490c33ac8355ba394c693deb10414553b0a5685/PProPanel/jsx/PPR...

