La sugerencia automática le ayuda a obtener, de forma rápida, resultados precisos de su búsqueda al sugerirle posibles coincidencias mientras escribe.
Mostrando los resultados de
Mostrar solo
|
Buscar en lugar de
Quiere decir:
Esta página se tradujo para tu conveniencia mediante un servicio de traducción automática. No es una traducción oficial, y puede contener errores o traducciones imprecisas. Autodesk no garantiza, ni expresa ni implícitamente, la precisión, la confiabilidad ni la exhaustividad de la información traducida por el servicio de traducción automática y no será responsable por los daños o las pérdidas que se produzcan como consecuencia de la confianza depositada en dicho servicio.Traducir
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.