Command listener

Command listener

Anonymous
Not applicable
603 Views
2 Replies
Message 1 of 3

Command listener

Anonymous
Not applicable

Hello,

 

I am new to API world and little bit lost in some parts. Is there any Revit listener function that collects information about current commands? For example, i would like to store every click user makes into one list. Something similiar to MAX listener.

 

Can you help me finding right learning path, and point out in which direction should i think.

 

Thanks in advance!

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

Revitalizer
Advisor
Advisor

Hi,

 

you could:

 

  1. analyze Revit's journal file to get information about the commands used in current session
  2. use AdWindows.dll to get the Ribbonbar's events

http://thebuildingcoder.typepad.com/blog/2011/02/pimp-my-autocad-or-revit-ribbon.html

 

I don't think that it's possible to get information about each selected list item in each (third party) dialog.

 

 

Revitalizer




Rudolf Honke
Software Developer
Mensch und Maschine





Message 3 of 3

Anonymous
Not applicable

Thank you so much for ideas!

0 Likes