fernandreu / office-ribbonx-editor

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
MIT License
516 stars 100 forks source link

Duplicate arguments cause ribbon not to appear (e.g., label and getLabel) #137

Closed JonPeltier closed 3 years ago

JonPeltier commented 3 years ago

Describe the bug If the code for a control has both a regular property and a callback for the same property, the code is validated ("well-formed") but the ribbon does not appear in the host application.

To Reproduce Sample code that is validated as "well-formed" but causes ribbon not to appear.

fernandreu commented 3 years ago

Hi JonPeltier, this should be the same bug as in #114 and is already fixed in the latest development build. I'll create a formal release one of these days but, in the meantime, feel free to download that build from here. If you find any xyz / getXyz pair still passing the validation, just let me know.

JonPeltier commented 3 years ago

Thanks. I'll check it out.