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
================================================================================
             Assigned to|ab                        |jsk
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jan 11 13:43:49 +0000 
2008 -------
ab->jsk: Please verify:
1. Open Dialog Editor in App/Standard lib and create a dialog Dialog1
2. Set dialog property "with title bar" to No
3. Paste the following test macro into Module1 and run it:

Sub Main
        oDlgProv = CreateUnoService("com.sun.star.awt.DialogProvider")
        oDialog = oDlgProv.createDialog(
"vnd.sun.star.script:Standard.Dialog1?location=application")    
        oDialog.execute
        
        oDialog2 = createUnoDialog(DialogLibraries.Standard.Dialog1) '*
        oDialog2.execute
End Sub

This shouldn't crash any more. The dialogs are displayed with an empty
title bar, even if a title is set. It's not possible to display a dialog 
completely
without title.


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