You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2011/12/26 18:52:25 UTC

DO NOT REPLY [Bug 118696] New: No refresh when Sheet tab color is changed by API

https://issues.apache.org/ooo/show_bug.cgi?id=118696

             Bug #: 118696
        Issue Type: DEFECT
           Summary: No refresh when Sheet tab color is changed by API
    Classification: Code
           Product: api
           Version: OOo 3.3
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: normal
          Priority: P5
         Component: code
        AssignedTo: tbo@openoffice.org
        ReportedBy: marcelly@club-internet.fr
                CC: ooo-issues@incubator.apache.org


This Basic code changes the color of a sheet tab to Red :

Su Main
Dim sh As Object
sh = ThisComponent.Sheets(1)
sh.TabColor = RGB(255,0,0)
End Sub

Display any sheet, run the macro.
After execution the tab of Sheet 1 has not changed color.
Display another sheet : now the modified tab appears Red.
Conclusion : after a change by API, the display is not refreshed.

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

[Bug 118696] No refresh when Sheet tab color is changed by API

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118696

--- Comment #2 from Ariel Constenla-Haile <ar...@apache.org> ---
@bmarcelly: Apache OpenOffice 3.4 has been released. Could you please verify
this issue is solved in the current release? You can download Apache OpenOffice
from http://www.openoffice.org/download

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 118696] No refresh when Sheet tab color is changed by API

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118696

bmarcelly <ma...@club-internet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |CLOSED

--- Comment #4 from bmarcelly <ma...@club-internet.fr> ---
Closing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 118696] No refresh when Sheet tab color is changed by API

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118696

bmarcelly <ma...@club-internet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
                 CC|                            |marcelly@club-internet.fr

--- Comment #3 from bmarcelly <ma...@club-internet.fr> ---
Tested on AOO 3.4 : OK now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

DO NOT REPLY [Bug 118696] No refresh when Sheet tab color is changed by API

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118696

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> 2011-12-29 04:36:42 UTC ---
Fixed with revision 1225428

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

DO NOT REPLY [Bug 118696] No refresh when Sheet tab color is changed by API

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118696

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |STARTED
                 CC|                            |arielch@apache.org
         AssignedTo|tbo@openoffice.org          |arielch@apache.org
     Ever Confirmed|0                           |1

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

DO NOT REPLY [Bug 118696] No refresh when Sheet tab color is changed by API

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118696

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|STARTED                     |RESOLVED
         Resolution|                            |FIXED

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.