OnFocus do two things
#1
Hi,

Is it possible to allow a skin to call two functions given one onfocus (or onclick) event?

Eg,

<onfocus>SetProperty(xyz)+RunScript(abc)</onfocus>

I've tried various combinations of delimiters to no effect.

If it can't be done I guess I'll do it in the script itself.
Reply
#2
have you tried? not sure but worth a shot

<onfocus>SetProperty(xyz)</onfocus>
<onfocus>RunScript(abc)</onfocus>
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
Yes that works!
Reply

Logout Mark Read Team Forum Stats Members Help
OnFocus do two things0