Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic Form Tabs

1 REPLY 1
Reply
Message 1 of 2
DaveBreiner
1158 Views, 1 Reply

iLogic Form Tabs

I have a iLogic Form which includes several Tabs. Can I control which Tab is active if I select a radio but which controls which feature is active in the part? I have attached a picture of the Form.

 

Thanks for the Help!

 

Dave B

Dave B
1 REPLY 1
Message 2 of 2
mehatfie
in reply to: DaveBreiner

You would not be able to create a new tab but simple "hide" the information by turning it into a read only display

 

If you click on any given parameter or tab in the "Form Editor" you'll notice the options that come up at the bottom.

 

Find the one that says "Enabling Parameter Name," this turns the parameter or tab into a read-only scenario based on a True / False paramter

 

I would create an extra True / False parameter and have it changed based on the selection of your radio button

 

Example:

 

If  /Your parameter name here/  = "2 - 4 Leg Pipe Gusset" Then

       4_Leg_Pipe_Gusset_Button = True

Else

      4_Leg_Pipe_Gusset_Button = False

End If

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report