Multiple Dialogue boxes for more awesomeness!

I used a pass-thru node to wait for the first dialogue box to close and to stage its inputs! totally awesome!

5 Likes

You can also let the results of the first UI node inform the second.

IE:

  1. Pull elements by selection and category with one UI node.
  2. Get their parameters, and the associated names for use in a radio button selection window in the second UI node.
1 Like

good to know…i had to do it this way because the first node is actually referencing an excel document and it was erroring because the second command was hitting too soon.

1 Like

When using the Cancel button, I usually use this logic:
SequentialForms

6 Likes

Sweet!

But don’t people get upset as they aren’t able to angrily click on the consecutive nested cancel buttons? :laughing:

1 Like