To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83963


User ab changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Jan  9 14:36:15 +0000 
2008 -------
The problem is that this "No title" property has only been designed
to create tab pages in the Dialog Editor to be used as option pages
for extensions. Maybe this is not documented sufficiently, I will
check this.

Anyway it makes no sense at all to disable the title bar if the de-
signed dialog should really be used as a dialog. Of course disabling
the title bar shouldn't lead to a crash anyway but a dialog cannot
be displayed without a title respectively a parent window in any case.
I fixed the problem for now by overriding the "no title" property
in case of usage with CreateUnoDialog and DialogProvider service:

oDlgProv = CreateUnoService("com.sun.star.awt.DialogProvider")
oDialog = oDlgProv.createDialog(
"vnd.sun.star.script:Standard.NoTitleDialog?location=application")      

Only when using the ContainerWindowProvider to instantiate the
Dialog respectively TabPage the property will be used.


---------------------------------------------------------------------
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]

Reply via email to