Difficulties using String.IsEqual()
#1
Hi,

Under Kodi 16.1 , I have modified DialogButtonMenu.xml on Confluence skin to show the Exit button only when a certain profile is logged on.

I could make it work by using deprecated StringCompare function but not the String.IsEqual.

Working tag

Code:
<visible>StringCompare(System.ProfileName,myprofilename)</visible>

Non working tag

Code:
<visible>String.IsEqual(System.ProfileName,myprofilename)</visible>

Is this normal behaviour ?

Many thanks,
--
Issa
Reply
#2
String.IsEqual is for Kodi 17 and up, you will need to use StringCompare in Jarvis.

Sent from my Nexus 6
Reply
#3
Sleepy Must have been sleeping while I saw this column showing the version. http://kodi.wiki/view/List_of_Boolean_Conditions

Thank you for the clarifications!
Reply

Logout Mark Read Team Forum Stats Members Help
Difficulties using String.IsEqual()0