• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    i-drop Enhancer Extension Developer

    Reply
    Distinguished Contributor
    Posts: 190
    Registered: ‎09-23-2003

    iDrop Tutorial and Examples

    1846 Views, 7 Replies
    02-28-2009 09:07 AM
    Hi to all;

    I found out there are many issues that are posted and I tried to answer the questions since 2003

    Here is my example site

    http://www.semegneworks.com/idrop/IDROP_HTML.html

    If you need service please visit my web site

    sem
    Please use plain text.
    Distinguished Contributor
    Posts: 190
    Registered: ‎09-23-2003

    Re: iDrop Tutorial and Examples

    04-12-2009 03:00 AM in reply to: semegnet
    Due to some technical problem, I removed the examples.from my site.

    If you need help please post here and I will help

    Sem
    Please use plain text.
    Member
    Posts: 4
    Registered: ‎04-23-2009

    Re: iDrop Tutorial and Examples

    04-23-2009 11:05 AM in reply to: semegnet
    hi sem, could you post the dynamic iDrop example here please?
    Please use plain text.
    Distinguished Contributor
    Posts: 190
    Registered: ‎09-23-2003

    Re: iDrop Tutorial and Examples

    05-15-2009 01:59 PM in reply to: semegnet
    avadlamudi

    Please contact me

    sem
    Please use plain text.
    Member
    Posts: 4
    Registered: ‎04-23-2009

    Re: iDrop Tutorial and Examples

    06-04-2009 11:19 AM in reply to: semegnet
    Hi Sem,

    can you provide me an email address to contact you?

    by the way, i am able to build the dynamic XML at run time but the DWG files always have to be physically present for the iDrop drag and drop. Is there a way to store all the DWGs also in database and use in dynamic xml instead of having them on the hard drive?

    Anu
    Please use plain text.
    Distinguished Contributor
    Posts: 190
    Registered: ‎09-23-2003

    Re: iDrop Tutorial and Examples

    06-08-2009 09:16 AM in reply to: semegnet
    post your e-mail address

    sem
    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎06-08-2009

    Re: iDrop Tutorial and Examples

    07-09-2009 01:18 PM in reply to: semegnet
    Yes this is possible, but there are a number of idiosyncrasies with the whole system to watch out for. What I did for my application was to write an ASPX HTTPHandler (the target platform was entirely windows based, but this could be done just the same way with a LAMP stack) that picked up any incoming requests of the format DXFDrawing-###.dxf, where the ### was the database ID of the drawing requested. I wrote the handler to pull the binary drawing data from a field in a SQL database, and return it as the response with MIME type application/dxf.


    The reason I created the custom handler as opposed to just slapping the same response into a normal page is because iDrop / autodesk products have a freakout about urls. They will not accept www.blah.com/drawing.dxf?ID=5 or www.blah.com/drawing.aspx even if the response is 100% on the money.


    My full setup has three custom HTTPHandlers written: One to generate iDrop XML package files on the fly, one to load and return the proxy images for iDrop objects from the DB on the fly, and one to load and return the actual drawings themselves on the fly. This way all I have to do to display a full iDrop component is have some javascript on the page insert a new set of tags for the iDrop control itself, and point them at iDropPackage-###.xml with the index of the component I want to display.


    The setup works pretty well in the ende -- rather surprisingly given its convoluted nature. Now if we could only get Autodesk to deal with this issue: http://www.rec-sec.com/2009/04/30/autodesk-idrop-activex-heap-corruption/


    As a side note side: the autodesk products I have tested this on, will completely ignore port specifiers in the forwarded URLs. This means that the iDrop system will not work correctly off of port 80 (this gave me a big headache in testing). Edited by: dmos on Jul 9, 2009 8:19 PM
    Please use plain text.
    Distinguished Contributor
    Posts: 114
    Registered: ‎03-12-2004

    Re: iDrop Tutorial and Examples

    10-13-2009 06:52 AM in reply to: semegnet
    Many years ago i stumbled across the i-dropper and even created a few web pages.
    Another company, another issue.
    I have created an intranet and one of the partners would like to add some of our details to a library on the intranet.
    I remebered you can do this sort of thing with the i-dropper but for the life of me can't remember how i went about it before.
    What do i need to do? where do i get the i-dropper software? any pitfalls to look out for?
    I am a subscription customer if that is where i get it.
    Creative Intentions
    AutoCAD Certified Professional
    Win 7 Pro 64bit, Dell Precision M6500
    Please use plain text.