Tagged Questions

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

learn more… | top users | synonyms (1)

19
votes
1answer
5k views

Defining Z order of views of RelativeLayout in Android

I would like to define the z order of the views of a RelativeLayout in Android. I know one of doing this is calling bringToFront. Is there are better way of doing this? It would be great if I could ...
8
votes
4answers
1k views

Delphi - How to prevent Forms/MsgBoxes to move under prior form?

Many times we experienced after Windows 98 era that some dialogs are lost their Z-Order, and moved back to prior form. For example: Dialog1.ShowModal; Dialog1.OnClickButton() : ...
6
votes
1answer
418 views

Window owner in WPF without always-on-top behaviour

Is it possible to get some of the functionality of Window.Owner without getting all of it? There are two windows, window A and window B. I want to make it so that selecting either one will bring ...
5
votes
2answers
5k views

How to get the zorder in windows?

I'm making an application where I interact with each running application, right now, I need a way of getting the windows zorder, for instance, if firefox and notepad are running, I need to know which ...
5
votes
1answer
560 views

Creating custom transparent control

I am trying to create a custom control that displays a bitmap with per-pixel alphablend (as some of you already know for other questions). Right now I am using a custom control in the resource editor ...
5
votes
6answers
6k views

In openGL, how can you get items to draw back to front?

By default it seems that objects are drawn front to back. I am drawing a 2-D UI object and would like to create it back to front. For example I could create a white square first then create a ...
4
votes
1answer
158 views

How can I keep window backmost in WPF?

I have a small .NET program that produces a fullscreen window. I would like to keep this window the backmost window (i.e. other windows should open on top of it, and it should not come to the front ...
3
votes
3answers
77 views

Disable form rising to the top

I want a form that when I set at the bottom of the z-order it stays there. I tried: SetWindowPos(Handle,HWND_BOTTOM,Left,Top,Width,Height,SWP_NOZORDER); and when I overlap it with some other apps ...
3
votes
1answer
135 views

JCombobox dropdown visiblity issue?

I have a root panel (2 rows, 1 column) which has panel P and a label L in it. P has a JComboBox B in it. Whenever I click on B, the resulting dropdown shows-up behind L. How do I fix this? I played ...
3
votes
1answer
292 views

WindowsFormHost items in a WPF ListBox - Z-Order

I have been to the end of the web and back and I can't seem to find any solution for my Z-Ordering WindowsFormsHost Issue. My issue is specific to rendering a ListBox where the items are ...
3
votes
1answer
170 views

Why doesn't Word “come to front” when we activate it?

Our winforms application interacts with MS Word and we run this code when a document is generated and we want to show it in Word in front of our application: [setup w as a Word interop object] ...
3
votes
2answers
636 views

How to efficiently de-interleave bits (inverse Morton)

This question: How to de-interleave bits (UnMortonizing?) has a good answer for extracting one of the two halves of a Morton number (just the odd bits), but I need a solution which extracts both ...
3
votes
3answers
469 views

Depth test inverted by default in OpenGL, or did I got it wrong?

I've been playing around with OpenGL for a full week or equivalent. After 2D I'm now trying 3D. I want to reproduce the 3D scene you can see in the third video on http://johnnylee.net/projects/wii/. ...
3
votes
2answers
683 views

Delphi - Create form behind another form

I'm using Delphi 4. I have a main form with a button that dynamically creates a new form. I'd like the new form to be visible, but to show up BEHIND the main form. I've tried calling SendToBack() ...
3
votes
3answers
6k views

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 each child can handle its own drawing and I can then compose the final result with ...
3
votes
1answer
1k views

What is the best way to determine if a window is actually visible in WPF

I'm trying to toggle the display of a small window based on the click of a notify icon in a system tray app. This is simple enough to implement, however when the small window is displayed and another ...
2
votes
2answers
240 views

MDI window z-order oddity when activating

I have an application with many MDI child windows. Normally, the user is able to bring one MDI child window to the front by clicking on both the client and non-client areas of the window. This seems ...
2
votes
1answer
515 views

In WPF, how to display AdornerLayer on top of DataGrid

I am using WPF datagrid from codeplex. I am using DatagridTemplateColumn and I have written datatemplates to display contents in each column. Now I have to display some help message to a user when ...
2
votes
1answer
349 views

How to make window absolute topmost?

I use the SetWindowPos api to make my window topmost with the HWND_TOPMOST param. It works fine, but still tooltips are on top of it. How to make my window on top of all. Is there an api that I'm ...
2
votes
1answer
375 views

ZOrder behavior in WPF grid?

the code below contains a simple grid with a button in grid's middle column. The button width is (by intension) larger than column with it is placed into. Notice that the left part of the button is ...
2
votes
1answer
385 views

Android ViewFlipper ZOrder

I am attempting to use a view flipper to animate the transition between 2 views. It seems that, by default, the ViewFlipper places the Out animation above the In animation in Z order. Is there a way ...
2
votes
1answer
371 views

WindowsFormsHost ZOrder

It appears WindowsFormsHost control is set to display on top. Is there any way to change its z-order to allow other WPF controls on the same window to be visible on top of the WindowsFormsHost ...
2
votes
2answers
524 views

Dynamically loaded flash movie is on top of jquery dialog: how to change zorder?

A flash movie is loaded on a page via javascript (replaceChild on a div) I add jquery datepicker to a input above this movie. When the datepicker (or other jquery element) is shown, it is shown ...
2
votes
5answers
431 views

Window handling manager

I have a Windows box that is running three applications. When the applications are started each application creates a borderless window which is positioned such that they overlap in a particular way. ...
2
votes
4answers
3k views

Change the z-order of subviews on the iPhone

I'm developing a game. I'm using about 150 UIImageView to hold the graphics. I'm simulating a 3D enviroment, so i would like to change the z-order (how close is an object to the camera). I know ...
1
vote
1answer
85 views

New WPF window only shows underneath originating window

In my WPF application, I have a ListView on the main form that displays bound data from a DataSet. When a user double-clicks a row in the ListView, it opens a detail window. In my XAML, I used a ...
1
vote
1answer
117 views

WPF OnRender Z-Order control?

I have a custom panel that implements a nice custom layout of its children. I want to add some extra graphics to the panel and so override OnRender to add extra rectangles etc. It works great except ...
1
vote
2answers
194 views

Change z-order of div with fade effect on mouse over

I have 4 images stacked on top of each other, see below: I'm trying to achieve two things: When the mouse is over an image that is in the background, that image should come to the foreground with ...
1
vote
3answers
447 views

How to bring view on front of everything?

I have activity and a lot of widgets on it, some of them have animations and because of the animations some of the widgets are moving (translating) one over another. For example the text view is ...
1
vote
0answers
156 views

Get Window Z-Order with Python Windows Extensions

Is there a way to get the z-order of windows using the Python Windows Extensions? Or, alternatively, is there a way to do this using another module? The usual way to do this is with GetTopWindow and ...
1
vote
2answers
1k views

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 buttons placed on top. I actually got a prototype working, but I could not ...
1
vote
1answer
98 views

How to avoid having the z-order of Controls changed when showing and hiding them?

I have got a Form with some Controls (Panels, Group Boxes etc.) on it which all have control.Dock = DockStyle.Top set. Based on the selected value of a ComboBox on the Form only some of these Panels ...
1
vote
1answer
575 views

How to bring other app window to front without activating it?

I want to bring to front a window(from other application). Currently I'm using: ::SetWindowPos(hwnd, GetForegroundWindow(), 0, 0, 0, 0, SWP_ASYNCWINDOWPOS | SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOSIZE); ...
1
vote
0answers
303 views

Restoring 'TopMost' window behavior after 'full screen mode' has ended (.NET)

I have a (Windows Forms) application that consists of a single window with the "TopMost" property set. If an application (e.g. PowerPoint) temporarily enters full screen mode the "TopMost" behavior of ...
1
vote
1answer
501 views

Cocos2d tiled map add sprites

In the isometric tiled map z-ordering example for cocos2d-iphone, they use an object that is already in the tilemap as the player sprite, which is rendered as moving through the trees. Is there a way ...
1
vote
3answers
1k views

Z-order on Java Swing components

I've been looking all over for some mention of this, but I cannot find any substantial information on it. Is there a way to change the z-order of Swing components, or at least change the draw order so ...
1
vote
1answer
139 views

Zordering with custom items in a listbox - Silverlight

I'm cooking up a custom button. This screenshot will be helpful. There's no problem with the button as seen in the image because the badge is hanging off to the left. But if I want the badge to hang ...
1
vote
2answers
3k views

How do I change the Z-Order of sprites in Objective-C?

Sorry if this is answered somewhere else, but I couldn't find it. It's pretty simple, I want to set the Z-order of the sprites I create in Objective-C, specifically in Cocos2D. This is the error I ...
1
vote
2answers
1k views

How to set Z-order of a Control using WinForms

I'm writing a custom TextBox that upon gaining focus changes its border style. As adding a border causes the control to overlap with those neighbouring it, I temporarily bring the text box to the ...
1
vote
1answer
139 views

Z-Order in javafx

How do i set z-order for VBox in JavaFX
1
vote
1answer
102 views

Toolbar and statusbar z order problem

I have a problem with the layout of 2 controls on my window. I have a status bar which is located at the bottom of the window. Now I want to create a toolbar that will be located at the bottom also, ...
1
vote
2answers
679 views

How do I get a transparent windows dialog and drawing primitives to remain on top of a window that is drawing streaming video?

I have an activeX control that contains one window that has streaming video being drawn to it. I have a separate dialog that I create in another window that I have made transparent or ...
1
vote
4answers
343 views

WPF window in front of another WPF window

I have a WPF-window, in this you can click a button to see a new window. Now I want to disable, that you can click the main-window. It should be like a MessageBox.
1
vote
1answer
953 views

Can I set IsHitTestVisible to false only for right-button events?

Obviously, the straightforward answer to the question is "No", but what's the best way for me to achieve that kind of effect? To explain, here's a bit of background... I have an app that displays an ...
1
vote
2answers
282 views

JQuery: Creating boxed text that shows on top of a div on hover

Let's say that I have a div that is called mainDiv, and it contains a <p> element with some text inside. I want to create another element (a <p> or a <div> or something else maybe?) ...
1
vote
2answers
693 views

Need to control “Z Order” of windows within WPF Application

I have an application that, due to OpenGL airspace issues, has to host several controls in separate, exclusive windows. This is working quite well, but I am setting all of the windows to ...
1
vote
2answers
403 views

Progress Bar in Setup Application

I have created a custom action for my setup project and have successfully implemented a form that displays a progress bar for a download step in my install (I'm using a WebClient in my custom action ...
1
vote
4answers
2k views

WPF Popup ZOrder

I am using a WPF Popup, but it popups up above every single window on my desktop, even when my application is minimized. How can I make it stay only on the window it originated? The same thing ...
1
vote
2answers
577 views

Window z-ordering in java

Is there a way to manage the window z-ordering of JDialog windows within java? I would like to able to assign each window to a layer such that windows on lower layers can never go above and obscure ...
1
vote
1answer
216 views

Winforms BringToBack Option?

In winforms there is a function "BringToFront" that moves a form to the top of the Z-Order. Is there a way to do the opposite--push a form to the back?

1 2