On 04-06-15 18:22, Sharpe wrote:
> addon - skin.back-row
> version - 7.0.1
> url - https://svn.code.sf.net/p/xboxmediacenter/code/Back-Row/Isengard/
> revision - 3802
> Kodi version - Isengard
>
> Version 7.0.1
>
> - Added touch support to menus
>
> Hi, can I get another pull request in for Back Row please?
>
> Cheers
>
> Steve

hey Steve,

could you fix these unmatched parenthesis?

AddonBrowser.xml:
<visible 
allowhiddenfocus="true">[StringCompare(Window(Home).Property(ShowScreenSettings),show
 
| ControlGroup(7001).HasFocus] + !ControlGroup(7002).HasFocus + 
!Skin.HasSetting(LockViews)</visible>

MyMusicNav.xml:
<visible 
allowhiddenfocus="true">[StringCompare(Window(Home).Property(ShowScreenSettings),show
 
| ControlGroup(7001).HasFocus] + !ControlGroup(7002).HasFocus + 
!Skin.HasSetting(LockViews)</visible>

MyMusicPlaylist.xml:
<visible 
allowhiddenfocus="true">[StringCompare(Window(Home).Property(ShowScreenSettings),show
 
| ControlGroup(7001).HasFocus] + !ControlGroup(7002).HasFocus + 
!Skin.HasSetting(LockViews)</visible>

MyMusicSongs.xml:
<visible 
allowhiddenfocus="true">[StringCompare(Window(Home).Property(ShowScreenSettings),show
 
| ControlGroup(7001).HasFocus] + !ControlGroup(7002).HasFocus + 
!Skin.HasSetting(LockViews)</visible>

MyPics.xml:
<visible 
allowhiddenfocus="true">[StringCompare(Window(Home).Property(ShowScreenSettings),show
 
| ControlGroup(7001).HasFocus] + !ControlGroup(7002).HasFocus + 
!Skin.HasSetting(LockViews)</visible>

MyPrograms.xml:
<visible 
allowhiddenfocus="true">[StringCompare(Window(Home).Property(ShowScreenSettings),show
 
| ControlGroup(7001).HasFocus] + !ControlGroup(7002).HasFocus + 
!Skin.HasSetting(LockViews)</visible>

MyVideoNav.xml:
<visible 
allowhiddenfocus="true">[StringCompare(Window(Home).Property(ShowScreenSettings),show
 
| ControlGroup(7001).HasFocus] + !ControlGroup(7002).HasFocus + 
!Skin.HasSetting(LockViews)</visible>


cheers,
ronie

------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to