Bugs item #479924, was opened at 2001-11-09 01:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=479924&group_id=5757

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Christian Groesswang (chris5020)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in Example dynapi.event.dragevent

Initial Comment:
in File dynapi.event.dragevent.html
is a bug.

Line 18: DragEvent.enableDragEvents(a,a2)

doesn't work.

replace by:
        DragEvent.enableDragEvents(a)
        DragEvent.enableDragEvents(a2)

and it will work!

PS: If interested in an DynApi2-MiniScroll, contact 
me :-)
[EMAIL PROTECTED]

----------------------------------------------------------------------

>Comment By: martin ström (marstr)
Date: 2001-11-09 01:22

Message:
Logged In: YES 
user_id=46384

the example is already changed and in CVS.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=479924&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to