Hello Community,
if I change the Icon of a window which is an mdichild managed by the mdiManager the icon of the Tab does not change. It changes if I move the mouse over it, but not automatically in this moment I assign the new icon.
For example I give the user the opportunity to work in the program while a window communicates async with a webservice. When the Webservice completes I change the icon of the window to inform the user. This does not work.
Is there a workaround or is it a bug?
regards
Robert
This is a bug. I would recommend submitting the issue to the support group: http://es.infragistics.com/gethelp. As a wrokaround, you can modify the Cursor.Position temporarily to move the mouse over the tab and then back to its original position. You can get the screen position of the MdiTab with code similar to this:
tab.UIElement.Control.PointToScreen(tab.UIElement.Rect.Location)