Multiple windows properties: View Analysis and Main at the same time

Started by Iyaka, April 24, 2025, 14:11:05 PM

Previous topic - Next topic

Iyaka

Hi, maybe I missed something, just to make sure:
I want to see at the same time different tabs of the properties. E.g. for a given object I want to see the properties:main and the propperties:analysis without having to click and switch the view.  It this possible ?
Thanks

Phil Beauvoir

Hi, no this isn't possible. Property tabs are selected one at a time.
If you value and use Archi, please consider making a donation.
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

Xiaoqi

Hello,

For your specific needs, maybe you can try this single line script:

window.confirm("Main: " + $(selection).prop("Main") + "\nAnalysis: " + $(selection).prop("Analysis"));

I only write kind of hard-code for demo the "Main" & "Analysis" in your question. For sure, you can tailor the script to traverse all properties or adding more prompt to gain flexibility.

Hope this help, regards,
Xiaoqi

romuald

For this, we should be able to open twice the properties window which is not possible.