code:
<DialogTmpl>
<BottomBar Style="Plain">
<LeftControls>
<Control xsi:type="ButtonControl" Id="BtnPref">
<Position Left="0" Top="0" Width="80"></Position>
<Image Margin="5"><Name>panel-scripts</Name></Image>
<Caption>&Preferences</Caption>
</Control>
<Control xsi:type="ButtonControl" Id="BtnHelp">
<Position Left="0" Top="0" Width="20"></Position>
<Image><Name>info-small</Name></Image>
<Caption/>
</Control>
</LeftControls>
<RightControls>
<Control xsi:type="ButtonControl" Id="BtnCancel">
<Position Left="0" Top="0" Width="60"></Position>
<Image Margin="5"><Name>sounds-delete2</Name></Image>
<Caption>&Close</Caption>
</Control>
</RightControls>
</BottomBar>
</DialogTmpl>
You think that's it's because the bottom bar is always on top? Sounds likely, but how should I fix that?
And how did Plus! get her (
*) menu's on top then? Or maybe... those aren't child windows?
It seems like I'm having more luck with making it a stand-alone window. I'll now try to make it destroy when it gets deactivated.