Author Topic: vlr reactor ribbon  (Read 1486 times)

0 Members and 1 Guest are viewing this topic.

chauhuh

  • Guest
vlr reactor ribbon
« on: March 06, 2015, 01:03:59 PM »
Is there a vlr reactor that can detect which commands are being run from the ribbon?

Thanks.

chauhuh

  • Guest
Re: vlr reactor ribbon
« Reply #1 on: March 06, 2015, 01:43:06 PM »
I guess I should explain what I am trying to accomplish. I would like to be able to log what is being used from a bunch of custom ribbon tools and what isn't used so that I can optimize it.

I will probably be using a lot of code from Lee Mac's wonderful http://www.lee-mac.com/lisplog.html and I already am to see what LISPs users are using.

vlr list
http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-B83B512E-CEF6-43C5-9099-398999E254AF

From the list I know I can use vlr-command-reactor and filter for all of the custom commands but I'd rather just see everything that is getting used from the ribbon if possible.

Do I need to use .net to do this?

Thanks.

Thanks.

ChrisCarlson

  • Guest
Re: vlr reactor ribbon
« Reply #2 on: March 11, 2015, 08:00:10 AM »
Don't think there is a way to differentiate between ribbon / toolbar / palette. You can break it down by those three and typical typed command but not between the three, unless you created new commands for everything shown on the ribbon panel.

Main question is what are you trying to accomplish?