INTERACT FORUM

Windows => Plug-in Development => Topic started by: tij on October 06, 2018, 01:21:17 pm

Title: [solved] Interface plugin question
Post by: tij on October 06, 2018, 01:21:17 pm
With help of some posts here ... SDK sleeptime example ... i manage to write simple “hello world” example as well as capture JRiver events

I put messagebox “hello world” in Init function ... seems JRiver will always run as it starts up ... unless i hide my plugin in option->service & plugin

if i “show” my plugin from option->service & plugin ... Init is run again

my question ... if i dont want my plugin to run everytime at start up ... how can i launch plugin from some button on JRiver UI? ... which function i need to implement?
Title: [Solved] Interface plugin question
Post by: tij on October 06, 2018, 02:34:35 pm
Stupid me ... didnt read related post completely

Looks like need to use CAXWindow ...