2019-09-15 10:12 AM
I have made a custom slider , vertical , using pngs .
When I run the simulator it does not appear .
The default Slider shows but weird refresh and leaves a trail ?
Also , is there a way to say which item is on top of the other ? Bring to front , send to back ?
Solved! Go to Solution.
2019-09-15 11:36 PM
You're missing a background. What you're seeing is "ghosting" because there's nothing in the framebuffer at the very back to blend with.
/Martin
2019-09-15 11:36 PM
You're missing a background. What you're seeing is "ghosting" because there's nothing in the framebuffer at the very back to blend with.
/Martin
2019-09-16 03:58 AM
And yes, you can see the order in the screen browser in the left hand side of the designer. So, you can change the z-order by moving them up and down.
/Martin
2019-09-16 01:57 PM
Thanks !