How to run this addon without activating the window
#1
Can anyone tell me how to format this onclick to run the search without activating the window? I have my own list I want to fill and I don't want to open the window. As of now I can click and fill my list but I'm trying to do the same without activating the window I tried replacing ActivateWindow with RunScript, RunAddon, RunPlugin, but that doesn't seem to work. Thanks.

PHP Code:
<onclick>ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$INFO[Window(Home).Property(Artist)]),return)</onclick> 
Reply
#2
PHP Code:
<content>plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$INFO[Skin.String(YouTube.Search)]</content>

<onclick>SetString(YouTube.Search,$INFO[Window(Home).Property(Artist)])</onclick
Image
Reply

Logout Mark Read Team Forum Stats Members Help
How to run this addon without activating the window0