Hi,
I'd like to save 'shortcuts' added by users in the Quick Access Toolbar between sessions, in order to reload it on startup.
I found many examples for Windows forms, but mentioned methods (Ribbon.savesettingstostream, ribbon.savetoXML) seems not to be implemented in WPF.
Does anybody know how to do?
thanks
Hello Lionel,
I am just checking the progress on your issue.
Please let me know if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
Hello,
Sorry for answering so late. Due to troubles with my email server, i didn't received any email notification for your previous answer.
It doesn't work fine for me, an error occurs when reloading : "An item with the specified TargetId '(ID)634359570788694218703564304' being added to the QuickAccessToolbar is not registered with the associated XamRibbon"
Indeed, this Id is different tan the one I can see in Visual Studio. Moreover, the Id is also different when I open the project on another computer. However, the one read is the one written previously. The problem seems to be that runtime Ids are different than designtime Ids. Is there any way to "freeze" it?
Sincerely
Finally, i solved my problem by deleting "(ID)" characters in Id. It seems to fix it and, then, it works.
Is it the good way to proceed?