To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106755
                 Issue #|106755
                 Summary|[Automation] framework/required/includes/basic_dialog_
                        |export.inc::tUpdtDialogExport - cannot open Exportiere
                        |nDlg
               Component|framework
                 Version|DEV300m63
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsk
             Reported by|jsk





------- Additional comments from j...@openoffice.org Tue Nov 10 08:30:33 +0000 
2009 -------
The button is ready but not "alive"



Solution:

    for iTry = 1 to 5

        try

            kontext "DialogBar"

            printlog( "Trying export..." )

                    Export.click()

            kontext "ExportierenDlg"

            if ( ExportierenDlg.exists() ) then

                exit for

            endif

            

            if ( iTry = 5 ) then

                warnlog( "Failed to open export dialog, aborting test" )

                hCloseBasicIDE()

                hCloseDocument()

                goto endsub

            endif

        catch

            wait( 100 )

        endcatch

                

    next iTry

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to