thanks for the answeraseco wrote:Are you using the windowing system?4lturbo wrote:Hello
I have a problem with positionings windows on the Z axis. If I want that a window is in front of the different ones by putting a higher value of Z, it will be behind as if that did not take account of the value of Z. An idea ?
PS : In french :Bonjour
J'ai un problème avec les positionnements des fenêtres sur l'axe des Z. Si je veux qu'une fenêtre soit devant les autres en mettant une valeur de Z supérieure, elle se retrouve quand même derrière comme si ca ne tenait pas compte de la valeur de Z. Une idée ?
If yes, every window has a moveAbove($window) method by which you can elevate it above other windows.
Otherwise it will be problematic, because the other windows of ManiaLive are positioned on the z-axis automatically and will have dynamic z values. If you are using static manialinks, then you should set a z of 32 - x to have the best result possible.

I use windowing system, but the others windows aren't in the same plugin, and when i call getWindowsAbove() there is nothing in the array, ( there only one window in this plugin so it's normal that it's no answer, and many in the others plugins) can i force the Z value to be 32 for this windows ?