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


User jsi changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|jsi                       |gh
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Sep 26 05:08:09 -0700 
2006 -------
Here is a testcase which do not work with slot/control unkown "setcontrol".
Tested in old TestTool and in m164 based.

testcase tGetBackgroundNames
    Dim iCountColors as integer
    Dim i as integer
    
    Call hNewDocument
        FormatCells
        Kontext
        Active.SetPage TabHintergrund
        Kontext "TabHintergrund"        
        setcontrol CTValueSet
        iCountColors = Hintergrundfarbe.GetItemCount
        print "Hintergrundfarben: " & iCountColors
        for i = 1 to iCountColors            
            printlog "Color (" & i & "): " & GetItemText(i)
        next i
        TabHintergrund.Cancel
    Call hCloseDocument
endcase

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