Jump to content

Recalling custom Commands In Ribbon


Grenco

Recommended Posts

Hi there,

 

I've built a Toolpalette wich I made for (custom) drawingtools and also library actions... Working with it shows me that my drawingtools not always visible.. I want to put them on my custom ribbon wich will always be shown.

 

On the toolpalette the command is: ^C^C-vbarun;ATT_EDIT;

When the command is finished, I can repeat the command by pressing Enter.. It works fine...

 

On the ribbon... I click the command... Works like it should be... But when it is finished, I can't repeat it by just pressing Enter...

 

First time clicking command:

Command: -vbarun

Macro name: ATT_EDIT

 

Repeating with enter:

Command: -vbarun

Marco name: (waiting for macroname)

 

What can I do to repeat a custom ribbon command by just pressing enter?

Link to comment
Share on other sites

Toolpalettes wraps commands within the ExecuteTool command, ribbon/menu/toolbar print exactly what is there. As Macro linked, a quickie LISP routine is probably your best option.

Link to comment
Share on other sites

Toolpalettes wraps commands within the ExecuteTool command, ribbon/menu/toolbar print exactly what is there. As Macro linked, a quickie LISP routine is probably your best option.

 

:bloodshot: Boohooo... he called me names....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...