Hi all,
Please if anyone can help.
I have to do report with dialog box where the user can select groups, objects and models.
The idea is from the root group to have tree with parent and child groups, models and objects .Probably this can be shown in ListBox.
The thing is that next to every group, model object there has to be checkbox for the user to select or not for the item.
Can anyone help me how to do this with script?
Thank you.
Clarification question: Wouldn't it be much, much more convenient for the user, and easier to implement, to give the user 3 separate buttons and each of them opens a sub-dialog that lets the user pick object definitions, groups or models?
Advantages of my proposed solution:
- less clutter: Certainly your Listbox would by far not be as clean and organized as an ARIS Explorer dialog
- logical separation: In your Listbox, no eye-catchers clearly separate object definitions, groups and models. Give the user 3 individual dialogs and the choice is easier
- you can just use the method setBrowseArisItems from the UserDialog class, to open a wonderful ARIS Explorer dialog. You don't have to design the sub-dialogs.
If you can live with my proposed solution, I can give you advise how to implement it. It's not that hard.
Thank you for your reply Kay!
The request is that there needs to be option for multiple selection of objects and models and then in the next dialog page to be shown the selection of models and objects that the user has made.
Is there an option that I can have ARIS explorer dialog opened inside my dialog box? I mean, not with triggering some button or something else, but directly to have the explorer in some group box for example
Hello, Kay!
Please tell about the implementation of your solution. It's very interesting for me.
I'm trying to create a dialog in which I can open several models. This is necessary to compare one model with several. It would be great if information will displayed, such as the group and the name of the model being compared in one label, and in a separate field of the group and the names of other models.