My AcTrayItem class insertet in the application status bar work fine
as well from modeless Dialog.
But AcTrayItemBubbleWindowControl appears
only by movement the mouse inside the current document.
From modeless Dialog appear the control infrequent.
The solution with:
<ShowBubbleWindow(&bubble);>
<acedGetAcadFrame()->SetFocus();>
<acedGetAcadDwgView()->SendMessage(WM_MOUSEMOVE, NULL, NULL);>
was unsuccessful, unless, by movement the mouse from Dialog
into document window.
Can anybody help?
Regards
Georg