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





------- Additional comments from [EMAIL PROTECTED] Tue Feb 26 21:47:47 +0000 
2008 -------
testing this issue

The code refactor affects
Openoffice 2.0 format document and 
a) dialogs created 
   o via the basic createunodialog function
   o direct uno creating a XDialogProvider service
   o  "      "    "      " XDialogProvider2 service
Openoffice 2.0 format document and 
b) dialogs  
   o via the basic createunodialog function
note: the XDialogProvider[2] type services didn't exist in prior to Openoffice 
2.0

for each of the dialog types ( and versions ) we need to verify applicationa and
document dialogs work ( and additionally macro bindings to those dialogs work 
also )

testing scenarios
=================

Note: the documents ( and other necessary item e.g. test component ) are
attached in a single zip file i84808.zip )

I) Openoffice 2.0 dialogs - application
   these can be verified to work by accessing the wizards e.g File | Wizards |
Euro Convertor

II) Openoffice 2.0 dialogs - document
   see attached test document test-newDialogs.ods and push button labeled
'TestDocDialog' - pushing the button should result in 
      a) a new dialog being raised
      b) pushing button on the dialog should result in 2 message boxes with the
following content
          1) "You pressed the control labled PressMe and the name of the contro
is CommandButton1"
          2) "about to close dialog"
            confirming this message results in the dialog closing
III) Openoffice 2.0 XDialogProvider - document
   see attached test document test-newDialogs.ods and push button labeled
'TestDocXProviderDialog' - pushing the button should result in the same dialog
as above being raised ( and same results from pushing the buttons )
    
IV) Openoffice 2.0 XDialogProvider2 - document
from the OpenofficeSDK please see attached document DialogComponent.oxt, please
not in order for this document to function the attached (uno component)
DialogComponent.oxt MUST be installed


V) openoffice 1.0 type dialogs - document
   see attached document OldDocDialogs.sxw ( this is a version of the XRay tool
that has been modified to run from the document only ) pressing the button
should raise the dialog, clicking on the various buttons should work etc.

VI) openoffice 1.0 type dialogs - application
   see attached document XrayTool40_en.sxw open and follow the instructions, it
should be possible after installing the libraries ( as per the instructions ) to
run a macro like

sub testoldapplicationdialog
basiclibraries.loadlibary("Xray")
xray.xray thiscomponent
end sub

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