The always-on-top tag has no wiki summary.
0
votes
1answer
21 views
How to handle views on top of the FlipView?
I'm using this library that allows flipping between views like the "FlipBoard" app.
It works quite well.
The problem is that I need to put a few views on top of it, so I've put it inside a ...
4
votes
0answers
72 views
Different z-position for ListView items
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 bar ...
1
vote
1answer
95 views
JavaFX Secondary Screen “Always on Top” of All Applications
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 ...
-3
votes
1answer
41 views
iOS: possibility to keep an application always on top
Is it possible to implement such a feature like this in iOS devices, allowing an app to be always on top?
Using private APIs/workarouds is not a problem.
0
votes
0answers
68 views
Fullscreen transparent overlay
Does anyone know of any examples of how to make a transparent fullscreen window that is always on top and displays above a fullscreen desktop application like a game?
I am not looking for inject ...
1
vote
2answers
39 views
Make section that always is “on top”
Is there any way to make a section in html that would always be shown as "on top"? Kinda like a menu bar, just to give an idea of what would that mean, but applied to a whole section.
In my particular ...
6
votes
4answers
416 views
<div> element is not top layer in Safari Windows
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 ...
0
votes
0answers
277 views
Android - Overlayed App (Always On Top) with tap recognition of app icons
The idea is simple to understand:
I want to "trick" the user to believe he is at one place (like the home screen) but still want to have full capability of interaction with apps, buttons, settings, ...
0
votes
2answers
54 views
Prevent a JWindow to remain always on top
I created a JFrame and and a JWindow. My problem is that when I click on another application my JFrame passes behind the application but not my JWindow which remains always on top.
I tried to call ...
2
votes
0answers
115 views
java clickable-through non transparent Component in a transparent clickable-through jframe
OS = Ubuntu; JDK = 1.7.0_10
General:
What I want is something commonly available as desktop widget (e.g. annotate for compiz or gromit), is there a way to do it in Java?
I want to create one ...
0
votes
1answer
228 views
jquery how to set selected values on top in multiple select box
I'm working on a multiple select box which should not take up much space by default. Therefore it will expand when onmouseover.
When user has selected values, I want the selectbox to become the size ...
2
votes
5answers
443 views
How to make child window stay on top?
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? ...
0
votes
1answer
363 views
Header of a WP responsive theme won't properly remain on top at the top when scrolling; position:fixed and width:any% throws it out of whack
The WP responsive theme I'm working on:
http://www.wpexplorer.me/tetris/
I use Firebug for Firefox browser addon thingy to make changes before messing with the actual files. So if you have it or ...
1
vote
5answers
210 views
In WinRT how to create an application that is always visible?
With windows 8, is it possible to create an application that is always visible? For instance, in previous versions of windows, there is the task bar with quick launch icons. Can I create something ...
0
votes
2answers
341 views
How to put my app to run “Always On Top” using Phonegap?
I need to run my app always on top of the android system, while the user will be able to exit the app only with his own password. I was told that in order to do that i need to setup and run a Service ...
1
vote
2answers
719 views
JavaFX 2.2 Stage always on top
I have the Problem that 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 ...
1
vote
0answers
71 views
Can I set the 'always on top' flag from designer in Qt?
Can I do this from the property sheet for the window in UI View?
Currently I'm setting the always on top flag in the constructor of my QMainDialog:
setWindowFlags(Qt::WindowStaysOnTopHint);
2
votes
1answer
263 views
wxPython: Making a frame be on top of everything
I want my frame to be always on top, but I want it to be really on top. I want no other windows to hide it, even if they are also "always on top". I'm using wx.STAY_ON_TOP and ...
1
vote
1answer
186 views
Set another program to always be on top?
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.
...
0
votes
0answers
184 views
Make an application always on top in flash full screen mode?
Is there anyway to show an application on top when we have a flash video in full screen mode?
Something like Linux bash which checks if an application is not on top, then put it on top and don't make ...
0
votes
1answer
180 views
Always On Numeric Keyboard in Android App
On a new page (many pages actually) in my app, I want the numeric keyboard to be always on, is this possible?, instead of making individual buttons for each number.
1
vote
2answers
153 views
How to Keep a Program opened from a Java Runtime.exec(command) Always on Top
We have a full screen java program running on a Linux box. The program is always running, and is the primary reason for the Linux box existing.
We have a bunch of PDF Help files for the program that ...
0
votes
0answers
299 views
Android: Overlay Window does not appear
I try to create an overlay window that stays on top of all my other windows and just does nothing more than showing some (semi-transparent) information. That's what I found but what doesn't works:
...
4
votes
2answers
722 views
How do I keep a frame always on top within the application but put it to background when using other applications in Java?
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 ...
0
votes
0answers
190 views
Java dialog (always on top) disappears after JOptionpane closed
I found that the JOptionPane would affect a dialog which is set to be always on top (dialog.setAlwaysOnTop(true); before setvisible)
In my java application, a button clicked would show a dialog set ...
0
votes
2answers
376 views
Qt X11 application configured as Always on Top
I'm currently trying to execute a Qt X11 application on remote XServer (Exceed). To make application window to be always on top of other displays, I'm using the statement below:
...
2
votes
1answer
680 views
Android - Set a view to be on top of items drawn with canvas
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 ...
0
votes
2answers
213 views
How to create a dialog box or control bar , it always pop at the top of all the programs?
Is there a way to create a dialog box or control bar, it always on top of all the programs,like the volume setting control bar that you press the volume hard key ? I want to do a wp7 program to ...
0
votes
1answer
570 views
Autohotkey make a window on top of fullscreen games
how can I make a window on top of full screen applications using an Autohotkey script? Any window, if possible, or at least a window created by the script.
1
vote
1answer
342 views
Python - make a window appear on top of another, block access to other windows until button clicked
Python 2.7, PyQt4.8.5
I want to have a main app window and then a second pop up window to display com port settings. This window should always be on top of the parent window until either the ok or ...
0
votes
1answer
628 views
How to keep my application always on top of the task stack?
As title, how to keep my application always on top of task stack?
for example, when the alarm clock is popping up, my application(apk) is still on top of the screen.
Thanks very much!
2
votes
1answer
488 views
Get NSWindow from kCGWindowNumber
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 ...
-1
votes
2answers
543 views
Windows 7 gadgets, can you show them on top of other applications (like always on top)?
First I must say that I don't know windows gadgets or what are they capable of.
But I need something to do the following:
showing some info on the desktop of the user
if there is really important ...
0
votes
1answer
128 views
Launching OpenOffice from WPF app. AlwaysOnTop
I am launching openoffice 3.3.0 on Windows 7 from a WPF app no problem, however when launching on XP openoffice always goes behind my WPF any way to stop this ?
C:\Program Files\OpenOffice.org ...
1
vote
1answer
207 views
XNA - Set The Windows is Always-on-Bottom
Lets say i have created a small game with XNA. Now i can change the windows attributes of the Game by simply obtaining its Form Object by casting & do stuff with it as i can do with normal C# ...
0
votes
1answer
326 views
Display a windowless Forms PictureBox, always on top
How can I write an windows forms app that displays (multiple) windowless picture boxes, that are always shown 'on top' i.e. always visible?
The idea is for the app to be run at the same time as main ...
0
votes
3answers
2k views
C# - Window always on top problem
So i'm making an overlay, and I need it to be always on top. To do so, i just set
chackBox1.checked = true;
private void checkChanged(object sender, EventArgs e)
{
this.TopMost = ...
0
votes
1answer
481 views
Android soft kyeboard: how do I make buttons at bottom of my layout (say, like SAVE, CANCEL etc) always visible, even with the soft keyboard enabled?
I am sure there must be a simple way for this, but I havent found an answer yet.
Let me further explain. My activity (looks like an application form) has a good number of EditText and buttons, their ...
0
votes
0answers
296 views
Help showing qwidget above taskbar?
Is it possible to display a QWidget over the taskbar in windows?.
I tried using Qt.WindowStaysOnTopHint and Qt.Tooltip window flags,
but they did not work.
1
vote
1answer
482 views
Visual Studio 2010 addin which makes floating window non-topmost
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 ...
3
votes
2answers
783 views
How to place a Xul window as “Always On Top”?
I found this file at google code with the function:
function SetAlwaysOnTop() {
var chkTop = document.getElementById("itmAlwaysOnTop");
var xulWin = ...
2
votes
2answers
3k views
How to make an activity window stay always on top
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
0
votes
1answer
479 views
How to implement a window, or div, that can stay on top of any Chrome browser page, when invoked?
I want to implement an extension in Chrome that I'd display some text related to the current page being viewed.
I have learned ways to code div to be part of an HTML page that is specifically ...
0
votes
1answer
316 views
Javascript library to do autoscroll of a div fixed to left of page
I want a JS library which can allow me to build an attractive menu which is always visible to the user on the left side of the screen, approx. to the middle.
0
votes
2answers
531 views
How to keep window on top
I am wondering if there is an easy way to keep this popup window (span) JPicker (built on JQuery) on top of other modal windows or divs? Zindex, is there a way to make sure the zindex is always on ...
2
votes
2answers
2k views
Really annoying bug with TopMost property in Windows Forms
I have this Windows Forms application where it sits in the notification area. Clicking on the icon brings it up front, clicking it again (or clicking on the app X icon) sends it back. This is the type ...
1
vote
1answer
4k views
RadWindow AlwaysOnTop
Does anyone have any experience with the RadWindow wpf control from Telerik?
My problem is that when I open a RadWindow and minimize my application then when I maximize the application the RadWindow ...
2
votes
3answers
3k views
How to make python window run as “Always On Top”?
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?
[Update ...
0
votes
1answer
801 views
Minimizable JFrame that stays on top of main application window
My apps pops up a dialog. Users usually want to switch back and forth between this dialog and the application window for a period of time. I want this dialog to stay on top, so that it doesn't get ...
0
votes
3answers
387 views
Prevent Process 'A' from spawning Process 'B' which then shows up on top of what should be the “TopMost” Process 'C'
I have a windows form application which needs to be the TopMost. I've set my form to be the TopMost and my application works as I'd like it to except for in one case.
There is a 3rd party ...
