2018-02-24, 00:46
(2018-02-23, 22:57)mxlance Wrote: @jurialmunkey – sorry to say I need more help already.
I lowered the widget as you instructed, however it only lowers the first widget.
When I scroll down the widgets scroll up the screen.
I experimented with various combinations in the Constants_Main.xml,Constants_Hone_NoMouse.xml, and Includes_Widgets.xml could not figure it out.
What I am looking for is the widgets to scroll in place. Always displaying in a single row along the bottom. Any suggestions?
Thanks for the help
Ah, I didn't realise you were going to keep the possibility of multiple widgets.
I'm assuming you will have categories widget turned off.
In the "Widgets_Grouplist" include, add this at the very beginning of the grouplist at line 375 -- basically you want to make the grouplist take up a smaller space, so you move it down from the top.
Code:
<top>600</top>
Then in Constants_Home_NoMouse.xml try these values (This is assuming you have mouse compatibility turned off, otherwise use Constants_Home_Mouse.xml -- the setting basically switches between the files because I do some tricks to get the widgets scrolling in the middle of the screen, but that messes with the hitboxes of the items so it needs to be turned off for mouse -- You can see how this setting switches the files in Includes.xml)
Code:
<constant name="widget_spacer_top">0</constant>
<constant name="widget_spacer_bottom">0</constant>
<constant name="widget_submenu_spacer">180</constant>
<constant name="widget_poster_spacer">430</constant>
<constant name="widget_gap">-50</constant>
<constant name="widget_top">50</constant>