At 09:50 AM 4/5/2006, you wrote: >A few month's back in these postings, I saw reference to an excellent >javascript (I think) drag and drop example of two nodes (squares I >think) connected by an edge. When you drag the node, the connecting >edge drags with it. > >Anybody remember the URL of that example? I searched the postings for >30 minutes but couldn't find it. This time I'll bookmark it >immediately! > >Thanks, >Doug
In addition to the link Jim Ley provided, here''s another one that sends messages back and forth from SVG to HTML and works in IE and Firefox but (for perhaps the same reason someone mentioned earlier about event management ) not so well in Opera 9 --( the onmouseup fails to release the thing you're dragging). http://srufaculty.sru.edu/david.dailey/svg/angles.html Incidentally, at some point in time my hope is to rewrite the graph drawing program that I did in VML so it uses SVG instead. That thing can be seen at http://srufaculty.sru.edu/david.dailey/grapher/grapher.96.html if anyone would like to help. DD ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

