sendclick(5) addonbrowser.xml
#1
I am trying to sendclick(5) to radiobutton id="5" in addonbrowser.xml
But the SubString(Control.GetLabel(5),*) doesn't seem to get re-read unless i reload the skin.
So in my List it will keep showing "Auto Update ON" after the click.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#2
Problem here is that sendclick(5) will indeed toggle "auto update" settings, but it won't update control id="5" ... SendClick seems problematic in general and way I see it, it's needed only because we hardcode some control ids to perform some actions. If we would seperate window specific actions via some additional layer I think we could get rid of SendClick ...
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply

Logout Mark Read Team Forum Stats Members Help
sendclick(5) addonbrowser.xml0