Oct 13, 2009 #1 alkmist Mechanical Joined Feb 3, 2006 Messages 1 Location US I am new to the whole knowledgeware process. I need to to know if it is possible to hide/show components using a rule. I have tried the activity=true, false route, but that does not work. Is there an command that willl allow me to do this in a rule?
I am new to the whole knowledgeware process. I need to to know if it is possible to hide/show components using a rule. I have tried the activity=true, false route, but that does not work. Is there an command that willl allow me to do this in a rule?
Oct 14, 2009 #2 gvan Mechanical Joined Aug 22, 2005 Messages 1 Location US Could you be just a liitle more specific as to what you would to accomplish? I am thinking that I can help you here. Let me know. Gord Upvote 0 Downvote
Could you be just a liitle more specific as to what you would to accomplish? I am thinking that I can help you here. Let me know. Gord
Oct 15, 2009 #3 DBezaire Automotive Joined Feb 28, 2006 Messages 962 Location CA alkmist I would use a reaction for this if String.1 == "Yes" PartBody .Show = true else PartBody .Show = false Regards, Derek Upvote 0 Downvote
alkmist I would use a reaction for this if String.1 == "Yes" PartBody .Show = true else PartBody .Show = false Regards, Derek