ACA: Double Click Schedule Table to Update

Of course you can always set an AutoCAD Architecture Schedule Table to update automatically, but when you choose to leave that property setting set to no, it would be nice to be able to double click the table and have it update, rather than simply show the properties.  Since the updateschedulenow command is not directly available in the cui editor (it didnt appear in searches using schedule, or update keywords), you’ll have to follow these directions to create a double click behavior after creating a custom custom command.  Here are the steps:

  1. Access the CUI editor – Type cui and hit the enter key.
  2. Choose the Main CUI – Use the selector to choose the main cui file
  3. Create a new double click action – Right Click on the Double Click Actions Node and choose Add new double click action
  4. Name it what you want, I named mine Schedules.
  5. Create your new command, by clicking on the star icon as shown in the image below.
  6. You will get the skeleton of a command created automatically as shown in the image below.
  7. Name your command Update Schedule Now – also add a description, the command display name and add the following macro:  ^C^C_ScheduleUpdateNow   You can select the OOTB icon from the selection provided as shown in the image below. It is named RCDATA_SCHEDULE_TABLE_UPDATE
  8. Now drag your new command to the Double Click Action and drop it on top of the node.
  9. Close the CUI editor to complete this task and update your main CUI with the new tool.
This entry was posted in ACA, ADT, Architectural Desktop, AutoCAD Architecture, CAD Management, CUIx, Customization, Double-Click Action. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *