Hello
We are having an application that uses a (generic) Ribbon on main window and two documentwindows (let's call them Doc1 and Doc2).
In a multimonitor scenario I take one of the documentwindows (Doc2) out and place it on my second monitor.
This Doc2 has now the keyboard focus.
If I click now directly on a button inside the ribbon (to paste some text or to add an item) then the main window gets active and also the Doc1... that means my text/item gets inserted inside Doc1 and not iside my (supposedly active) Doc2.
I've just checked how VisualStudio 2010 is behaving in this scenario and there it works as expected: the Doc2 remains active when I click buttons in the main window's toolbar and text gets inserted in the right place.
Any ideas how to overcome this problem?
Thanks in advance
Regards
Radu
We are having an application that uses a (generic) Ribbon on main window and two documentwindows (let's call them Doc1 and Doc2).
In a multimonitor scenario I take one of the documentwindows (Doc2) out and place it on my second monitor.
This Doc2 has now the keyboard focus.
If I click now directly on a button inside the ribbon (to paste some text or to add an item) then the main window gets active and also the Doc1... that means my text/item gets inserted inside Doc1 and not iside my (supposedly active) Doc2.
I've just checked how VisualStudio 2010 is behaving in this scenario and there it works as expected: the Doc2 remains active when I click buttons in the main window's toolbar and text gets inserted in the right place.
Any ideas how to overcome this problem?
Thanks in advance
Regards
Radu