I'm really looking forward to trying out the 2.5+ release.  I didn't realize
that the upgrade process was so simple.

I don't think the onload problem is the result of large files.  I've seen
some very large pages using my code - and they've worked fine.

I actually ran into a problem with embedded style sheets in the body of a
document causing problems in NS6.  Of course style sheets should be in the
head, so fixing that issue was fairly simple.

The problem with the onload never firing is most likely the result of some
bad HTML - and has nothing to do with the DynAPI.  I'll start commenting
things out until I pinpoint the issue.

But, you're correct - the page never renders -> which is not good for me.
Luckily its just NS6 ;) - and works most of the time.

- Abre

-----Original Message-----
From: Richard Bennett [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 3:40 AM
To: [EMAIL PROTECTED]
Subject: Re: [Dynapi-Help] NS6 DynAPI.onload never fires?


You know, to upgrade to 2.53 there are only two things to do, include the
events on every page:

DynAPI.include('dynapi.event.*');

And if you have self-made widgets, delete the line that starts with:

this.id =

That's all.
I haven't heard of onload not working, if that happens nothing would be
rendered, I haven't had that yet.
Is it a particularly large file?
Do you have the same problem with a small file?

Richard.

----- Original Message -----
From: "Abre Chase" <[EMAIL PROTECTED]>
To: "'Michael Pemberton '" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: 16 May, 2001 05:09
Subject: RE: [Dynapi-Help] NS6 DynAPI.onload never fires?


> That's in the works :)
>
> I work for a software company that's using the DynAPI as our DHTML engine,
> upon my recommendation.
>
> Unfortunately, there wasn't enough time to update our codeline to use the
> 2.5 release before the product was installed on customer sites.  And
> everything was working fine with the earlier release...or so I thought.
>
> The next release of our product will surely see an update to the latest
> DynAPI codeline.
>
> We generate our web content quite dynamically on the server side.  As a
> developer, I'm never quite sure of what content will end up on the page.
My
> code has to be generic enough to support lots of complex DHTML of which I
am
> not the author.  It's been quite a challenge.
>
> I owe a tremendous debt of gratitude to the DynAPI contributors for
> everything.  Its a phenomenal piece of code.
>
> Anyway, if anyone has an idea about the DynAPI.onload not running in
NS6 ->
> please let me know.  Once again, I'm using the 01.25.01 release - which is
> outdated.  I've been looking in the source code and doing a lot of alert()
> debugging trying to find the problem.  I have a feeling that the issue has
> to do with the page never fishing download.  What else could cause this
> event not to fire?  Could it have something to do with bad content on the
> page?
>
> Thanks again!
>
> - Abre
>
> -----Original Message-----
> From: Michael Pemberton
> To: [EMAIL PROTECTED]
> Sent: 5/15/2001 8:25 PM
> Subject: Re: [Dynapi-Help] NS6 DynAPI.onload never fires?
>
> i'd start by upgrading to the latest release.
>
> Abre Chase wrote:
>
> > Hello All!
> >
> > I'm still using the 01-25-01 DynAPI2 release.  I'm having a very odd
> issue
> > with NS6 where sometimes the onload event never fires.  The same code
> works
> > fine in NS4 and IE5+.  And, even more odd, sometimes the onload event
> does
> > fire.
> >
> > Is this an issue with the DynAPI or NS6?  If its a NS6 bug, does
> anyone know
> > where I can find documentation?
> >
> > Thanks for any info.
> >
> > - Abre Chase
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
> --
> Michael Pemberton
> [EMAIL PROTECTED]
> ICQ: 12107010
>
>
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to