I have lately been playing around with the data shape package. and it is awesome.
but now i have run into a minor problem.
I want one of my UI’s to start another UI when it is done with its task.
I fort if i connected the Was Run (it sents out true og false) to the toggel input in the UI.MultipleInputForm ++, then it would work, but it dose not, do any of you guys out there know how to get this to work? if it is possible at all
Here is some screen dump of that i want to do
first picture is the set up
If those elements aren’t used by the second UI then you don’t need to feed them at all.
The “Inputs” input of UI.MultipleInputForm++ only takes data-shapes input types:
The mening i that in the first UI the user will select some elements. when they have done that, and click run, a new UI(the secound) will apear, and there they have som options to manipulate the data from the selected elements from the first UI.
Yes absolutely. Here’s a dummy example where the first form lets you select elements then the second form allows you to enter some informations to manipulate the selected elements :