always-on-top Questions

3

Solved

Is there a way to create a modeless dialog box in C++ MFC which always stays on top of the other windows in the application? I'm thinking sort of like the Find dialog in Visual Studio 2005 - where ...
Freud asked 27/2, 2009 at 3:28

1

I am trying to force a particular window to be always on top: xprop -id 0x3800154 -set _NET_WM_STATE\(ATOM\) = _NET_WM_STATE_ABOVE Debian buster reports: xprop: error: unsupported conversion fo...
Reeducate asked 15/3, 2020 at 8:25

4

Solved

I want to create an activity that stays always on top (like the modal windows or task manager in Windows) of the others activities. How can I do this on Android? Thanks
Lastex asked 27/11, 2010 at 11:15

2

Solved

How can I make a Qt dialog window always on top at my application level? I want to make a dialog window always on the front but remember always on the front at my application level, even if I clic...
Vitek asked 11/10, 2014 at 14:32

4

I have a normal JFrame (one part of the app) and a second JavaFX window (I can't use a JFrame for the JavaFX stage). The problem is that the JavaFX window should always be on top of all other windo...
Ratter asked 10/10, 2012 at 12:19

1

Solved

Lets say I have a simple alert. Alert a = new Alert(AlertType.NONE); CustomLabel lbl = new CustomLabel("Testing"); CustomButton ok = new CustomButton("OK"); FlowPane fp = new FlowPane(); fp.getC...
Cacogenics asked 4/1, 2017 at 10:4

4

Solved

Is the there a way to force another window to be on top? Not the application's window, but another one, already running on the system. (Windows, C/C++/C#)
Labialize asked 9/12, 2009 at 14:28

1

Solved

Is this supposed to return a boolean value? >>> win.windowFlags() & QtCore.Qt.WindowStaysOnTopHint <PyQt4.QtCore.WindowFlags object at 0x7ad0578> I already knew that # enable...
Vaduz asked 12/10, 2016 at 19:9

2

Solved

I am NOT looking for: making another window always on top making any sort of GUI - dialogs etc... on top I am however looking for a way how to make my simple C++ console application to stay...
Squeeze asked 21/11, 2014 at 19:14

2

Solved

I'm trying to create a kind of toolbar in an undecorated alwaysOnTop frame. Thus, I want my frame to be on top of my main frame, but not on top of frames from other programs. I tried this code : p...
Headwards asked 23/6, 2014 at 8:53

6

Solved

I am using window.open to open a child window from the parent window. I want the child window to stay on top so the user can refer to it while making an entry in the parent window. Can this be done...
Lucillelucina asked 20/12, 2012 at 4:58

2

Solved

Situation: A border-less QDialog stays successfully on top of other applications. The problem is when clicking on this always-on-top application window, the following occurs: The clicked always...
Weingartner asked 6/9, 2013 at 16:7

2

Solved

I've read about using a JDialog to wrap a JFXPanel in order to use JDialog's alwaysOnTop method. It works, but I'm having a small issue with this hack. Since I'm using this technique to make secon...
Katydid asked 5/4, 2013 at 6:50

1

Is it possible to make items in a ListView have different z-position/index? I want one item in my ListView to always be on top of other views in my layout. See my illustration here: The red b...
Moonshot asked 29/4, 2013 at 18:38

4

I have <div> element to show pop-up message. I already set z-index:1000 and add <iframe> but the div element still doesn't show above the live streaming video (embed plugin) in Safari b...
Nikolai asked 22/2, 2013 at 12:32

6

So, the problem I face is like this: I have a layer, which it will be placed on top of a pdf on the page. The PDF is either using to embed, or iframe to include it. However, CSS style doesn't apply...
Kissiah asked 27/2, 2009 at 1:7

1

Solved

I'm looking for a way to make another windows applications window to stay 'on top'. Example: You have your program/script that is writing some data into an notepad window for the user to read. ...
Kalakalaazar asked 15/9, 2012 at 17:7

2

Solved

My Java application has multiple frames. Some of them are set to be always on top. However, when the user opens another program (let's say a web browser), I want the always-on-top frames to move to...
Castalia asked 20/6, 2012 at 11:30

1

Solved

I have an android app where the user paints, moves and reshapes some objects over a photo. In this page my screen layout consists of the photo that is loaded and below it (in portrait view) some bu...
Mccarthy asked 28/5, 2012 at 12:27

1

From kCGWindowNumber, how do I get NSWindow ref. I tried using: [NSApp windowWithWindowNumber:windowNumber] but I always get a null value. I need to get the NSWindow to apply [window setlevel:NS...
Brennabrennan asked 28/9, 2011 at 17:16

1

Solved

Motivation: I miss MDI in Visual Studio 2010. In long term the best solution would probably be to have it back by Microsoft. (You can vote for this at Microsoft Connect.) However, even if Microsoft...
Dari asked 2/2, 2011 at 21:41

3

Solved

I am running a little program in python that launches a small window that needs to stay on top of all the other windows. I believe this is OS specific, how is it done in GNU-Linux with GNOME? [Upda...
Seem asked 27/9, 2009 at 1:25

1

I want to display an semi-transparent always-on-top window with some information, but I do not want this window to take input or receive focus. All mouse-clicks should go to the underlaying w...
Lindeman asked 9/2, 2009 at 12:23
1

© 2022 - 2024 — McMap. All rights reserved.