Questions tagged [window]

In computer science a window is a graphical interface to let a user interact with a program. Questions regarding Microsoft Windows should use the "Windows" tag.

A window is an area of the screen containing controls and other objects controlled by a program. A User can use these objects to instruct the program on what to do and the program can use these objects to show outputs related to user commands. A window is an important part of Operating Systems havin a Graphical User Interface (GUI).

9460 questions
3
votes
4 answers

JPanels, JFrames, and Windows, Oh my!

Simply stated, I am trying to make a game I am working on full-screen. I have the following code I am trying to use: GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice gs =…
Jonathan
  • 541
  • 4
  • 9
  • 19
3
votes
1 answer

Hide a portion of NSWindow (animation)

I have a simple task with animating NSWindow, but still cannot find the way to accomplish this. I have a Window that I want to hide by animating it beyond the screen edge. But with 2 displays connected, my window simply moves to the second…
UJey
  • 1,442
  • 11
  • 15
3
votes
1 answer

When Kernel Debugging - Find The Page Protection of a User Mode Address

While kernel debugging a windows (XP SP3) machine, I would like to find the page protection of a user mode address (actually just to check if it's a No-Execute page). The extension !vprot (which does just that) doesn't work when kernel debugging. I…
user972014
  • 3,296
  • 6
  • 49
  • 89
3
votes
3 answers

Pass Variable to a Popup Window using Javascript

I need to pass some text from the current page to a popup window without going for a server hit. The information (herewith represented by 90) is already available in the parent form (it's like a paragraph-long text which is stored in a hidden…
Question Everything
  • 2,249
  • 4
  • 20
  • 24
3
votes
3 answers

How to get WPF window controls collection

I try to get all WPF window controls collections. In other words i try to get the same result, as it was in win forms app's: form.Controls I want to use values of these controlls when i format an SQL query. It's possible to get such control…
Vytas
  • 1,271
  • 4
  • 18
  • 26
3
votes
1 answer

What is the difference between a GTK theme and a window decoration theme?

What is the difference between a GTK theme and a window decoration theme? I am using Compiz and Unity and I do not understand the difference between these two theme types.
Devyn Collier Johnson
  • 4,124
  • 3
  • 18
  • 39
3
votes
1 answer

Detect if user has moved window in WPF

I have seen a couple posts on this, but they don't necessarily answer my question exactly. I have a parent window that on its LocationChangedevent, it will grab a child window and move that along with it in a "snapped" fashion. I want to find an…
Logan B. Lehman
  • 4,867
  • 7
  • 32
  • 45
3
votes
1 answer

Vaadin create modal Dialog window

How can I create a modal dialog window in Vaadin 7.x? I've already found out that I have the main window and add to this my new dialog window, but how can I get the main window? I want to reach it from a…
Slenkra
  • 820
  • 1
  • 8
  • 14
3
votes
2 answers

Php close window after x amount of time

I'm running apache, php, mysql on windows 7. I'm using windows task schedule to open a 'cron job' (php script) on my localhost server. In php I would like to close that tab in the window after 30 minutes (to ensure the script has operated). I know…
Vince
  • 2,596
  • 11
  • 43
  • 76
3
votes
1 answer

Qt disable move window

I have a QMainWindow with this flag : this->setWindowFlags(Qt::SubWindow); How do to forbid the window moving, and this, keeping this window style ?
artoon
  • 729
  • 2
  • 14
  • 41
3
votes
1 answer

Hide window shadow

I made a program in Delphi that watches for a window and make it invisible when it is created. The window became invisible correctly but its shadow remains forever on the desktop (until next restart). The window I want to hide it is the today…
Vahid
  • 584
  • 2
  • 19
3
votes
1 answer

Windowing System for .NET Console

Does anyone know of any simple .NET windowing systems for the console? I'm looking for something that manages areas of the console such that they are automatically scrolled independently of other areas. For example, I could create a status strip…
Kent Boogaart
  • 175,602
  • 35
  • 392
  • 393
3
votes
0 answers

input submit should open in parent window

I have a little
in HTML, (for logging into something), but the page with the form in in an