cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Diagram Name at creation using macro

ColruytTeam
Honored Contributor

Hi Community,

 

When creating a new diagram, the diagram name is automatically assigned. As per our usage, we need to provide a console for re-name the diagram at creation time. How can I approach to solve this problem? And which macro will fire at diagram creation time?

I went through Diagram metaclass --> "Meta Wizard creator" --> ThinClient Diagram Wizard-->ThinClient Diagram Wizard.Implementation (Macro),But this macro didn't fire at creation time.

 

Thanks in advance

Raj

Colruyt Team
2 Replies

Hello

 

So far it is not possible to use a custom wizard to create diagrams (plateform limit).

As Sashidhar said, all you can to is to use a post creation macro (usually used to initialize diagram drawing).  

Jerome

Sashidhar
Super Contributor

You can use diagram  PostCreationMacro  and use InputBox to get value from enduser and set it to ShortName of diagram.

Sashidhar