Hi,
I am trying to create a custom backstage tab using a TaskFormGroup control. I'm having trouble getting the group category and task labels to appear. I can use the TaskFormGroup label to make the column wider but that has no affect on the width of the category and task label width:
Here is my XML and results:
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" ><backstage><tab id="tabCustomNew" insertAfterMso="TabInfo" label="New (Classic)"><firstColumn ><taskFormGroup id="MytskfrmGroup1" label="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" helperText="XXXXXXXXXXXXXXXXXXXXXX"><category id="cat1" label="CCCCCCCCCCCCCC" ><task id="tsk1" label="LLLLLLLLLLLLLL" description="XXX" imageMso="HappyFace"><group id="myGroup1" label="Label 1. Group" helperText="Style:= normal" style="normal"><topItems><labelControl id="lblInForm1" label="topItems:"/><button id="btnInForm1" label="Button 1."/></topItems><bottomItems><labelControl id="lblInForm2" label="bottomItems:"/><button id="btnInForm2" label="Button 2."/><button id="btnInForm3" label="Button 3."/></bottomItems></group><group id="myGroup2" label="Label 2. Group" helperText="Style:= warning" style="warning"/><group id="myGroup3" label="Label 3. Group" helperText="Style:= error" style="error"/></task></category></taskFormGroup></firstColumn></tab></backstage></customUI>
Thanks!
Greg Maxey Please visit my website at: http://gregmaxey.mvps.org/word_tips.htm