Add command into existing ACAD Electrical Icon Menu Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I currently use the ACAD Electrical Icon Menu for inserting panel components into a drawing using the "WD_INRFP" or equivalent "Electrical Toolset" command that can be found in the "List..." box. So when you select the icon, it checks the family/catalog against the footprint_lookup.db for the block and the catalog to apply the correct information into the block. The setup looks like this in the icon menu.
What I would like to do is add a command before this that allows me to insert a pop up alert with various information depending on the component being inserted. I've tried variations of ideas like this:
When clicked, the pop up window shows up but, once acknowledged, the remaining part of the command fails. It's as if it doesn't recognize the WD_INRFP command anymore.
I can't duplicate this command in the command line. I don't know what it's doing in the background when clicked in the icon menu. Any advice on how it treats these Electrical specific commands or how I can add my own to work with it would be much appreciated.
Thanks