about 6 years ago by Ali Safieddine
Working with RPW: What is the best approach if we want to use the results of a combobox in another comboboax after it? In other words, The user will choose a family in the first combobox. Then the second combobox will display all the types of this famiy. Ann Suggestions? Thank you
Sam Aston almost 6 years ago
For Revit Python Wrapper's forms, it might be useful to utilize multiple forms, then use an "if" statement to display a field in the 2nd form based on what is selected in the first form. Let me know if that concept requires clarification.