|
ensuer you are addiing the apporpriate events
files..
(dynapi/src/event)
----- Original Message -----
Sent: Tuesday, April 03, 2001 12:33
PM
Subject: [Dynapi-Help] Updated to
DynAPI2.5 and now drop events don't work?
the code that worked with DynAPI2...
myListenerDrop2=new EventListener(myTarget2)
myListenerDrop2.ondrop=function(e) {
alert('hi')
}
myTarget2.addEventListener(myListenerDrop2)
This code does not work with DynAPI 2.5...
Anybody have any ideas? Is this a bug?
Thanks.
|