Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
Comentario
Enthusiast
Enthusiast

I develop a plug in that has two interfaces.  One interface is a windows form with a group of comboboxes.  The other interface is on the ribbon, and it's referred to as the "quick menu."  When a person uses the "quick menu," it does an abbreviated version of the main window UI.  

 

To be brief, basically when my clients use the windows version, they can update my plugin's comboboxes in real time, because the win-forms comboboxes all for users to clear, replace, remove, etc.  When they close the windows form, I wanted the Revit ribbon comboboxes to mirror the comboboxes that were in the windows form.  However, since I can't do that, the comboboxes stay the same as when the Revit was first initiated.

 

That's not good, because when my users set the Windows Form comboboxes in my UI, the ribbon should be identical to what they set up.  Instead, everything they do in the UI is ignored by the ribbon because I can't remove, replace, clear, addAfter, etc.  

 

See what I'm saying?