Top "Window" questions

In computer science a window is a graphical interface to let a user interact with a program.

How to compile a Go package on Windows?

The documentation is all for Mac OS X and Linux, and I wish to know how to compile a Go …

go window cross-compiling
How to? WPF Window - Maximized, No Resize/Move

I'm trying to make a WPF window that opens already maximized, with no resize/move (in systemmenu, nor in border). …

wpf window window-resize maximize-window
Set a window to be topmost

I am trying to keep my window on top of the all others. I am new to C++ Win32 programming. …

c++ winapi window topmost
What is an Android DecorView?

http://developer.android.com/reference/android/view/Window.html#getDecorView(): Retrieve the top-level window decor view (containing the standard window …

android window android-view
What is the difference between the document selector and window selector?

I have the following JQuery function that takes user input and displays it on screen. When I select for both $(…

jquery jquery-selectors window document
WPF Window set Focus

I have a WPF Window which I only create one time and then Show() and Hide() several times. Now I …

c# .net wpf window setfocus
Rolling window for 1D arrays in Numpy?

Is there a way to efficiently implement a rolling window for 1D arrays in Numpy? For example, I have this …

python numpy window
How do you create a window in Linux with C++?

I was expecting a Linux API similar to the Windows API. All I see on Google is references to Qt …

c++ linux window
How to create a hidden window in C++

How to create a hidden window ? The purpose of this window is to receive some messages.

c++ user-interface winapi window
ExtJs panel - adding dynamic components

I have a window with panel in inside the window. I add components to the panel dynamically. These components are …

dynamic extjs window components panel