Topic: Launch Onclick
Hello,
I spent a couple hours looking around for this information. I have Eden 11.0 Confluence. I have created a Home menu item for HyperSpin. I tried:
<onclick>XBMC.System.Exec("E:\HyperSpin\HyperSpin.exe")</onclick>
I don't like this because it shows my desktop coming and going. So I got this addon. I configured a StandAlone launcher to launch HyperSpin. All is well. What I don't want is to click on programs, click on advanced launcher, click on "HyperSpin".
I tried variants of:
<onclick>RunPlugin("plugin://plugin.program.advanced.launcher/?ab55c91a6001fbff5fafcc70d56cd958")</onclick>
I have no idea where in God's name the guid at the end is stored or how it is created. Is there a way I can just directly launch my standalone launcher on onclick?
Thanks