Top "Z-order" questions

Z-order is an ordering of overlapping two-dimensional elements in a graphical user interface.

How do I change the Z-Order of sprites?

I want to set the Z-order of the sprites I create in Objective-C, specifically in Cocos2D. This is the …

objective-c cocos2d-iphone z-order
Google Maps v2 Marker zOrdering - Set to top

I know there are a few threads around on this topic but i havent yet found a good enough solution. …

android marker google-maps-android-api-2 z-order
How do I let my matplotlib plot go beyond the axes?

I have to translate an image plotting script from matlab to matplotlib/pylab, and I'm trying to achieve the same …

python matplotlib z-order axes
How to properly use setZOrderMediaOverlay on Android?

Like many others, I am trying to draw 3D objects (using GLSurfaceView) on camera preview (using SurfaceView), along with some …

android surfaceview z-order glsurfaceview
c# wpf overlapping controls not receiving mouse events

I am building a canvas control. This root canvas has several overlapping children (canvas as well). This is done so …

c# wpf controls mouse z-order
Keep Control always on top

Is it possible to keep a control (Panel) always over all other controls even if they also use Control.BringToFront()? …

c# .net winforms z-order
WPF Popup ZOrder

I am using a WPF Popup, but it popups up above every single window on my desktop, even when my …

c# wpf xaml z-order
How to make button non transparent?

I wrote custom View which draws a circle. Then I put it on relative layout. Also I put standard button …

android styles transparency z-order
Delphi - How to prevent Forms/MsgBoxes to move under prior form?

Many times after the Windows 98 era we have experienced that some dialogs lose their Z-Order and move back to the …

windows delphi dialog z-order delphi-6
drawRect on top of subviews

I have subclassed UIView and added a drawRect method to it. Then I define a view using this custom class …

ios core-graphics drawrect z-order