[Lazarus] Z-order not working

Anthony Walter sysrpl at gmail.com
Wed Apr 1 16:01:38 CEST 2015


Graeme,

Does someone else have access to your account? Because the questions you're
asking are trivial to answer.

TEdit is a windowed control and as such its rectangular clipping path is
controlled by the Z-order of its siblings.

TImage is a graphic control and as such its rectangular clipping path is
controlled by the Z-order of its parent window.

If you case, the image, edit, and status bar all have the same parent
window, thus the image will always be clipped by the edit and status bar.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20150401/acc0ef7e/attachment-0003.html>


More information about the Lazarus mailing list