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: 

From Editor Properties Behavior Enabling Parameter

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
JamesMeBoi
310 Views, 2 Replies

From Editor Properties Behavior Enabling Parameter

Looking to write a piece of ILogic to essentially Blank out a Radio Group if a "No Printer" option is selected, Essentially if the customer selects No Printer it would not allow them to select a camera option because in our machine you need a printer to have a camera accessory.

 

jpritchardDKX3X_0-1632488793172.png

jpritchardDKX3X_1-1632488853421.png

jpritchardDKX3X_2-1632488872965.png

 

 

2 REPLIES 2
Message 2 of 3
WCrihfield
in reply to: JamesMeBoi

It looks like you already have code to toggle a Boolean type parameter when you choose that option value.  It seems like all you would have to do now is edit the properties of the 'Camera Options' line item in the Form, and set that "PrinterPresent" parameter as the value of its "Enabling Parameter Name" property.  The other catch though, is that is must be a 'local' form and 'local' parameters, because if it were a 'global' Form, you would need to click the Form's 'Apply' button for the change to take effect.

 

If this solved your problem, or answered your question, please click ACCEPT SOLUTION.
Or, if this helped you, please click (LIKE or KUDOS) 👍.

If you want and have time, I would appreciate your Vote(s) for My IDEAS :light_bulb: or you can Explore My CONTRIBUTIONS

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Message 3 of 3
A.Acheson
in reply to: JamesMeBoi

Type a Boolean (true/false) parameter for the control which you have “printer present”. Then highlight the radio group tab/parameter like you would to edit its name and in the bottom window look for enable parameter and select “printer present”.

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report