Bug with script/plugins
#1
The reason why I post it here,cause I think there has to be adjustment made on the skin.
But maybe I am wrong and need to contact the script/plugin makers.
If that is so please let me know
With skin Rapier program plugin :Notepad doesn't work.
and with script:mytv you can't see which item is marked on settings menu.
However I don't have this problem with other skins.

Project Mayhem III script:mytv
Image
Rapier script:mytv
Image
Reply
#2
Apple movie trailers, doesnt work for me. It freezes and gives me some crap about too many failed items.
Reply
#3
on script: XOT-Uzg font/text isn't visible on most places.
example look it should be on main menu of XOT-Uzg
Image
on Rapier.Under each logo there should be text
Image
Reply
#4
I can confirm those problems with scripts....
That XOT-uzg is missing the text in the most important place.... the TV-shows.
No other skin does this...
Reply
#5
frater Wrote:I can confirm those problems with scripts....
That XOT-uzg is missing the text in the most important place.... the TV-shows.
No other skin does this...

Any news on this bug. I currently stops me from using Rapier as my default skin which is sad since I like it a lot.
Reply
#6
I'll check it out.
Reply
#7
scarfa Wrote:I'll check it out.


add
PHP Code:
    <default type="label">
        <
textcolor>DefaultColor</textcolor>
    </default> 

in skin/Rapier/720p/Default.xml and restart the XBMC

it should look like this:
PHP Code:
<includes>


    <default 
type="label">
        <
textcolor>DefaultColor</textcolor>
    </default>
    
    <default 
type="button">
        <
width>200</width>
        <
height>35</height>
        <
font>ButtonFont</font>
        <
textcolor>ButtonColor</textcolor>
        <
focusedcolor>SelectedColor</focusedcolor>
        <
disabledcolor>DisabledColor</disabledcolor>
        <
align>center</align>
        <
aligny>center</aligny>
        <
textoffsetx>5</textoffsetx>
        <
texturefocus border="5">button-focus.png</texturefocus>
        <
texturenofocus border="5">button-nofocus.png</texturenofocus>
        <
pulseonselect>true</pulseonselect>
    </default>

    <default 
type="radiobutton">
        <
width>200</width>
        <
height>35</height>
        <
font>ButtonFont</font>
        <
textcolor>ButtonColor</textcolor>
        <
focusedcolor>SelectedColor</focusedcolor>
        <
disabledcolor>DisabledColor</disabledcolor>
        <
textoffsetx>5</textoffsetx>
        <
aligny>center</aligny>
        <
radioposx>-</radioposx>
        <
radioposy>-</radioposy>
        <
radiowidth>18</radiowidth>
        <
radioheight>18</radioheight>
        <
textureradiofocus>radio-button-focus.png</textureradiofocus>
        <
textureradionofocus>radio-button-nofocus.png</textureradionofocus>
        <
texturefocus border="5">button-focus.png</texturefocus>
        <
texturenofocus border="5">button-nofocus.png</texturenofocus>
        <
pulseonselect>true</pulseonselect>
    </default>
    
    <default 
type="togglebutton">
        <
width>200</width>
        <
height>35</height>
        <
font>ButtonFont</font>
        <
textcolor>ButtonColor</textcolor>
        <
focusedcolor>SelectedColor</focusedcolor>
        <
disabledcolor>DisabledColor</disabledcolor>
        <
textoffsetx>5</textoffsetx>
        <
align>center</align>
        <
aligny>center</aligny>    
        <
texturefocus border="5">button-focus.png</texturefocus>
        <
texturenofocus border="5">button-nofocus.png</texturenofocus>
        <
alttexturefocus border="5">button-focus.png</alttexturefocus>
        <
alttexturenofocus border="5">button-nofocus.png</alttexturenofocus>
        <
pulseonselect>true</pulseonselect>
    </default>
    
    <default 
type="selectbutton">
        <
width>300</width>
        <
height>100</height>
        <
font>HeadFont2</font>
        <
textcolor>DefaultColor</textcolor>
        <
selectedcolor>SelectedColor</selectedcolor>
        <
disabledcolor>DisabledColor</disabledcolor>
        <
align>center</align>
        <
aligny>center</aligny>
        <
textwidth>240</textwidth>
        <
texturebg>-</texturebg>
        <
textureleft>arrow-scroll-left-nofocus.png</textureleft>
        <
textureleftfocus>arrow-scroll-left-focus.png</textureleftfocus>
        <
textureright>arrow-scroll-right-nofocus.png</textureright>
        <
texturerightfocus>arrow-scroll-right-focus.png</texturerightfocus>
    </default>
    
    <default 
type="spincontrol">    
        <
width>28</width>
        <
height>28</height>
        <
font>HeadFont2B</font>
        <
textcolor>DisabledColor</textcolor>
        <
disabledcolor>DisabledColor</disabledcolor>
        <
shadowcolor>ShadowColor</shadowcolor>
        <
align>right</align>
        <
aligny>center</aligny>
        <
textoffsetx>-5</textoffsetx>
        <
textoffsety>0</textoffsety>
        <
spinwidth>26</spinwidth>
        <
spinheight>26</spinheight>        
        <
textureup>arrow-scroll-up-nofocus2.png</textureup>
        <
texturedown flipy="true">arrow-scroll-up-nofocus2.png</texturedown>
        <
textureupfocus>arrow-scroll-up-focus2.png</textureupfocus>
        <
texturedownfocus flipy="true">arrow-scroll-up-focus2.png</texturedownfocus>
        <
reverse>yes</reverse>
        <
subtype>page</subtype>
        <
pulseonselect>true</pulseonselect>
    </default>
    
    <default 
type="spincontrolex">
        <
width>400</width>
        <
height>35</height>
        <
spinwidth>18</spinwidth>
        <
spinheight>10</spinheight>
        <
font>DefaultFont</font>
        <
textcolor>DefaultColor</textcolor>
        <
shadowcolor>ShadowColor</shadowcolor>
        <
focusedcolor>SelectedColor</focusedcolor>
        <
disabledcolor>DisabledColor</disabledcolor>
        <
textoffsetx>5</textoffsetx>
        <
align>left</align>
        <
aligny>center</aligny>
        <
texturefocus border="5">button-focus.png</texturefocus>
        <
texturenofocus border="5">button-nofocus.png</texturenofocus>
        <
textureup>arrow-scroll-up-nofocus.png</textureup>
        <
texturedown>arrow-scroll-down-nofocus.png</texturedown>
        <
textureupfocus>arrow-scroll-up-focus.png</textureupfocus>
        <
texturedownfocus>arrow-scroll-down-focus.png</texturedownfocus>    
        <
reverse>yes</reverse>
        <
pulseonselect>true</pulseonselect>
    </default>
    
    <default 
type="edit">
        <
width>400</width>
        <
height>35</height>
        <
font>DefaultFont</font>
        <
textcolor>DefaultColor</textcolor>
        <
focusedcolor>SelectedColor</focusedcolor>
        <
aligny>center</aligny>
        <
textoffsetx>5</textoffsetx>
        <
textwidth>390</textwidth>
        <
texturefocus border="5">button-focus.png</texturefocus>
        <
texturenofocus border="5">button-nofocus.png</texturenofocus>
        <
pulseonselect>true</pulseonselect>
    </default>
    
    <default 
type="sliderex">
        <
height>35</height>
        <
font>HeadFont2</font>
        <
textcolor>ButtonColor</textcolor>
        <
focusedcolor>SelectedColor</focusedcolor>
        <
disabledcolor>DisabledColor</disabledcolor>
        <
aligny>center</aligny>
        <
textoffsetx>5</textoffsetx>
        <
sliderwidth>105</sliderwidth>
        <
sliderheight>24</sliderheight>
        <
texturefocus border="5">button-focus.png</texturefocus>
        <
texturenofocus border="5">button-nofocus.png</texturenofocus>
        <
texturesliderbar>slider-background.png</texturesliderbar>
        <
textureslidernibfocus>slider-nib-focus.png</textureslidernibfocus>
        <
textureslidernib>slider-nib-nofocus.png</textureslidernib>    
    </default>
    
    <default 
type="progress">
        <
width>400</width>
        <
height>12</height>
        <
texturebg border="2">scrollbar-background.png</texturebg>
        <
lefttexture>-</lefttexture>
        <
midtexture border="2">scrollbar-slider-horz-nofocus.png</midtexture>
        <
righttexture>-</righttexture>
        <
overlaytexture>-</overlaytexture>
    </default>
    
    <default 
type="scrollbar">
        <
height>400</height>
        <
width>14</width>
        <
orientation>vertical</orientation>
        <
texturesliderbackground border="2">scrollbar-background.png</texturesliderbackground>
        <
texturesliderbar border="2">scrollbar-slider-nofocus.png</texturesliderbar>
        <
texturesliderbarfocus border="2">scrollbar-slider-focus.png</texturesliderbarfocus>
        <
textureslidernib>-</textureslidernib>
        <
textureslidernibfocus>-</textureslidernibfocus>
        <
showonepage>false</showonepage>
        <
pulseonselect>false</pulseonselect>
    </default>
</
includes

EDIT: changed "white" to "DefaultColor", thanks j0cke
Zeljko
Reply
#8
Well there you have it. Thanks Amet.
Reply
#9
scarfa Wrote:Well there you have it. Thanks Amet.

NP Smile, Anytime ....
Reply
#10
I still can't see the text in XOT-Uzg after adding the code by Amet... Sad
Reply
#11
j0cke Wrote:I still can't see the text in XOT-Uzg after adding the code by Amet... Sad

have you restarted the XBMC? or just reload the skin.
Reply
#12
I restarted my xbox.
Reply
#13
Smile 
I got it working now. Smile

I had to replace "white" with "DefaultColor" because ..skin/Rapier/colors/defaults.xml does not have a color name for "white"

Thanks!
Reply
#14
j0cke Wrote:I got it working now. Smile

I had to replace "white" with "DefaultColor" because ..skin/Rapier/colors/defaults.xml does not have a color name for "white"

Thanks!

Thanks for the correction, it worked fine on OSX with white. I changed white to DefaultColor in OP

Zeljko
Reply

Logout Mark Read Team Forum Stats Members Help
Bug with script/plugins0