Message 1 of 5

Not applicable
01-17-2021
04:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am currently writing out to a file whatever the currently active command is.
This seems to work with almost all commands except with the 'tool library' window?
In which case it just returns the 'SelectComand' instead.
app = adsk.core.Application.get()
ui = app.userInterface
ActiveCom = ui.activeCommand
Is there any other way to know when then Tool Library is opened and closed?
Thanks,
Matt
Solved! Go to Solution.