Is anyone having issues with the CommandExecuted event not being fired from a RibbonTool object?
We recently upgraded an application from Infragistics 9.2 to 10.3 (build 2116) targeting the v2.0.50727 framework (references InfragisticsWPF3). We are having issues with the ribbontool. It wil fire the CanExecute command with no problems - BUT it does not fire the CommandExecuted event.
I have not been able to reproduce this error in a small demo project yet and am still working on that - but thought I would try and see if anyone else is having this issue.
VS2010 and XP Operating system. We have reproduced the problem on multiple development machines - as well, I reverted the application back to 9.2 and there are no issues.
thanks
Rod
2164 Appears to resolve the issue - Thanks
I believe 2164 is the latest SR which was just released the other day.
What is the latest hotfix? We currently have 10.3 2116 installed
There was an issue recently reported and addressed in the latest hotfix relating to commands not being executed for an element within a nested dockmanager. If you still have an issue when using the latest version then please provide a project that demonstrates the issue and we can look into it.
More information:
If your persistent enough, you can eventually get the event to fire and execute. but its inconsistent. sometimes it takes 20 clicks, sometimes 2 or 3.
The canexecute routing is working properly, because if I set focus to a different part of the UI, the button disables, when I reenter the correct part of the UI, the button becomes enabled.
Also - I see some errors appear in the Output dialog. "The Thread '<No Name>' (hex value) has exited with code 0 (hex value)."
Any Help woul dbe appreciated.