• OneUI v 302 - Tab Close image resource missing

    By Kim Acket 10 years ago

    I've been trying to use the theme OneUI v 302, everything looks fine but when I try to use the the Dojo Layout - Tab Container & Dojo Content Pane I noticed that the tabclose.png file is missing from the resource folder.

    The icon should be present on the server in the following folder: (installed on E: drive)

    E:\IBM\Domino\osgi\shared\eclipse\plugins\com.ibm.xsp.theme.oneuiv302_9.0.1.20131004-1200\resources\web\xsp\images

    Is this a known issue or is there something wrong with my setup?
    Where can I get the original icon?

    In the meantime I replaced this icon with one I found…

    Example code:

            <xe:djTabContainer
                id="mainContainer"
                dojoType="dijit.layout.TabContainer"
                useMenu="true"
                useSlider="true">
                <xp:div
                    id="Tab1">
                    <xe:djContentPane
                        id="ContentTab1"
                        dojoType="dijit.layout.ContentPane"
                        title="Tab 1">
                        <xe:this.dojoAttributes>
                            <xp:dojoAttribute
                                name="closable"
                                value="true">
                            </xp:dojoAttribute>
                        </xe:this.dojoAttributes>
                    </xe:djContentPane>
                </xp:div>
                <xp:div
                    id="Tab2">
                    <xe:djContentPane
                        id="ContentTab2"
                        dojoType="dijit.layout.ContentPane"
                        title="Tab 2">
                        <xe:this.dojoAttributes>
                            <xp:dojoAttribute
                                name="closable"
                                value="true">
                            </xp:dojoAttribute>
                        </xe:this.dojoAttributes>
                    </xe:djContentPane>
                </xp:div>
            </xe:djTabContainer>
    

    • By B Gleeson 10 years ago

      Coincidentally I have been looking at this issue in the last day or two, as it has been previously reported. I have a fix in hand that I hope to deliver to the extlib, to be in the next release. I will let you know if it goes in.

    • By B Gleeson 10 years ago

      P.S. The image should actually be here:
      E:\IBM\Domino\osgi\shared\eclipse\plugins\com.ibm.xsp.theme.oneuiv302_9.0.1.20131004-1200\resources\web\oneui\dojoTheme\lotusui30dojo\layout\images\tabClose.png

      • By Kim Acket 10 years ago

        Awesome thanks guys :-)

        • By B Gleeson 10 years ago

          The fix did go into release 8, released last week. Let us know if there's any further problem with this. Thanks