PDA

View Full Version : Conditional Visibility for MasterMode


derson
2007-02-28, 08:39
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!

jmarshall
2007-02-28, 08:52
else if (strTest.Equals("system.ismaster")) ret = SYSTEM_ISMASTER;

derson
2007-03-07, 05:14
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.