Is there a boolean condition for 'Show Parent Folder Items'?
#1
I want to use slide animations to make a row of posters right aligned but the animations break if the user has enabled 'Show Parent Folder Items' because this
isn't included in Container.NumItems.

So is there a system.getbool(lookandfeel.?) condition I can include to solve this problem?

Thanks.
Reply
#2
try system.getbool(filelists.showparentdiritems) most of these can be found by going through guisettings.xml
Reply
#3
Thanks Jezz, worked a treat.
Reply
#4
What if you want to check a string?

ie system.getstring(musicplayer.visualisation) to see if the visualiser is set to 'none'?

Obviously there's no getstring but is there an alternative method?
Reply
#5
IsEmpty(visualisation.name)
Reply
#6
Sweet, didn't think it would be that easy.

Cheers spiff.
Reply

Logout Mark Read Team Forum Stats Members Help
Is there a boolean condition for 'Show Parent Folder Items'?0