Adobe-CEP / CEP-Resources

Tools and documentation for building Creative Cloud app extensions with CEP
https://www.adobe.io/apis/creativecloud/cep.html
1.61k stars 824 forks source link

Need API to move CEP dialog so that the Dialog can be centered on the screen after resizing #482

Open eskornd opened 1 year ago

eskornd commented 1 year ago

Our CEP extension (ModalDialog) does the following:

Wish: Currently CSInterface.js contains API resizeContent() that can change the size of the CEP modal dialog. We need an API to move the window by dx, dy, so that it can be centralized on the screen.

Would you consider this wish?