I am afraid that I have not had time to up the matrix.  With my department rejecting using it for our current project I am having less time to work with it.  I should be able to update the matrix in the next couple of days.
 
I am writing the admin tools for the project using DynAPI and I start those next week.  I will actually be combining MS Remote Scripting and DynAPI.  This should provide a very nice user interface.
 
As far as NS 4.08 goes... most things actually worked in it as of the last matrix update.  NS 4.04 did not.
 
 
M.
----- Original Message -----
Sent: Thursday, June 21, 2001 12:11 PM
Subject: Re: [Dynapi-Help] DynAPI.document.addChild(myLayer) in NS4.08

um, could it be- because it NS4.08?!? I don't think the current version is ment to go that low..
 
Can anyone post the link to the compatabilty matrix? (and has the matrix been updated?)
----- Original Message -----
Sent: Thursday, June 21, 2001 5:17 AM
Subject: [Dynapi-Help] DynAPI.document.addChild(myLayer) in NS4.08

Can anyone please tell me, why this very simple piece of code doesn't work in NS4.08??? (It's working in IE5) It crashes when I'm adding the layer to the document. That means that I only getting the first alert (see code)
 
Please help me...
 
Yours
Kasper
 
DynAPI. {
file://adding DynLayer(layer ID,x,y,w,h,bgcolor,visible,z-index,bgImage,html
formCanvas=new DynLayer(null,250,180,350,150,"green")
formCanvas.setZIndex(999999)
alert("BEFORE adding layer to document")
DynAPI.document.addChild(formCanvas)
alert("AFTER  adding layer to document")
}

Reply via email to