search for: availablespaceon

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

Did you mean: availablespaceonly
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
...quot;) { return new Geometry.Size(window.innerWidth,window.innerHeight); } if (navigator.appName.indexOf("Microsoft")!=-1) { return new Geometry.Size(document.body.offsetWidth,document.body.offsetHeight); } }, getScreenSize:function(availableSpaceOnly){ if(availableSpaceOnly) return new Geometry.Size(screen.availWidth,screen.availHeight); else return new Geometry.Size(screen.width,screen.height); }, setWindowSize:function(size){ if (parseInt(navigator.appVersion)>3) { if (n...
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"