Can anyone tell me how to remove the CBG bars? Thanks in advance!
Posted Sat 19 May 12 @ 4:30 pm
unzip then open up the skin xml file in notepad and look for the rhythmzone element (ctrl + f is the fastest way)... in a resized version of djdads touchscreen it looks like this
try changing the "width" & "mainwidth" to "0", if that doesn't work try moving the grid off screen by changing it's "y" location. Also be mindfull that most skins have multiple rhythmwave's on different pannels so you may need to modify the code for more than one
<rhythmzone panel="ritm">
<pos x="7" y="59"/>
<size width="1009" height="3"/>
<up x="+0" y="+0"/>
<mask x="+0" y="+576"/>
<colors
chan1="black" chan1_left="#0B87C2"
chan2="black"
/>
<rhythm y="59" height="0"/>
<grid height="3" width="3" mainwidth="6">
<pos y1="59" y2="59"/>
</grid>
<cue y="59" height="0">
<mask x="965" y="2187" width="15" height="24"/>
<text dx="8" dy="0" color="white" font="arial" size="10"/>
</cue>
</rhythmzone>
try changing the "width" & "mainwidth" to "0", if that doesn't work try moving the grid off screen by changing it's "y" location. Also be mindfull that most skins have multiple rhythmwave's on different pannels so you may need to modify the code for more than one
Posted Sat 19 May 12 @ 7:18 pm
Thanks a lot synthet1c,as always.
Posted Sat 19 May 12 @ 9:01 pm