I just began looking at the API, my apologies if this is repeated
information.

When I look at the tutorials on sourceforge.net I get the "would you like to
debug" message that M$ VID pops up.  Same when using the turorial from
dynamic-core.net on my local box.

However both worked with the dynacore API.

I compared the source files in "lib/[dynapi or dynacore]/api" for both
dynapi and dynacore and found filenames have changed.

My guess is that when loading the libraries most people use
        DynAPI.include('dynapi.api.*');

However the tutorials use
        //Old list
        DynAPI.include('dynapi.api.object.js');
        DynAPI.include('dynapi.api.layer.js');
        DynAPI.include('dynapi.api.document.js');

Object.js no longer exists, and the layer and document filenames have been
changed.  The following will work
        DynAPI.include('dynapi.api.browser.js');
        DynAPI.include('dynapi.api.dynlayer.js');
        DynAPI.include('dynapi.api.dyndocument.js');

Once I figured this out, everything worked fine.

Don Good
Internet Strategy Inc. - Microsoft Certified Solution Provider
[EMAIL PROTECTED]
Voice : (858) 613-5424
Fax : (858) 673-6014




-----Original Message-----
From: Pascal Bestebroer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 10:38 AM
To: [EMAIL PROTECTED]
Subject: RE: [Dynapi-Help] cannot access online tutorials


it also seems that the tutorials example code is being parsed and not just
shown.. which is strange because I added < and > signs. So tutorials
are not working at the mo.. (not sure how to fix it, couldn't find anything
on sourceforge)



Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Richard Bennett
> Verzonden: dinsdag 6 februari 2001 1:41
> Aan: [EMAIL PROTECTED]
> Onderwerp: Re: [Dynapi-Help] cannot access online tutorials
>
>
> Hi,
> There seem to be some problems with the home-page, but if you download the
> latest release, it includes the latest tutorials.
> http://dynapi.sourceforge.net/download.php
>
> Cheers,
> Richard Bennett
>
> [EMAIL PROTECTED]
> www.richardinfo.com
> (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)
>
> ----- Original Message -----
> From: "Peter C Chien" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 05, 2001 9:22 PM
> Subject: [Dynapi-Help] cannot access online tutorials
>
>
> >
> > hi,
> >
> > i'm interested in using the dynapi.
> > however, i can't access the online tutorials anymore.  i got
> the 'PAGE NOT
> > FOUND' errors.
> >
> > could someone please fix that?  thanks!
> >
> > peter
> >
> >
> > __________________________________________________
> > Get personalized email addresses from Yahoo! Mail - only $35
> > a year!  http://personal.mail.yahoo.com/
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> > ____________________________________________________________
> > Get your free domain name and domain-based e-mail from
> > Namezero.com. New!  Namezero Plus domains now available.
> > Find out more at: http://www.namezero.com
> >
>
>
> _______________________________________________
> 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