Getting active person in tool

Hi,
Is there a way to get the active person in a tool? I can see that it is available for Gramplets, but I do not see it for a tool. Am I missing it? Thanks.

Cheers

Lou

References:

Right, that’s what I see, but neither Tool nor ManagedWindow (the base classes of ToolManagedWindow) derive from Gramplet. So is there some other base class that I should be pulling in to get those methods?

If you look at the [Source] linked from those Sphinx pages, it has the underlying methods for finding the Active Person. They are short snippets.

Got it. I was looking for a method in the inheritance tree, but the uistate is composed, not inherited.

1 Like