Dialog opening dialog?

Dialog opening dialog?

quality5B59E
Contributor Contributor
674 Views
3 Replies
Message 1 of 4

Dialog opening dialog?

quality5B59E
Contributor
Contributor

Is it possible for a dialog to open another one without closing (ie running execute or cancelling) the first?

 

I need this because my first dialog has a list of steps of an operation to execute and an “add step” button.  Pressing add lets you configure the new step to add to the operation.  Unfortunately, opening the new dialog closes the first one ...

 

I currently have a workaround where the closing second dialog relaunches the first but it looks ugly in the UI (big delay sometimes).

 

Any ideas out there?

 

Thanks!

Accepted solutions (1)
675 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

Did you ever get an answer or figure it out? Would love to know. I want to do the same thing and when I searched all I find is this unanswered question.

0 Likes
Message 3 of 4

BrianEkins
Mentor
Mentor
Accepted solution

It's not possible.  A command consists of a single command dialog.  To get another dialog to appear you need to execute the command it's associated with.  Only one command can run at a time so running the other command terminates the currently running command.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
Message 4 of 4

ebunn3
Advocate
Advocate

Looking to do the same thing.  Any further information would be appreciated.  

Eric

0 Likes