I have a form with an xypanel. I put an image on this xypanel to be the background, then I added a logo, and some labels (text boxes). In testing with the image properties, now the logo and text components are not showing up, like, they are ‘behind’ the image. Is there an order of events or something I can trigger with code to ‘bring them forward?’
You can try to create two roles with different z-index values and assign the lower value as push back and the upper value as pull up.
This suggests to me that the display order is somehow reversed. The way to test that would be to put things on the panel in the reverse order – or reverse them after the fact. If that works, then I think you’ve found a bug.