This is a migrated thread and some comments may be shown as answers.

Problem with SplitButton Image

2 Answers 31 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 16 Apr 2013, 03:17 PM
The problem I am having is with the SplitButton Image showing up as a big red "X". Here is the XML for how I am defining the button. The ImageURL path worked perfectly on no splitbutton buttons in the same XML file...any thoughts...
<Group Text="Widgets">
    <SplitButton Size="Large" Text="Descriptive" ImageUrl="images/widgets_descriptive.png" CommandName="mangeDescriptive">
      <Button Text='ABC Codes' />
      <Button Text='Planning Data'/>
    </SplitButton>
    <SplitButton Size="Large" Text="Aggregation" ImageUrl="images/widgets_aggregation.png" CommandName="manageAggregation">
      <Button Text='Rollup Aggregation' />
    </SplitButton>
    <SplitButton Size="Large" Text="Spreadsheets" ImageUrl="images/widgets_spreadsheets.png" CommandName="manageSpreadsheets">
      <Button Text='Monthy Forecast' />
    </SplitButton>
    <SplitButton Size="Large" Text="Charts" ImageUrl="images/widgets_charts.png" CommandName="manageCharts">
      <Button Text='Monthy Forecast' />
    </SplitButton>
    <SplitButton Size="Large" Text="Dashboard" ImageUrl="images/widgets_dashboard.png" CommandName="manageDashboard">
      <Button Text='Alert Dashboard'/>
    </SplitButton>
  </Group>

2 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 23 Apr 2013, 01:38 PM
Anyone?
0
Michael
Top achievements
Rank 1
answered on 23 Apr 2013, 01:51 PM
Nevermind....If I read the documentation I would have known to use "ImageUrlLarge".
Tags
RibbonBar
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Share this question
or