RobotStudio event

Addins are loaded when Addins tab selected

Options
Hello,

I have met strange behaviour during the addin startup. I am implementing Addin with depency set to "station" (in .rsaddin file). So Addin is not loaded (even with autoload turned on) until a station is opened. But when you click on "Addins" tab, the addin is loaded regardless its denependency (so without station).

Not sure if this a bug, but at least it is quite strange. So I have to solve the dependency by myself in code.