From: <hv...@ya...> - 2000-10-26 10:25:01
|
Hello all, I've just begun using the DynAPI for my website development and thinks it's terific. I'm using it side by side with ASP server scripting - to not overload and crash the browsers and for some additional features. I was downloading and implementing the new DynAPI 2000.10.24b Full release, that should include a fix to the events and sliding extensions I'm trying to use to make a sliding menu. Then my inline layers no more would be refernced to with DynAPI.document.all and since I could see it was properly working in one of the examples I was doubting my code was correct, so I tested rebuilding it bit by bit, cutting out everything but the necessary. To my surprise the refernce call worked perfect with just one inline layer, but as soon as there are multiple, it no longer recognise the one working refernce call and started to fail - and it happens in both IE and NS. I have tried both direct reference, making it an variable and also making an object of it, all with the same result: multiple inline layers bug out the DynAPI.document.all reference call. It might just be me doing something wrong still, because I'm new with it, but I've tried it every way I can think of. It was also working properly with earlier distributions, but I need it to be working with the recent one, because it contains other fixes I'd like to use (and I don't want to tangle with mixing different versions, because who knows what troubles that might cause). Maybe someone knows if there's a way to work around the error. I rather not use only DynLayers instead of inline layers though, because there's quite a load of content going into the DIV's, that I think would be too much load for the browser to handle a setHTML(), especially NS4.x (also I'm generating it with ASP, so it be a mess rendering through one more scripting). My site's at http://hvaglin.freesqlhost.com/ it's faulty, cause it generates javascript runtime errors and doesn't work as expecyted (in IE at least), but it's not the one using the recent DynAPI dist - that one still resides on my HD. BTW I'm using my own simple layerpos extensions in case you wonder about the code. BTW2: great idea with the emailist :) ===== // Henrik Vaglin ************************************************** Visit my comics artpage at http://photos.yahoo.com/bc/hvaglin?d&.flabel=fld5&.src=bc ************************************************** __________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ |