Closed dean24-up closed 9 months ago
thank you for the detailed report @dean24-up , this is super helpful. We're going to look into it and update this thread.
Hey @dean24-up ! Can you please see if this still happens with 1.8.0
closing this , feel free to reopen if you still get this with 1.8.1
Describe the bug In the Orkestra Revit Add-in, if I double click my dynamo definition in the Local Player Tab to run, the Orkestra Auto UI form does not launch. The program's output is correct, but I want to be able to change my inputs from the Orkestra menu each run.
Within the dynamo graph itself, I have the input nodes defined as I would like (they all show up green), and the Input Form Preview appears as I would expect. I can edit the fields in the Preview and run the program as I would like to within the graph, but I want to be able to provide inputs after running from the Local Player Tab instead of having to open up the graph.
To Reproduce Steps to reproduce the behavior:
Expected behavior Upon running the .dyn definition, I expect the Auto UI Form to show up and allow input before the program finishes running.
Observed behavior Program runs and completes without Auto UI appearing.
Desktop (please complete the following information):
In Which context did it happen : Orkestra Revit Addin
Additional context My .dyn program contains a data-shapes MultipleInputForm++ which shows up every time I run from Orkestra, but I want the Auto UI to appear first, and it never shows up.
Also, I'm very new to Orkestra, so I may just be misunderstanding how the Auto UI form is supposed to work.