Top "Window" questions

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

window.onload in external script gets ignored in Javascript

index.html <html> <head> <script type="text/javascript" src="foo.js"></script> &…

javascript window external onload domready
Android - what does requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS) do?

Pretty much in in the title. Have seen this around and after a bit of searching can't seem to find …

android window android-progressbar
Change resolution of Matplotlib Figure window when saving plot?

I'm using Windows XP v3/Python 2.7 with Canopy and Anaconda package managers/editors. I am using Python/Matplotlib to produce …

python matplotlib window resolution figure
Appcelerator titanium, how can I create a modal window?

I am new to appcelerator titanium and have a question how can I create a modal window that blurs its …

window modal-dialog titanium appcelerator
How to enable duplicate tabs in Eclipse? (i.e. duplicate windows)

If there's one thing I miss about emacs it's having 4 windows of the same file open, each at a different …

eclipse window
How to close dialog window from viewmodel (Caliburn+WPF)?

I haveViewModel1 and View1 associated with it. I start dialog window from ViewModel2 (some another viewmodel) using IWindowManager object. The …

wpf dialog window caliburn.micro
windowIsFloating attribute in Android theme

What does this attribute really do? I've read the documentation and I understand what it's supposed to be. However, when …

android window themes
open a modal window in jsp

I was able to find one solution regarding modal windows, here is the link: Simple jQuery Modal Window Examples. However, …

javascript jquery window modal-window
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.…

javascript window
How to change position of output panel in sublime text?

I want the output to show to the right of the code, not bellow it. I can change the view …

ide window sublimetext text-editor