MostafaElAyoubi / Data-shapes

code for revit, dynamo
49 stars 12 forks source link

MultipuleInputForm ++ Cancel through 'x' to give a False False for was run and cancled #54

Open podeynp opened 4 years ago

podeynp commented 4 years ago

I wanted to know if it was possible for the node to produce a "false" "false" for when a user closed out of the UI through the x button rather than the cancel button. image

The reason being, is I want to run through a series of "If" statements, and when a user either cancels out or closed the UI, I do not want to run the next set of UI nodes. It works if they cancel through the cancel option, but when they close out of the UI node, it gives a "True" "False" which will execute the next UI node which I do not want to happen. image

I am running on Revit 2020; Dynamo version 2.3; Data-Shapes Version 2021.2.9 Thanks,

MostafaElAyoubi commented 4 years ago

hi @podeynp ! I understand the need. This will be adresses in the next release of the package. I'll update this thread when it's done.

podeynp commented 4 years ago

Thank you so much @MostafaElAyoubi !