quote:
Originally posted by SmokingCookie
I do not exactly have time ATM, but still: you must place the PlaceHolderElement in the parent window, not the child window like you did
Umm...
xml code:
<Window Id="WndCommandBar_Shell" Version="1">
<Attributes>
<Caption>Command Bar</Caption>
<TopMost>true</TopMost>
<ShowInTaskbar>false</ShowInTaskbar>
</Attributes>
<TitleBar>
<AllowMinimize>false</AllowMinimize>
<AllowClose>false</AllowClose>
</TitleBar>
<Position Width="186" Height="27">
<IsAbsolute>true</IsAbsolute>
<Resizeable Allowed="BothSides">
<MinWidth>150</MinWidth>
<MinHeight>27</MinHeight>
</Resizeable>
</Position>
<WindowTmpl>
<Borders Type="Simple"/>
</WindowTmpl>
<Elements>
<Element xsi:type="PlaceHolderElement" Id="PhlChild">
<Position Left="10" Top="0" Width="172" Height="26"/>
</Element>
</Elements>
</Window>
...I have, haven't I (the parent is actually second in the interface file - the first is the old one, to be ignored)?
EDIT: were you looking at the code in the first post?