How to react to "Publish Selected Layouts"

Discussion in 'AutoCAD' started by Jack G, Feb 20, 2005.

  1. Jack G

    Jack G Guest

    I use a reactor to force the user to answer a few "accounting" questions
    whenever the plot or publish commands are issued. [...(if (or (= (car
    commandname) "PLOT") (= (car commandname) "PUBLISH")) (plot-start))...]. It
    seems to work fine if the PLOT command is typed in, picked from a menu or
    right clicked from the layout tab; and it works if PUBLISH is typed in or
    picked from a menu. But if I highlight several layout tabs and then
    right-click and choose "Publish Selected Layouts," the reactor doesn't get
    invoked. Anyone have any idea why??
     
    Jack G, Feb 20, 2005
    #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.