Posts: 184
Joined: Aug 2014
Reputation:
11
wondering if anyone can help - im tinkering in the xonfluence matrix xmls - these are 2 settings controls - first one is to change the cursor/pointer image,
- second setting is to enable the large widget.
- is there a way, so if i enable the large widget setting i can have 'CursorLAF,Max' enabled/disabled with it - any help much appreciated, thanks
<control type="button" id="1304">
<width>1125</width>
<height>60</height>
<font>font13</font>
<label>$LOCALIZE[31897]</label>
<label2>$VAR[CursorLAFValue]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<include>MenuButton</include>
<onclick condition="String.IsEmpty(Skin.String(CursorLAF))">Skin.SetString(CursorLAF,Modern)</onclick>
<onclick condition="Skin.String(CursorLAF,Modern)">Skin.SetString(CursorLAF,Max)</onclick>
<onclick condition="Skin.String(CursorLAF,Max)">Skin.SetString(CursorLAF,Super)</onclick>
<onclick condition="Skin.String(CursorLAF,Super)">Skin.SetString(CursorLAF,Ultimate)</onclick>
<onclick condition="Skin.String(CursorLAF,Ultimate)">Skin.Reset(CursorLAF)</onclick>
</control>
<control type="radiobutton" id="141">
<description>large widget layout</description>
<width>1125</width>
<height>60</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31074]</label>
<onclick>Skin.ToggleSetting(EnableLargeWidgets)</onclick>
<selected>Skin.HasSetting(EnableLargeWidgets)</selected>
<include>MenuButton</include>
</control>
Posts: 184
Joined: Aug 2014
Reputation:
11
hi Bart - reporting a couple of issues/bugs
im on a windows 7 pc using kodi 19.1 64bit version
- i install the skin as per normal, but once the install is done it returns to the homescreen, minus menubar,floorbuttons,etc except for the background image - in the past versions of xonfluence(18 and lower) you used to get a popup box with exit button/s telling you 'you need to restart kodi...' which doesnt appear - i have to open my pc's taskmanager to kill the process(shutdown kodi)
also,
- the 'intro video' repeats its self on startup - so you see it two times!? - i just disable the settings at the moment to bypass the issue.
both have been happening since your first release
Posts: 40
Joined: May 2016
Reputation:
3
Small feature/tweak/toggle request:
Can I have the Favorites/Power menu at the bottom be swapped, so that the Power menu button is on the left? I find it more convenient that way, since I don't use the Favorites menu much, but I often go to the Power menu to force Exit the app.
Thanks!
Posts: 105
Joined: May 2021
Reputation:
3
Newbie question:
Can one have more than 5 items on a widget?
Seems like 7 might fit with ease?
How?
Thanx for your time and work.
Best