wx.PseudoDC example in wxpython docs and demos

Hi,

the PseudoDC example creates many images/text and places them to the screen.

When selecting one of the images and dragging it, it sometimes “on top” of other images and sometimes “behind”, i guess it has something to do with the order of creation.

is there a way to bring the selected image to be on top of all other images, so when dragging, i can always see it?

Thanks,

Roy.