Re: [Dynapi-Dev] IE5 / PWS problems

2001-06-13 Thread Richard Bennett
You seem to be the only one having this problem, but a little hack might solve it, if you delay the page a little, this might be enough. Try this: DynAPI.onLoad=function() { setTimeout('DynAPI.mainPage()',500) } DynAPI.mainPage=function() { //your normal code goes here } Richard. -

[Dynapi-Dev] [ dynapi-Bugs-423933 ] DynAPI scrolling issue with NS4.7 on Mac

2001-06-13 Thread noreply
Bugs item #423933, was updated on 2001-05-14 07:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=423933&group_id=5757 Category: DynAPI 2 Browser-Specific Group: Verified Status: Open Resolution: None Priority: 5 Submitted By: Mark Fletcher (mark_j_f) As

RE: [Dynapi-Dev] IE5 / PWS problems

2001-06-13 Thread jmp909
i've still had no luck with this. remote servers run the stuff fine (ie if i am connecting to a web server via the internet)... i'm wondering what i would need to do within dynapi.js so that the dynapi.onload event actually checked to see if all .js included files had loaded and run? a timeout? a

[Dynapi-Dev] setHTML with code differences in IE and NS?

2001-06-13 Thread Thanh Truong
Hello, Please help and explain the following: myLayer.setHTML('click here function test(){alert("clicked1");} document.onclick=test;'); The above work in NS4.08 when you click within the layer area, but does not in IE5.5 (even if you click outside of the area). I then verified by

[Dynapi-Dev] Re[2]: [Dynapi-Help] deleteChild bug?

2001-06-13 Thread Stephan Tolksdorf
[crossposted as this mail contains a bug description/"fix"] > , but it still seems rather odd Indeed. This error doesn't occur in examples/dynapi.api.delete.htm for example... I couldn't really track down this bug but it seems to be relevant in which context deleteFromParent() is called. When t