Talk:Tabax Plugin API
From Axaptapedia
is there a way to register for "window selection changed" events ? So to get notfied when a user selects another window.
If I understood the question, take a look at the following plugin: DEV_TabaxPlugin_RecentWindows
It subscribes to these events
Vanya
I've thought about using these methods, but I was looking for an event that is triggered when the selection changed. The idea is to display aditional information depending on the active window. Now I've subscribed to the tick event and check the window evey time the event is triggerd. That works fine sofar, but is a little bit dirty.