Hi
can somebody help me out?
Gonna create a NONGIU plugin that sends messages to Girder when a specific module is opened in MP. for example
---when MyMovies is opened send message to girder "MyMovies"
Question1: Can I do this in a regular plugin?(Without touching the code of MP
Question2: what should I look for?
OnMessage(GUIMessage message)
or
OnAction(Action action)
Question3: where in the pligin should this check be? In
public Girder_Plugin()
or
public void Start()
Regards
Lasse
can somebody help me out?
Gonna create a NONGIU plugin that sends messages to Girder when a specific module is opened in MP. for example
---when MyMovies is opened send message to girder "MyMovies"
Question1: Can I do this in a regular plugin?(Without touching the code of MP
Question2: what should I look for?
OnMessage(GUIMessage message)
or
OnAction(Action action)
Question3: where in the pligin should this check be? In
public Girder_Plugin()
or
public void Start()
Regards
Lasse