Hello Carsten,
After the last IRC meeting I debugged OOo2.2(m14) in my computer. While I'm
debugging the program the "insert" toolbar will be visible in terms of the
steps described on IssueZilla. But when I complete compiling it and put its dll
files into "program" folder I still need to execute minimization and
maximization to let the "insert" toolbar be shown. It is strange to me.
Additionally if I put "insert" in toolbar column it will be shown again. But if
I put it in text area below toolbar it will not be visible unless I minimize
and maximize the window. I assume it didn't draw or paint the window of text
area when I click in the blank area, but it painted the
window including toolbar. So I think it may be the cause.
The code I modified in "layoutmanager.cxx" is as follows:
void LayoutManager::implts_updateUIElementsVisibleState( sal_Bool bSetVisible )
{
...
if ( bSetVisible )
{
implts_createNonContextSensitiveToolBars();//added
doLayout();
}
...
}
What shall I do next? And could you please assign some research work to me
besides issues? I will try my best to do them well. :-)
Best regards,
Liang Weike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]