search for: getwindowsize

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

Did you mean: setwindowsize
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
...element - Element.setPosition(element,position) - sets the position of an element - Element.getSize(element) - retrieves the size of an element - Element.setSize(element,position) - sets the size of an element - Element.setOpacity(element,opacity) - sets the opacity of an element (0-100) - System.getWindowSize() - gets the size of the window - 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 po...
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"