Conditional Visibility for MasterMode
#1
I was hoping to find something like System.MasterMode to enable certain buttons (e.g. Scripts) only when MasterMode is enabled... maybe it exists, but I don't see it documented anywhere... and I guess I'm too lazy to dig into the code tonight ;-)

Anybody tried this before or have the ability to add it into the XBMC CVS?

Thanks!
Reply
#2
else if (strTest.Equals("system.ismaster")) ret = SYSTEM_ISMASTER;
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Smile 
Thanks... I found that it is present in GUIInfoManager.cpp ... I'll do some playing with the skin and if successful document it in the Wiki.
Reply

Logout Mark Read Team Forum Stats Members Help
Conditional Visibility for MasterMode0