Tagged Questions
The window tag has no wiki summary.
29
votes
4answers
9k views
Is there a way to detect if a browser window is not currently active?
I have JavaScript that is doing activity periodically. When the user is not looking at the site (i.e., the window or tab does not have focus), it'd be nice to not run.
Is there a way to do this using ...
23
votes
1answer
1k views
Can somebody explain this Javascript method?
Original source: http://twitter.com/tobeytailor/status/8998006366
(x=[].reverse)() === window // true
I've noticed that this behavior affects all the native types. What exactly is happening ...
19
votes
2answers
8k views
What's the difference between window.location= and window.location.replace()?
Is there a difference between these two lines?
var url = "http://www.google.com/";
window.location = url;
window.location.replace (url);
15
votes
4answers
5k views
Win32 window Owner vs window Parent?
In Win32 programming, what is the difference between a window's parent and a window's owner? I thought I had it figured out, then I came across this code:
SetWindowLong(handle, GWL_HWNDPARENT, foo);
...
14
votes
6answers
94k views
Javascript: open new page in same window
Is there an easy way to modify this code so that the target URL opens in the SAME window?
<a ...
13
votes
4answers
2k views
How can I open a Shell inside a Vim Window?
I can open a shell by using the :shell command in Vim, however I can't edit a file and at the same time use the shell.
Is there any way to split Vim in many Windows (or tabs), and have a shell opened ...
13
votes
2answers
4k views
WPF Icon for all app windows
It is possible to set one Icon so, that it would be used on every window in current app. So that i set it once (not on every window by hand)..?
13
votes
4answers
2k views
Capture window close event
I want to capture events that close editor window (tab) in Visual Studio 2008 IDE.
When I use
dte2.Application.Events.get_CommandEvents(null, 0).BeforeExecute
I successfully captured such events:
...
12
votes
2answers
2k views
Aero windows in WPF (C#)
I'd like to implement a Window much like how the newer versions of IE have the URL bar kind of incased in the Vista/7 aero. I've looked around and not found too much useful information, and was ...
12
votes
3answers
10k views
Custom title with image
i'm creating custom title for activity by disabling standard one and managing everything myself. I wonder if it's possible to replace/theme standart title to my needs.
I can customize size, ...
11
votes
1answer
3k views
Refer to active Window in WPF?
How can I refer to active Window of WPF application in C#, using something like ActiveForm property in WinForms?
11
votes
4answers
824 views
deleting a window property in IE
I can't find any information on this issue; why doesn't the following code work in IE?
window.x = 45;
delete window.x;
// or delete window['x'];
IE reports an "object doesn't support this action" ...
11
votes
2answers
12k views
How to create a WPF Window without a border that can be resized via a grip only?
If you set ResizeMode="CanResizeWithGrip" on a WPF Window then a resize grip is shown in the lower right corner, as below:
If you set WindowStyle="None" as well the title bar disappears but the ...
10
votes
1answer
318 views
When using two frames in emacs, how do I prevent the compilation buffer from showing up in both?
I work with two monitors, and often use emacs with two frames open; one for each monitor. each frame is split into two side-by-side windows, like so:
a | b <-- frame 1 in monitor 1
-------
c | ...
10
votes
9answers
3k views
Loading a WPF Window without showing it
I create a global hot key to show a window by PInvoking RegisterHotKey(). But to do this I need that window's HWND, which doesn't exist until the window is loaded, that means shown for the first time. ...
10
votes
5answers
1k views
wpf window entirely black
I sell a WPF application, on one customer machine (out of several hundreds) the entire application window is black, anyone know what's going on?
The machine is running Windows XP with .net 3.5SP1, ...
10
votes
3answers
4k views
What is the correct way to dispose of a WPF window?
I have a WPF window which I am creating from another window, show()ing, then letting it close() itself. When the window closes, I expect it to die, call its constructor, and delete all its child ...
10
votes
1answer
2k views
Close a split window in Vim without resizing other windows
If I have a Vim window open with 2 splits in it (3 total buffers visible) and I've adjusted the viewport of each split, then I close one buffer, the other two buffer's viewport's are automatically ...
10
votes
2answers
5k views
How do I handle the window close event (user clicking the 'X' button) in a Python Tkinter program?
How do I handle the window close event (user clicking the 'X' button) in a Python Tkinter program?
9
votes
2answers
147 views
Javascript window object
In Javascript, let's say we have a main page (main.html) which contains an <iframe> (iframe.html)
Now inside this iframe.html, if we need to refer to something on the main page (main.html)
, ...
8
votes
4answers
1k views
Creating A GUI from scratch in c++ or assembly
I have had numerous bad experiences with GUI library
so I would like to know how to create a window from scratch in c++
I am not talking about win32, what I mean is basically create it myself without ...
8
votes
2answers
1k views
How do I handle opening and closing new Windows with MVVM?
With MVVM and WPF what would be a good/straightforward way to handle opening and closing new windows and dialogs? Opening and closing should be driven by the ViewModel right? But the ViewModel should ...
8
votes
2answers
366 views
how to get focus-follows-mouse over buffers in emacs?
Suppose I have a source file open and I launch a shell. I can hit C-x o to switch between the two buffers. But how can I get it so that when I move the mouse the buffer under the mouse gets focus, ...
8
votes
5answers
3k views
javascript to get paragraph of selected text in web page
After highlighting text, I would like to obtain the paragraph in which the selected text resides.
var select = window._content.document.getSelection();
Any pointers please?
8
votes
5answers
4k views
Fastest way(s) to move the cursor on a terminal command line?
What is the best way to move around on a given very long command line in the terminal?
Say I used the arrow key or Ctrl-R to get this long command line:
./cmd --option1 --option2 --option3 --option4 ...
8
votes
5answers
2k views
How do you disable the CPU window in Delphi 7
When stepping a program in Delphi 7, the CPU window sometimes pops up and then steps through that instructions. I find this an annoyance as I wish to only step Pascal Code.
Does anyone know how to ...
7
votes
2answers
769 views
Git revert local commit
I have a git repo hooked up in phpstorm on windows. I committed a few change sets then pushed them to our "central repo". After this I have then made a few more commits. I no longer want these commits ...
7
votes
2answers
3k views
$(window).scrollTop() vs. $(document).scrollTop()
What's the difference between:
$(window).scrollTop()
and
$(document).scrollTop()
Thanks.
7
votes
4answers
371 views
how to stop opening of duplicate window using Smack API in swing?
I have 2 swing classes which extends JFrame. Both have show() method in there constructor. From ClassOne i called ClassTwo like new ClassTwo() on button click event. But if i press the button again ...
7
votes
7answers
302 views
Cancel split window in Vim
I have split my windows horizontally. Now how can I return to normal mode, i.e. no split window just one window without cancelling all of my open windows. I have 5 and do not want to "quit", just want ...
7
votes
3answers
320 views
How can I prevent Emacs resizing my windows?
my Lisp-working-environment has the frame split into two windows, the former for the main coding, the latter for my slime evaluation.
Unfortunately, when I made some mistakes (cause I'm still ...
7
votes
2answers
322 views
custom cursor outside of browser window
I have a element on my website which is freely resizable. This is done by 4 handles on the edges. On hovering these handles and while resizing the element I want to show the respective resize arrows.
...
7
votes
3answers
299 views
What's the difference between self and window?
I have a JavaScript that deals with with detection whether the page is in frames or not. I used top.frames[] etc. and everything works fine.
In this script I noticed that I can use "window" or ...
7
votes
4answers
12k views
Google Chrome “window.open” workaround?
I have been working on a web app and for part of it I need to open a new window. I have this working on all browsers, my sticking point is with Google Chrome.
Chrome seems to ignore the window ...
7
votes
2answers
1k views
WPF/XAML: How do I size a window with no border?
I am using a window with no border and drawing the Chrome myself. I want to resize the window in a typical manner and have defined a 3x3 grid with the center being the content and the outer cells ...
7
votes
3answers
8k views
Finding the handle to a WPF window
Windows forms had a property win1.Handle which, if I recall, returns the handle of the main window handle?
Is there an equivalent way to get the handle of a WPF Window?
I found the following code ...
7
votes
3answers
566 views
Is it possible to dock the “Find/Replace” window in Eclipse?
I could have sworn I saw it once before in a screencast where someone had the find/replace window docked in their Eclipse environment.
However looking through the list of options in "Window > Show" ...
7
votes
2answers
5k views
how to call a window's Loaded event in WPF MVVM?
It is easy enough to create a command from my OnLoaded() event
handler code, but how do I call it from the View?
<window Loaded="onLoaded"> doesn't cut the cake anymore since
it calls code in ...
7
votes
5answers
7k views
javascript resize event firing multiple times while dragging the resize handle
I was hoping this jQuery plug-in would work, but it didn't
http://noteslog.com/post/how-to-fix-the-resize-event-in-ie
I added a comment to his site, but they're moderated, so you might not see it ...
7
votes
1answer
2k views
Dynamically resizing a window in Xaml
Is there a way for me to have the Window of my WPF application resize dynamically with the content? I tried setting the width and height to auto, but no go.
7
votes
2answers
1k views
WPF: Custom Window
There are many articles that described how to create a custom shaped window in WPF but none of them (at least I can't find any) described how can build a reusable one such as inheriting from it in ...
6
votes
0answers
128 views
CLR profiler: issue in using DefineAssemblyRef
Hello, I want to write a CLR profiler to hook our application function with GetILFunctionBody/SetILFunctionBody.
I want to use DefineAssemblyRef to import our c# dll (for use in IL code)
in this ...
6
votes
2answers
460 views
How do I create a window with different Aero glass frame?
I think there is a customized window style in Windows 7. like this :
And as you can see it's different from normal style :
How can i create a window with the style that you can see in the first ...
6
votes
5answers
199 views
Shortcut for moving between Vim windows
Let's say I have single Vim tab displaying 9 buffers (equally separated, like a table 3x3). Currently, to get from the top left window to the bottom right one, I have to press 3, Ctrl+W, J, and then ...
6
votes
3answers
840 views
Fading out wpf window in c#
I am currently developing a wpf c# application. I have added to event triggers to the xaml of the form to fade in when the window loads and fades out when the window closes.
The fading in works ...
6
votes
1answer
418 views
Window owner in WPF without always-on-top behaviour
Is it possible to get some of the functionality of Window.Owner without getting all of it?
There are two windows, window A and window B. I want to make it so that selecting either one will bring ...
6
votes
2answers
771 views
How to detect back button and new window?
I've no doubt that these are probably documented on the internet somewhere and indexed by Google - but after wading through pages and pages of links to discussions about disabling the functionality I ...
6
votes
7answers
443 views
Need help to stop the BackgroundWorker thread
Need help to stop the BackgroundWorker thread.
I am trying to stop a background worker thread. This is what I am doing:
On stop button click (UI layer):
if (backgroundWorker.IsBusy == true ...
6
votes
2answers
2k views
WPF-Window Topmost for own application only?
The Splashscreen/Loading-Window in my WPF application is set to Topmost="True". Now this windows in on top of all other windows even when you switch to another application (because loading will take ...
6
votes
2answers
2k views
Qt - Moving Frameless window (slow repaint?)
Hy there,
I'm new to Qt and i tried to create a Frameless window, which is dragable. The Problem is, if i move the window.. there are are thousands of (it? sorry, don't know how to describe it in ...