Object modified fires on save event?

Discussion in 'AutoCAD' started by perry, Sep 3, 2004.

  1. perry

    perry Guest

    In my application Im using a couple of events one being the end_command
    where Im doing a couple things for the erase command and saveas command. The
    other being the object_modified event where Im just setting a flag to be
    evaluated in the aformentioned end_command event.
    The problem is when doing a save the object-modified event fires for
    virtually everything in the database even though I havent modified anything.
    What this does is then set the flag I mentioned which is then acted on by
    the end_command event, this is not what I want. I could go up to my
    end_command event and check if the command was save and ignore the flag but
    that seems kinda kludgy.
    Is this normal behavior for the object_modifed event to fire on EVERY object
    during a save????
    thanks for any tips
     
    perry, Sep 3, 2004
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.