- Thread starter
- Moderator
- #591
No, try clear MP Titan skin cache ...the text is just placed without background, is this correct?
No, try clear MP Titan skin cache ...the text is just placed without background, is this correct?
https://github.com/andrewjswan/medi.../ajs Theme/BasicHome.Main.Dummy.xml#L180-L188No:the red part seems to evaluate always to true
XML:<control> <description>DUMMY Basic Home Visible TopBar</description> <type>label</type> <id>19091</id> <posX>0</posX> <posY>0</posY> <width>1</width> <visible>window.isactive(3004) | window.isactive(3005) | window.isvisible(3004) | window.isvisible(3005) | window.istopmost(3004) | window.istopmost(3005) | topbar.focused | topbar.visible</visible> </control>
There seem to be some problems with the visibility of topbar items and/or the visibility conditions like topbar.focused etc.Error in the portal? Or am I then again, I do not know?
Away from the media portal, do not tell me how to check the enabled plug-top bar, or is not enabled?There seem to be some problems with the visibility of topbar items and/or the visibility conditions like topbar.focused etc.
plugin.enabled(topbar) - worked?There is a property topbar.enabled, but I don´t know whether it works (never used it)
As I said: Never used it, and also don´t know whether it works that wayplugin.enabled(topbar) - worked?
Try change 19091 to:So it seems to me, that disabled Topbar lets control.isvisible(19091) evaluate always to true
<control>
<description>DUMMY Basic Home Visible TopBar</description>
<type>label</type>
<id>19091</id>
<posX>0</posX>
<posY>0</posY>
<width>1</width>
<visible>plugin.isenabled(Topbar) + [window.isactive(3004) | window.isactive(3005) | window.isvisible(3004) | window.isvisible(3005) | window.istopmost(3004) | window.istopmost(3005) | topbar.focused | topbar.visible</visible>
</control>
This one fixes the issue, it works fine.No:the red part seems to evaluate always to true
XML:<control> <description>DUMMY Basic Home Visible TopBar</description> <type>label</type> <id>19091</id> <posX>0</posX> <posY>0</posY> <width>1</width> <visible>window.isactive(3004) | window.isactive(3005) | window.isvisible(3004) | window.isvisible(3005) | window.istopmost(3004) | window.istopmost(3005) | topbar.focused | topbar.visible</visible> </control>
Any Ideas for that? can it also be a different configuration?i am facing an additional issue with moving pictures view category list
the text is just placed without background, is this correct?