Page 1 of 1

PB5.41LTS; Win7; z-index; HideGadget; overlapping;

Posted: Wed Feb 10, 2016 11:41 am
by HanPBF
Hello!

As PB does not know z-index, I checked with a few controls,
if HideGadget(..., #True) and then HideGadget(..., #False) in order of z-index (backmost to topmost)
does show the correct overlapping.

So, when I keep the list and order by z-index, shouldn't HideGadget in that order redraw all elements correct after windows resizing?

Can I rely on this?
(What is remarkable -> when I do this during resizing, flickering is minimized...)

Thanks!!!

Re: PB5.41LTS; Win7; z-index; HideGadget; overlapping;

Posted: Wed Feb 10, 2016 3:07 pm
by RASHAD
Hi Han
Can you post some code to clear things?