Re: [Dynapi-Help] DragEvent.setDragBoundary Problem

2001-06-05 Thread Michael Pemberton
Can you explain what the boundry is actually meant to do? The dimensions of your layer is larger than that of the boundry. coqs= DynAPI.document.addChild(new DynLayer(null,55,110,90,185,'#6B9ED1')); DragEvent.enableDragEvents(coqs); DragEvent.setDragBoundary(coqs,0,9

[Dynapi-Help] DragEvent.setDragBoundary Problem

2001-06-05 Thread Patrick Bergeron
I did a small test page where I'm using the DragEvent.setDragBoundary function and I'm not able to make it works. http://www.patatronic.com/debug.html Any solution? I tested it on a Macintosh (MacOs 9.1) with Netscape 4.7 and Netscape 6.0. Thanks, Patrick _