system setting for Right to Left text
#1
there use to be a setting for right to left text, but i can't find it now has it been removed?

just would like to use it in my skin for better label support, at the moment i have it working just on hebrew, but i don't really want to have a condidtion for every system lanuage that uses right to left text.

condition i am using now:
Code:
stringcompare(system.language,Hebrew)
but would like to use something like this:
Code:
system.getbool(lookandfeel.rightotlefttext)
is this posible ?
Reply
#2
Perhaps Skin.HasSetting(setting)works?

see http://wiki.xbmc.org/?title=List_of_Boolean_Conditions
Reply
#3
blittan Wrote:Perhaps Skin.HasSetting(setting)works?

see http://wiki.xbmc.org/?title=List_of_Boolean_Conditions

i do not want to add yet another option to the skin just for this, this should be availble from system settings ?

the XBMC skining engine is not coping well with my skin as it is. just too many condidtions/options for it i guess. i realy wish i could get XBMC to log EVERYTHING it is doing, so i can debug better, but i have asked before and was told NO so..
Reply
#4
The setting applied only to rss feeds, and is now an attribute in rssfeeds.xml.

Cheers,
Jonathan
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
#5
jmarshall Wrote:The setting applied only to rss feeds, and is now an attribute in rssfeeds.xml.

Cheers,
Jonathan

ah ok, thanks for clarification Jonathan.
Reply

Logout Mark Read Team Forum Stats Members Help
system setting for Right to Left text0