Hi Andre, I made an investigation of issue 73871 and tracked it.
While the rectangle is converted into bitmap the program should add "graphicobjectbar" to the tool bar. During the procedure the toolbarmanager in sd module will add it and then post the update. And within the method "void ToolBarManager::Implementation::PostUpdate (void)" there is the line "mxLayouter->requestElement(sFullName);" which passes to the layoutmanager involved in framework module to handle the element of toolbar. But the method requestElement doesn't work well: the layoutmanager does not request it successfully. So should the method requestElement be modified to make the return value true? Best regards, Weike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
