- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
As I stated in the original post, my goal is to have some docked windows appear and dock on the screen only when the "Inspection" tab is active. In all other cases the docked windows should hide. (Much like how the bottom docked window in the "presentation" scene only shows up when you have a presentation file as the active file).
In order to do this I need to create an event for when the "Inspection" tab is activated. I used the example to show that I know it's possible, but I can only create an active tab event in the "ZeroDoc" screen. I cannot create the event in the "Drawing" screen because after that point the ComponentManger has already initialized (which is where Phillipe used as a trigger to setup his addhandler event).
The "Inspection" tab needs to be in the drawing environment, and I need to be able to trigger an event when that tab is activated and deactivated.