--- Benoit Marchant <[EMAIL PROTECTED]> wrote: > I would like to improve the DynLayer_inline, yes. As > CVS goes, I > created a user on sourceforge, but I need a > developer status to push > stuff back in cvs, right ? Who should I ask to get > that ?
Go here to contact Jordi Ministral: http://sourceforge.net/users/dodoron/ > Please feel free to rename it to > _applyImageEventDragHandler() and > adapt it to dynapi3 and test it. > I have to play a little with dynapi3 and move a > bunch of stuff ot it to > get used to the new structure. Ok > What needs to happens is after the dragevent.src is > changed, then > de.parentPageX and de.parentPageY needs to be re > evaluated for the new > layer to be dragged. > So we could jut move > > de.parentPageX = dlyr.parent.getPageX(); > de.parentPageY = dlyr.parent.getPageY(); > > after > dlyr.invokeEvent("dragstart",de); Why not do the following: onmousedown : function(e){ DragEvent.startDrag(e,lyrFake); }; -- Raymond Irving __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
