[Dynapi-Help] Question (probably javascript)

2001-04-10 Thread Gregor Brandt
Hmmm, just to show how green I am What is the difference between image = DynImage.getImage( "image.gif" ); and image = new DynImage(); image.getImage( "image.gif" ); doing a 'typeof()' on image gets 'object' for the first one and 'DynObject.all]'DynObject7'] for the second one. Which i

Re: [Dynapi-Help] Older Version of Netscape (4.01)

2001-04-10 Thread Robert Rainwater
Try making sure the constructor functions return something (ie. return this). Some of the functions that may need this are DynObject(), DynLayer(), etc. This seems to be a problem with old versions of Netscape. Whether or not it will fix any problems, I have no clue and I dont have NS 4.01 so I c

Re: [Dynapi-Help] NS4.75 DynAPI 2.51 (replace instead of reload)

2001-04-10 Thread Gregor Brandt
I did it from my own server and saw no hits on a resize. So it has to be coming from the cache. Of course I still lose all the javascript variables. I guess I have to put a variables into a cookie, do the replace and then reset all the variables. Not too difficult, except that I then have to r

Re: [Dynapi-Help] Problem Using the DynAPI 2.51 Release...

2001-04-10 Thread Digital Strider
You also need to load the primary file and set the library path.   // //
DynAPI.setLibraryPath('js/src/lib/');