Window.Previous(foo) conditional...
#1
...visibility is not working for custom xmls. e.g.:

<visible>Window.Previous(56)</visible>

with id 56 being customsettings.xml window. (on Dharma 10.1)

Bug or feature?
My skins:

Amber
Quartz

Reply
#2
Should work according to the code - check your debug log - it may be that id 56 isn't what you think it is?
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
#3
jmarshall Wrote:Should work according to the code - check your debug log - it may be that id 56 isn't what you think it is?

Window id is OK. Will check rest of the code.
My skins:

Amber
Quartz

Reply
#4
just a quick note you can use the xml name instead so its more readable
<visible>Window.Previous(customsettings.xml)</visible>
Reply
#5
Jezz_X Wrote:just a quick note you can use the xml name instead so its more readable
<visible>Window.Previous(customsettings.xml)</visible>

Great tip! Thanks.
My skins:

Amber
Quartz

Reply

Logout Mark Read Team Forum Stats Members Help
Window.Previous(foo) conditional...0