• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 38
[MOD] CarPC-Carbon
#46
Go in skin settings click on programs button and enter *Programs* .
Reply
#47
Works fine!

Thank you!

Chris
Reply
#48
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.
Reply
#49
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
Reply
#50
(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.

If you want to use Radio addon i can add this for radio button(i will add anyway).

But if you want to change button totally this 2 buttons is in Includes.xml
line 375 for radio and 151 for navigation.
Reply
#51
(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


That button is for right side list buttons.
If you want to add in left side than copy and edit fullscreen button.
Reply
#52
Many thanks.
I will try it asap.
Chris
Reply
#53
do you have a pic of what you neen full screen button
Reply
#54
Here is the code for the button:

Modify for your need.

Code:
<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>
Reply
#55
theres 2 onclicks witch do i use for youtube
Reply
#56
Delete both.
and i suppose for youtube will be:

Code:
<onclick>RunAddon(plugin.video.youtube)</onclick>
Reply
#57
thanks to add the icon whats the next step
Reply
#58
(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.

Hi,

First I want to congratulate you. This is exactly the kind of theme I was looking for my pc-car.

I am now trying to set it up to fill my needs but I don't understand how to customize Navigation and Radio buttons. I have Odroid C2 with Android system installed.
When I go to customize the Navigation button and enter for example 'Waze' I don't have any Validation button in the on-screen keyboard.
How do I save the value I enter ?

Thanks.
Reply
#59
Hi,
Yes , with enter key.
Reply
#60
(2017-09-25, 05:53)idorel77 Wrote: Hi,
Yes , with enter key.

Thanks idorel77.
I see what is the problem. On my VU5 screen I don't see the buttons at the top right. I have installed kodi on a computer to test.
Do you see any solution to see those buttons on my VU5 screen ? I use a bluettoth remote with keyboard but the Enter key doesn't work on that screen.

Thanks
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 38

Logout Mark Read Team Forum Stats Members Help
[MOD] CarPC-Carbon2