To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80752
------- Additional comments from [EMAIL PROTECTED] Fri Aug 17 11:54:29 +0000 2007 ------- nearly fixed this issue. The problem was that with the new drawing scheme invented by aw, controls are now painted wrong when not on the control layer. So I put all controls for the dialog editor on the control layer. Now they are painted as controls and this solves the basic paint issue for resizing the dialog. But this gave way to another error. During the new control paint, aw changes position and size of the controls (why? I dunno) but since the dialog editor is listening to such calls it again resizes the dialog accordingly wich causes a new paint that again, go figure. I solved this by adding a paint guard to the dialog editor, not processing postion and size changes during paint. This may leave some problems open, not sure. During the invinite resize session I got a clue about why the controls are not painted (only text of controls is visible) . They are actually painted but looks like they are painted on the actuall window, not the backbuffer. They are then overpainted by the backbuffer when the text gets painted. I have to follow this clue and check out toolkit now. Besides this issue is not completly fixed since there are redraw issues *sigh* when the dialog is made smaller. in that case the previous occupied area is not redrawn.... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
