Hi,
I have a ultratoolbar manager in my application with lots of buttons and pop-up menu tools. These are appearing in execution of application. But later on, i have to add some more buttons, and i successfully did it. But these added buttons (that i added later) are not showing in ultratoolbars manager in execution mode.
Attachment (01) : Already added "Loan Detail" button.
Attachment (02) : doesn't show "Loan Detail" button in running mode.
Plz help me out.
Hello Ovais,
I have tried that and everything works as expected. One possible cause of such behavior might be using a Load() method of the Toolsbarmanagers which loads some settings that does not include the tool that you have added in design, so it would gets overiden by the .Load method.
If this is not the case I would suggest downloading and installing the latest service release for your version, and verify the behavior of your application against it.
Please let me know if you think that it is not your case or if you have any questions.
Regards
To add to what Georgi said, if you have SaveSettings set to True on the UltraToolbarsManager, settings are loaded for you. Try setting the property to False to see if it fixes your issue. If it does, you can still leave it on, but you need to change the version number of your application when you add new tools to the toolbars manager (settings files are only loaded automatically if the application has the same version as when they were saved).