Double Click Customisation

Double Click Customisation

dbrblg
Collaborator Collaborator
296 Views
2 Replies
Message 1 of 3

Double Click Customisation

dbrblg
Collaborator
Collaborator

I'm trying to customise my double click for an Autocad Electrical block.

 

My double click Object Name is ATTDYNBLOCK and I want it to open the Aucocad Electrical Edit component dialog box (AEEDITCOMMAND).  The problem is that the command is called but it asks me to click on the block I want to edit.  Well, I've already done that by double clicking on it!!

 

Is there anyway to tell it which block I've just double clicked on?  Is it a feature of the command or the way it is called?

 

Conversely, if I change the command to the Enhanced Attribute Editor (EATTEDIT) and double click, it opens the editor without asking me to click on the block I want to edit.

 

Thanks

 

 

0 Likes
297 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

Does the command work with pickfirst from the command line? If you highlight the electrical block you want to edit and then run AEEDITCOMMAND, does the command bypass the select block prompt and use the already highlighted block? If not, the command is not designed to select the block first and will not work correctly as a double-click action. It still allows you to bypass running the command another way, but you will have to reselect the block.

0 Likes
Message 3 of 3

dbrblg
Collaborator
Collaborator

Oh dear Smiley Frustrated I thought you'd say that.

 

 

0 Likes