Hi,
You're missing this one:
DynAPI.include('dynapi.event.mouse.js')
The different events have been split in the recent releases, you now have:
DynAPI.include('dynapi.event.listeners')
the global one you need for all listeners.
DynAPI.include('dynapi.event.mouse')
DynAPI.include('dynapi.event.keyboard')
DynAPI.include('dynapi.event.dragevent')
and
DynAPI.include('dynapi.event.simple')
The first three are obvious, the last isn't actually working yet as far as I
can see.
Or, to be sure, you can include them all like this:
DynAPI.include('dynapi.event.*')
The ".js" is optional.
Cheers,
Richard Bennett
[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to DynAPI2.53)
visit the DynAPI homepage (and FAQ) ::
http://dynapi.sourceforge.net/dynapi/index.php?menu=1
Browse (and search) the mailinglist here:
http://www.mail-archive.com/index.php3?hunt=dynapi
----- Original Message -----
From: "Marcus Carpenter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 05 June, 2001 03:32
Subject: [Dynapi-Help] help with events
> i recently downloaded version 2.53 and was following
> along with the tutorial on sourceforge, part 2 event
> listeners. i am using msie 5.5 and ns 4.77 on windows
> to browse, and the html does not appear to be dynamic
> when i run the source code in the tutorial (#2). i was
> obliged to change the include paths in the source to
> fit the paths from archive i downloaded thusly:
> DynAPI.include('dynapi.api.browser.js')
> DynAPI.include('dynapi.api.dynlayer.js')
> DynAPI.include('dynapi.api.dyndocument.js')
> DynAPI.include('dynapi.event.listeners.js')
>
> these are the only changes i made to the code, and
> they eliminated the all the error messages in
> netscape's "javascript:" error checker. no error
> messages in msie either.
> in this tutorial, the background is supposed to change
> color on mouseover.
> nor could i get any of the later tutorials to run.
>
> i have read the faq's and seen nothing like this. i
> use javascript and css a lot (oop too), and would like
> to think i am at a level which is appropriate the use
> of this package.
>
> please, anyone have constructive suggestions for me? i
> put alert()'s all thru the sample code and it seems to
> all execute.
>
> marcus carpenter
> [EMAIL PROTECTED]
> http://marcus.server101.com/
>
> __________________________________________________
> Do You Yahoo!?
> 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
>
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help