|
To Tarun
Ramakrishna Elankath ,
Did you get this worked out in the end?
There does still seem to be a bug in the code, a
work-around I found was to add
DynAPI. { d = new DynDocument(window.frames.main) a = new DynLayer(null,100,100,100,100,'#c0c0c0') d.addChild(a) DragEvent.enableDragEvents(d,a)
DragEvent.disableDragEvents(d)
} which seems to work.
Check out this example
(unfinished/undocumented)
Cheers,
Richard :o [EMAIL PROTECTED]
www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) |
