I am trying to build a simple toolbar, but when I add the "exit" bitmapbutton the class stop working. I think it may be because something that parses the xml file may not like the text "exit" showing up(??). The reason I think so is if I change the same object to use another bitmap button it starts working after I exit and re-enter dabo. Can someone verify the issue? Below is a copy of the cdxml file. To duplicate, load the file and run it first. It should run. Then change the "copy" button to the "exit" and re-try.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<dPanel classID="47331504" BorderColor="(0, 0, 0)" sizerInfo="{}" Name="dPanel" Buffered="False" Top="0" Enabled="True" ToolTipText="None" Height="173" Width="392" ForeColor="(0, 0, 0)" designerClass="path://bcToolbar.cdxml" savedClass="True" BackColor="(236, 233, 216)" BorderStyle="Default" Left="0" BorderLineStyle="Solid" BorderWidth="0">
<dSizer classID="47331504-44770320" Orientation="Vertical" DefaultBorderTop="False" DefaultBorderRight="False" DefaultBorderBottom="False" DefaultBorder="0" DefaultBorderLeft="False" designerClass="LayoutSizer" SlotCount="3">
<dPanel classID="47331504-47947120" Spacing="3" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutSpacerPanel"></dPanel>
<dSizer classID="47331504-47769296" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" Orientation="Horizontal" DefaultBorderTop="False" DefaultBorderRight="False" DefaultBorderBottom="False" DefaultBorder="0" DefaultBorderLeft="False" designerClass="LayoutSizer" SlotCount="10">
<dPanel classID="47331504-48526672" Spacing="3" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutSpacerPanel"></dPanel>
<dBitmapButton classID="47331504-49087184" BorderColor="(0, 0, 0)" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Middle', 'Border': 0, 'Expand': False}" Name="dBitmapButton" Picture="save" Enabled="True" ForeColor="(0, 0, 0)" designerClass="controlMix" BorderWidth="0" BackColor="(236, 233, 216)" BorderStyle="Default" BorderLineStyle="Solid" ToolTipText="None"></dBitmapButton>
<dPanel classID="47331504-48527216" Visible="True" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutPanel"></dPanel>
<dPanel classID="47331504-48527376" Visible="True" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutPanel"></dPanel>
<dPanel classID="47331504-48527600" Visible="True" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutPanel"></dPanel>
<dPanel classID="47331504-48527760" Visible="True" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutPanel"></dPanel>
<dPanel classID="47331504-48527920" Visible="True" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutPanel"></dPanel>
<dPanel classID="47331504-48528080" Visible="True" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutPanel"></dPanel>
<dBitmapButton classID="47331504-43816784" BorderColor="(0, 0, 0)" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" Name="dBitmapButton1" Picture="copy" Enabled="True" ForeColor="(0, 0, 0)" designerClass="controlMix" BorderWidth="0" BackColor="(236, 233, 216)" BorderStyle="Default" BorderLineStyle="Solid" ToolTipText="None"></dBitmapButton>
<dPanel classID="47331504-49024272" Spacing="3" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutSpacerPanel"></dPanel>
</dSizer>
<dPanel classID="47331504-48383760" Spacing="3" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutSpacerPanel"></dPanel>
</dSizer>
</dPanel>