2

Word、Excel、および PowerPoint 2016 (16.0.6366.2036) (デスクトップ バージョン) の最新ビルドでは、バックステージ ビューの CustomUI で定義された画像が表示されなくなりました。次の構成ファイルでは、HappyFace または指定された画像自体はアプリケーションによって表示されません。

<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="OnRibbonLoaded" loadImage="getImages">
    <backstage>
        <tab idMso="TabRecent">
            <firstColumn>
                <taskFormGroup idMso="GroupOpenPlaces">
                    <category idMso="ButtonCategoryRecentDocuments">
                        <task id="task1" label="My main task" insertAfterMso="ButtonTaskRecentDocuments" imageMso="HappyFace">
                        </task>
                    </category>
                </taskFormGroup>
            </firstColumn>
        </tab>
    </backstage>
</customUI>

また、backstage ビュー内のグループに対して定義された getLabel や getHelperText などのコールバックも呼び出されません。以下の例を参照してください。コールバック「getGroupLabel」と「getGroupHelperText」が呼び出されていません。

<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="OnRibbonLoaded" loadImage="getImages">
    <backstage>
        <tab idMso="TabInfo">
            <firstColumn>
                <group id="group1" getLabel="getGroupLabel" getHelperText="getGroupHelperText" insertBeforeMso="GroupPermissions">
                </group>
            </firstColumn>
        </tab>
    </backstage>
</customUI>

これらは、Office 2016 の以前のビルドで機能していました。回避策があるかどうか、およびこれが仕様によるものかどうかをお知らせください。ありがとう。

4

0 に答える 0