Hi,
When I search in the xml I can find the browser.
<browser>
<pos x="12" y="560"/>
<size width="1897" height="508"/>
</browser>
Is this all? Or can whe use other things, like buttons, icons, fontsize (top of browser)
When I search in the xml I can find the browser.
<browser>
<pos x="12" y="560"/>
<size width="1897" height="508"/>
</browser>
Is this all? Or can whe use other things, like buttons, icons, fontsize (top of browser)
Posted Wed 21 May 14 @ 2:06 pm
You can use
<customicons></customicons>
but these don't go to be in the <browser> element.
There are many more options and the the SDK will be updated shortly.
<customicons></customicons>
but these don't go to be in the <browser> element.
There are many more options and the the SDK will be updated shortly.
Posted Wed 21 May 14 @ 2:42 pm
Ok thnx, I gues I have to wait for that...
Posted Wed 21 May 14 @ 2:48 pm
You can also adjust the colour scheme elements of the browser (background/stripes/highlight bar etc.).
Posted Wed 21 May 14 @ 3:37 pm
How I can relocate the icons which are on the left side in the default skin to the better position on the top horizontal edge of the browser (there's currently lots of empty space).
Can you post here the skin XML source code for this?
Can you post here the skin XML source code for this?
Posted Wed 21 May 14 @ 11:29 pm
It can be done, but it is by no means easy.
Probably best to wait until some skins come out with this option so you can see how it is done.
I am working on one at the moment - so not long hopefully.
Probably best to wait until some skins come out with this option so you can see how it is done.
I am working on one at the moment - so not long hopefully.
Posted Thu 22 May 14 @ 1:19 am
Wiki pages will probably take a while , so for now here is the documentation for the Browser..
Browser
Only position <pos> is required, all other elements are optional.
<colors background="transparent"> can be used to create a transparent background.
Browser
<browser toolbar="yes" effects="yes" >
<pos x="13" y="547" width="1898" height="525" />
<colors background="#2E2E2E">
<toolbars background="#2E2E2E" text="#2E2E2E" iconbackground="#2E2E2E" border="#2E2E2E" />
<lists background="#2E2E2E" stripes="#2E2E2E" over="#2E2E2E" overstripes="#2E2E2E" selected="#2E2E2E" focus="#2E2E2E" text="#2E2E2E" overtext="#2E2E2E" selectedtext="#2E2E2E" focustext="#2E2E2E" automix="#2E2E2E" livefeedback="#2E2E2E" download="#2E2E2E" scan="#2E2E2E" button="#2E2E2E" buttonover="#2E2E2E" buttonselected="#2E2E2E" buttonactive="#2E2E2E" insert="#2E2E2E" />
<grids background="#2E2E2E" over="#2E2E2E" selected="#2E2E2E" focus="#2E2E2E" text="#2E2E2E" overtext="#2E2E2E" selectedtext="#2E2E2E" focustext="#2E2E2E" stripes="#2E2E2E" overstripes="#2E2E2E" selectedstripes="#2E2E2E" focusstripes="#2E2E2E" label="#2E2E2E" />
<columns background="#2E2E2E" text="#2E2E2E" />
<scrollbars background="#2E2E2E" button="#2E2E2E" />
<info background="#2E2E2E" stripes="#2E2E2E" text="#2E2E2E" label="#2E2E2E" artist="#2E2E2E" title="#2E2E2E" />
<search background="#2E2E2E" border="#2E2E2E" selected="#2E2E2E" text="#2E2E2E" cursor="#2E2E2E" />
<prelisten background="#2E2E2E" border="#2E2E2E" selected="#2E2E2E" cursor="#2E2E2E" button="#2E2E2E" buttonbackground="#2E2E2E" buttonselected="#2E2E2E" />
</colors>
<font size="20" />
<fontheader size="20" />
<fontgridtitle size="20" />
</browser>
Only position <pos> is required, all other elements are optional.
<colors background="transparent"> can be used to create a transparent background.
Posted Thu 22 May 14 @ 4:14 am
djtouchdan wrote :
It can be done, but it is by no means easy.
Best thing would be to allow the user to select where they want those buttons. Left, top, right, bottom.
Think "Windows taskbar". :-)
Posted Thu 22 May 14 @ 7:39 am