TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: chauhuh on March 06, 2015, 01:03:59 PM

Title: vlr reactor ribbon
Post by: chauhuh 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.
Title: Re: vlr reactor ribbon
Post by: chauhuh 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 (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 (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.
Title: Re: vlr reactor ribbon
Post by: ChrisCarlson 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?