<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 1, 2015 at 10:23 AM, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:mailinglists@geldenhuys.co.uk" target="_blank">mailinglists@geldenhuys.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">And that's where my second (actually I lost count today) problem lies.<br>
How do I add a TPanel inside a TStatusBar for example. The TStatusbar<br>
doesn't seem to accept child widgets.<br></blockquote><div>I'd think that's an editor (design time) limitation . TStatusBar is TWinControl (has it's own handle).<br></div><div>Thus it can accept any child control.<br></div><div><br></div><div>If you assign Panel's parent in run time <br></div><div>Panel1.Parent:=StatusBar1;<br></div><div>You might get what you're looking for.<br><br>Keep in mind though StatusBar rearranges its children automatically.<br></div><div></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

So based on that and what you said, I have to now place a TPanel on the<br>
form, then place a TImage inside the TPanel, then make sure the z-order<br>
of the TPanel is correct so it appears above the TStatusBar, then<br>
position the TPanel at the correct location relative to the right edge<br>
of the statusbar. This is a pretty nasty solution.<br></blockquote><div><br>The only nastiness about it is that TPanel might draw a background, thus the transparent image would look square.<br></div><div>Let me see...<br></div></div><br></div></div>