How to Get the Size and Position of All Visible Panels in InDesign
Hello everyone,
I'm currently working on an ExtendScript for Adobe InDesign and need to programmatically retrieve the size and position of all visible panels. Despite my efforts, I haven't been able to find a straightforward way to access this information through the InDesign scripting API.
Here's what I've tried so far:
- Attempted to use app.panels to get panel objects, but couldn't find attributes for size and position.
- Looked into window and bounds properties but couldn't apply them directly to panels.
Does anyone know how to access the size and position of visible panels, or if there's an alternative method or workaround to achieve this?
Any guidance or examples would be greatly appreciated!
Thank you in advance for your help.
Best regards,
Aprking
