Shubham Joshi 1 Posted December 3, 2020 Hello Everyone, I want to get the data of last command pressed or last tool fire in vw. Is there any API? can I get the last command response? or any other way. Thanks and Regards Quote Share this post Link to post
Nicolas Goutte 82 Posted December 3, 2020 2 hours ago, Shubham Joshi said: Hello Everyone, I want to get the data of last command pressed or last tool fire in vw. Is there any API? can I get the last command response? or any other way. Thanks and Regards I do not think that it is possible. One way is perhaps use notifications to be notified what is happening currently in VW, but I am not sure if you could achieve what you want through the notification mechanism. (I know too few of it to know its full potential.) 1 Quote Share this post Link to post
JBenghiat 356 Posted December 3, 2020 You can use UpdateSupport to respond to certain kinds of events, but you can't generically track commands, for example to make your own "repeat last" menu command. If you want to track commands in your own library, I think that's possible — create a singleton interface and have each menu or tool report it's action to that interface. 1 Quote Share this post Link to post