That's so involved, hopefully what you've done can be used as a 'template' with credit for other potential future skins to avoid duplication. It looks like a lot of work.
Last edited:
Great idea - if MP can not provide the info (which it should in my opinion, the plugin manager should know what is there) we need to build something. Still I hope MP will provide resolution for the bugs I logged. If you can confirm them, I will provide a mantis for each.I am also in contact with @Micropolis to provide a special plugin where you can edit this settings independent from the skin settings page, based on a xml where all plugins with their names and hyperlinks are listed, so the user can easily choose the plugin and the display location
<style Name="touchControlStyle">
<description>Touch Left</description>
<id>1</id>
<type>button</type>
<width>20</width>
<height>70</height>
<visible>skin.hassetting(#skin.ShowTouchControls)</visible>
<animation effect="slide" time="200" start="0,-40" easing="inout">WindowOpen</animation>
<animation effect="fade" time="200" easing="inout">WindowOpen</animation>
<animation effect="slide" time="200" end="0,-40" easing="inout">WindowClose</animation>
<animation effect="fade" time="200" easing="inout">WindowClose</animation>
</style>
<onclick>#(skin.setfocus(35,#(add(cint(1001),cint(#BasicHome.Current.ID)))))</onclick>
You can specify other buttons in topbarhome and then explicity import that in the home screens (as I did with Default skins)Btw.: Why does MP need 2 topbar files (topbar.xml & topbarhome.xml)? It only uses topbar.xml, the other one is ignored even on all home screens