2017-09-18, 18:58
Go in skin settings click on programs button and enter *Programs* .
(2017-09-18, 20:32)techie67 Wrote: Another question: If i want to change the function of the Radio button to start e.g. a radio addon.
Where do i have to add the ActivateWindows command?
Same question for Navigation.
I would like to use those two for other targets because i use the skin as gui for a mediacenter at home and not in a car.
Chris
I think i found the file. It should be in the includes.xml.
But i am not shure where exactly.
(2017-09-19, 04:07)1milenia Wrote: if i copy the favorites and put it on the other side and make it into a youtube button is this the way id do it in the picture below
https://imagizer.imageshack.us/v2/1135x6...u3xw6Z.jpg
<control type="group" id="4272">
<posx>220</posx>
<posy>105r</posy>
<control type="button" id="4273">
<description>Fullscreen</description>
<posx>0</posx>
<posy>0</posy>
<width>100</width>
<height>100</height>
<texturenofocus border="6"></texturenofocus>
<texturefocus >list_focus.png</texturefocus>
<onclick condition="Player.HasAudio">ActivateWindow(Visualisation)</onclick>
<onclick condition="Player.HasVideo">ActivateWindow(FullscreenVideo)</onclick>
</control>
<control type="image">
<posx>100</posx>
<posy>15</posy>
<width>2</width>
<height>80</height>
<texture border="2">separator.png</texture>
<colordiffuse>blue</colordiffuse>
</control>
<control type="image">
<description>Fullscreen</description>
<posx>5</posx>
<posy>15</posy>
<width>90</width>
<height>80</height>
<texture>fullscreen.png</texture>
<bordersize>12</bordersize>
</control>
</control>
<onclick>RunAddon(plugin.video.youtube)</onclick>
(2017-09-03, 08:11)idorel77 Wrote: @zalamar,
you must have the apk or addon installed. That is just a shortcut button.
By enter the value you can change the onclick button , you can use the navigation button to open waze, maps or navit (i can add more actions if you use other navigation).
Same for radio.
@malin,
i will try.
(2017-09-25, 05:53)idorel77 Wrote: Hi,
Yes , with enter key.