To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89902
                 Issue #|89902
                 Summary|large extension icons are not possible
               Component|framework
                 Version|OOo 3.0 Beta
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|ui
             Assigned to|tm
             Reported by|holgerbrandl





------- Additional comments from [EMAIL PROTECTED] Sat May 24 16:01:41 +0000 
2008 -------
OOo allows to define icons of different size to be used as toolbar icons of
extension-toolbars. This is mostly in done in the Addons.xcu and looks like:

...
        <node oor:name="Images">
            <node oor:name="info.opencards.ocmain.images" oor:op="replace">
                <prop oor:name="URL" oor:type="xs:string">
                    <value>info.opencards:ltmLearning</value>
                </prop>
                <node oor:name="UserDefinedImages">
                    <prop oor:name="ImageLargeURL" oor:type="xs:string">
                        
<value>%origin%/resources/icons/globset_learning.png</value>
                    </prop>
                    <prop oor:name="ImageSmallURL" oor:type="xs:string">
                       
<value>%origin%/resources/icons/globset_learning_small.png</value>
                    </prop>
                </node>
            </node>
...

Unfortunately the small image become use in any case: If small icons are used in
OOo (correct behavior) and also if large icons are used (buggy behavior).

To see this problem in action try the build of OpenCards that can be downloaded
at http://www.open-cards.net/update/OpenCards-0.14.2_brokenLargeIcon.oxt

This bug might be related to issue
http://www.openoffice.org/issues/show_bug.cgi?id=88747

This bug appears in 3.0b and all 2.x releases.

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