ExtendScript: How to create a sequence directly to a specific bin?
My extension requires creating a sequence to a specified bin. When I create it using app.project.createNewSequence(), it places it in rootItem by default, which can be fixed by doing sequence.projectItem.moveBin(). This is fine, except that the view jumps to the root rather than staying in the view it originally was in (the extension deals with generating bin structures a lot), which doesn't make sense from a UX perspective.
Another possible alternative solution could be forcing the view back to where it initially was at the end of the batch operation. Or are there better solutions out there?
Are any of these possible? Thanks in advance.
Are
