Questions tagged [always-on-top]

Anything related to the "always-on-top" property of windows in a graphic user interface. Windows having this property are displayed on top of other windows that don't have it, regardless of whether these latter have currently the keyboard focus or are currently active.

Anything related to the "always-on-top" property of windows in a graphic user interface. Windows having this property are displayed on top of other windows that don't have it, regardless of whether these latter have currently the keyboard focus or are currently active.

The details vary greatly with the OS and the GUI toolkit used.

159 questions
0
votes
1 answer

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 hidden behind the main application window. But at…
amarillion
  • 24,487
  • 15
  • 68
  • 80
0
votes
1 answer

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 of the number of selected values. This works, but…
Per
  • 149
  • 2
  • 4
  • 12
0
votes
1 answer

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 something similar, you will see that by adding…
Bari
  • 157
  • 1
  • 1
  • 11
0
votes
1 answer

Flex Window always-on-top

I set alwaysOnTop="true" in mx:WindowedApplicationtag. This does not work in OSX but works in Windows. How can I solve this for OSX?
msaif
0
votes
1 answer

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.
nh1402
  • 75
  • 1
  • 9
0
votes
3 answers

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 application (referred to as player.exe) that displays SWF…
blak3r
  • 16,066
  • 16
  • 78
  • 98
-1
votes
2 answers

How do I include "Always on Top" functionality into my C# application

When the task manager is open, there is an option for "Always On Top" in the menu bar. I would like this to be the default behavior for my application. I am using C# in Visual Studio to write the program. It is basically an investment calculator…
DavidG
  • 785
  • 8
  • 23
-1
votes
1 answer

How to hide an application from the taskbar and keep the window over it at all times

I'm developing a Delphi application that is a small utility window. The idea is that it stays always on top of all other windows providing information to the user and allowing him to press a button. I don't want to show the app's icon in the taskbar…
-2
votes
1 answer

Clickable Screen overlay in C#

I am looking for some technologies or ways to create an application which should work like an active (clickable) overlay. Let's say that we have running application which is always on top. My idea is to create a section on the left or right side of…
Apuna12
  • 375
  • 2
  • 6
  • 23
1 2 3
10
11