Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread TImage on top
Thu, Oct 17 2013 7:08 AMPermanent Link

Matthew Jones

It would be quite nice if a TImage could be on top of a TPanel in the Z-order. At
the moment it seems to always be behind. I can sort of see why this is done, but
surely the send-to back should fix it generally? It might be nice to have a
property to control if it sticks to the back or not.

For the moment, I've put it on a TPanel which is then able to be on top of others.

/Matthew Jones/
Thu, Oct 17 2013 10:00 AMPermanent Link

Matthew Jones

> For the moment, I've put it on a TPanel which is then able to be on
> top of others.

Which solves the over the top part, but I just realised that it can't be
transparent, so the image (a circle) gets a horrible white block as I drag it.
Which comes back to allowing the TImage to be on top of other controls.

/Matthew Jones/

(Not sure why I ended up posting in this topic, sorry!)
Mon, Oct 21 2013 11:54 AMPermanent Link

Matthew Jones

I'd like a TLabel to be able to be on top of a TPanel too. I'm trying to work out
how to do a fancy slider control, and the text would be good on top of multiple
panels.

/Matthew Jones/
Thu, Oct 24 2013 4:11 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< It would be quite nice if a TImage could be on top of a TPanel in the
Z-order. >>

I'm assuming that you're talking about design-time ?

This won't be possible until EWB 2.0 - currently EWB is using an actual
Windows container control for the panels at design-time, whereas EWB 2.0
will have a new form designer that allows for full transparency for all
controls.

Tim Young
Elevate Software
www.elevatesoft.com


Fri, Oct 25 2013 6:53 AMPermanent Link

Matthew Jones

> I'm assuming that you're talking about design-time ?

I was, but only because I'd not thought it might be different at run time! I will
experiment - run time is all that matters.

/Matthew Jones/
Image