search for: setwindowposition

Displaying 2 results from an estimated 2 matches for "setwindowposition".

Did you mean: getwindowposition
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
...ow - System.setWindowSize(size) - sets the size of the window - System.getScreenSize(availspaceonly) - gets the size of the screen. argument i boolean. False = screenresolution, True = area available(max size for browser fx.) - System.getWindowPosition() - gets the position of the window - System.setWindowPosition(position) - sets the position of the window - document.getElementsWithInArea(tagname, area) - retreives all elements matching the tagname which is within the area. (if tagname=* all elements in the area is retrieved) Here is the code(should be included after prototype.js): ---------------------...
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library"