stuart, the code you sent me in the Private Message worked perfectly fine.
The code posted in this thread is failing to work because of 2 very important lines which you have omitted.
code:
<Position Width="220" Height="250"/>
<ChildTmpl/>
These should go on the first 2 line following the opening <window> tag.
The <Position> tag is self-explanatory as it defines your window's dimensions.
The reason for the <ChildTmpl> tag is explained in the skindocs:
quote:
Originally posted by Skinning Docs
Option panels are created like any other Messenger Plus! window but they need to use <ChildTmpl/> as Messenger Plus! will embed your creation into a standard frame with OK/Cancel buttons.