Hi guys,
I wanted to ask the experts if it is possible to create a fileview for the left deck and the independent right deck?
Thanks.
Zanard.
I wanted to ask the experts if it is possible to create a fileview for the left deck and the independent right deck?
Thanks.
Zanard.
Posted Fri 28 Dec 18 @ 6:26 pm
No you can't have two separate independent browsers, if that's what you're asking.
You can show two, but they will display the exact same thing.
You can show two, but they will display the exact same thing.
Posted Fri 28 Dec 18 @ 6:34 pm
I can confirm this as tried to so did this instead
<filelist source="automix|karaoke|sidelist|sampler">
<pos x="+0" y="+147"/>
<size width="531" height="145"/>
<font size="18" name="Arial" weight="bold" />
<fontheader size="18"/>
<fonttoolbar size="2"/>
<colors background="transparent" toolbar="#000000" text="#FFFFFF" label="#A0A0A0" artist="#00FF00" title="#FFFFFF"/>
</filelist>
<filelist source="automix|karaoke|sidelist|sampler">
<pos x="+0" y="+147"/>
<size width="531" height="145"/>
<font size="18" name="Arial" weight="bold" />
<fontheader size="18"/>
<fonttoolbar size="2"/>
<colors background="transparent" toolbar="#000000" text="#FFFFFF" label="#A0A0A0" artist="#00FF00" title="#FFFFFF"/>
</filelist>
Posted Sat 29 Dec 18 @ 3:15 am
Thanks guys.
This is interesting...
<sideview>
<size width="762" height="218"/>
<pos x="6" y="1360"/>
<colors background="#070707">
<toolbars background="#171717" text="#9D9E9E" iconbackground="black" border="#222328" />
<lists background="black" stripes="#1E1D20" over="#3B3003" overstripes="#3B3003" selected="#4D3F08" focus="#8A7213" text="#9D9E9E" overtext="#FCF6C2" selectedtext="white" focustext="white" automix="#2E2E2E"/>
<grids background="#171717" over="#3B3003" selected="#4D3F08" focus="#8A7213" text="#FCF6C2" overtext="#FCF6C2" selectedtext="#FCF6C2" focustext="white" stripes="#2E2E2E" overstripes="#3B3003" selectedstripes="#4D3F08" focusstripes="#4D3F08" label="white" />
<columns background="#222328" text="#B2B3B3" />
<scrollbars background="#222328" button="white" />
</colors>
<font size="20" name="" />
<fontheader size="20" />
<fontgridtitle size="20" />
</sideview>
This is interesting...
<sideview>
<size width="762" height="218"/>
<pos x="6" y="1360"/>
<colors background="#070707">
<toolbars background="#171717" text="#9D9E9E" iconbackground="black" border="#222328" />
<lists background="black" stripes="#1E1D20" over="#3B3003" overstripes="#3B3003" selected="#4D3F08" focus="#8A7213" text="#9D9E9E" overtext="#FCF6C2" selectedtext="white" focustext="white" automix="#2E2E2E"/>
<grids background="#171717" over="#3B3003" selected="#4D3F08" focus="#8A7213" text="#FCF6C2" overtext="#FCF6C2" selectedtext="#FCF6C2" focustext="white" stripes="#2E2E2E" overstripes="#3B3003" selectedstripes="#4D3F08" focusstripes="#4D3F08" label="white" />
<columns background="#222328" text="#B2B3B3" />
<scrollbars background="#222328" button="white" />
</colors>
<font size="20" name="" />
<fontheader size="20" />
<fontgridtitle size="20" />
</sideview>
Posted Sat 29 Dec 18 @ 7:49 am