using UltraWinToolbars 13.2.20132.2023; Works fine in the samples.
Even after setting the ShareProps.PopularCommand = true in both code and toolbar designer, I am unable to get the popular commands group to show up in the customize QAT (or customize Ribbon) dialog within an application using childmdi's. Any suggestions on where to look within the application architecture for what is causing this group to not be available? There are 69 possible tools in the merged toolbar, and really need a way to make the customization option more user-friendly with the Popular Commands feature.
Hello,
Yes, please call ultraToolbarsManager1.CreateRestorePoint(); after creating tools. The QAT dialog needs to be updated and this method ensures that the changes you made are reflected respectfully. The ToolbarsManager creates restore point for "default" state which is why you are not seeing a Popular Command section. Any changes made after the restore point is created are not reflected in the list of "Available" tools of the customizer until this method is called. For more details please refer to our documentation
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/WinRibbonCustomizationProvider_Using_the_Ribbon_Customization_Dialog.html
Let me know if you have any additional questions.