Hi,
I wonder if there is a codeblock that is executed, when the active window changes? Or another approach with the same result? It should fire at the moment that a call oWinClient:GetActive() would give a different response.
(Background info: for example, if mdi-child "A" is active, I want to show a ribbon-group "a", and if mdi-child "B" is active I want to show ribbon-group "b". It is not possible by oWinA:bLostFocus because if I click the ribbon-menu, the focus is lost at this time...)