Select input data ilogic

Select input data ilogic

mayla_difrancesco
Contributor Contributor
150 Views
5 Replies
Message 1 of 6

Select input data ilogic

mayla_difrancesco
Contributor
Contributor

I have 3 input data: incl_sca, n_grad, lun_piano. The data is selected through drop-down windows, one for each input data: 

incl_sca = InputListBox("Scegliere inclinazione scala", MultiValue.List("incl_sca"), incl_sca, "Inclinazione scala")
n_grad = InputListBox("Scegliere numero gradini", MultiValue.List("n_grad"), n_grad, "Numero gradini")
lun_piano = InputListBox("Scegliere lunghezza piano", MultiValue.List("lun_piano"), lun_piano, "Lunghezza piano")

Is there a way to select all the data with a single window?

0 Likes
Accepted solutions (1)
151 Views
5 Replies
Replies (5)
Message 2 of 6

marcin_otręba
Advisor
Advisor
Accepted solution

you can make form with this 3 parameters on it

marcin_otrba_0-1747727952508.png

 

marcin_otrba_2-1747728006611.png

 

Hi, maybe you want to check my apps:


DrawingTools   View&ColoringTools   MRUFolders

0 Likes
Message 3 of 6

mayla_difrancesco
Contributor
Contributor

Thanks. Where can I find it in ilogic inventor 2025?

0 Likes
Message 4 of 6

marcin_otręba
Advisor
Advisor

you can start from this:

 

Inventor 2024 Help | Form Editor Reference | Autodesk

 

Hi, maybe you want to check my apps:


DrawingTools   View&ColoringTools   MRUFolders

0 Likes
Message 5 of 6

mayla_difrancesco
Contributor
Contributor

I don't want to use forms. Is there a specific ilogic command to do that?

0 Likes
Message 6 of 6

marcin_otręba
Advisor
Advisor

no there is not.

Hi, maybe you want to check my apps:


DrawingTools   View&ColoringTools   MRUFolders

0 Likes