|
 |
07-01-2009, 10:02 AM
|
#1
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
Skin Problem
Hi Guys,
I proceed with my skin for Road Runner, I have modified the graphics :-)
Before, Version 1:
Now, Version 2:
:-) :-)
Please I have a problem with a insert slider_play, I remember that I use as Carwing skin base, and I want to add the slider bar, for example the slider bar of Iphone_Beta skin...
please see the image :
I insert the code as in figure, but when I load the Skin and I load the audio file, the slider_play is trasparent, but work if I use the mouse !!!!!!
HELP ME !!!
after I don't understand the field : 0 , Style , H2 ... ????
.....
thanks.
Riko
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
07-01-2009, 10:27 AM
|
#2
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,058
|
This is in skin commands.txt:
Code:
/, (S) Slider
/, Slider
/, x y w h x1 y1 w1 h1 O Style Pointer file path h2 Code tooltip
/, --- --- --- --- --- --- --- --- - ----- ----------------- --- ----- -------
SXX,XXX,XXX,XXX,XXX,XXX,XXX,XXX,XXX,H,01,"SLIDER3\POINTER.gif",XXX,CODE,""
The above tag creates a slider view within the given boundaries (x,y,w,h).
x1,y1,w1,h1 define the area in which to display the Slider Styles (Images) -- This area is also the area
where clicking with the mouse will change the slider value.
O is the oriantation (H=Horizontal, V=Vertical).
The Slider Style is the number of the style (Y Tag below) with the path to the images to use.
*Note: You can alternatively specify a file name like "BAR.PNG" as the slider style for a single image slider.
Pointer is the path to the image to use as the pointer/tick in the slider.
h2 is the is the thickness or height of the pointer image.
CODE is a valid SLIDER CODE defined below.
/, (Y) Slider Style
/, Back Slider file path
/, ----------------------
YXX,"SLIDER3\SLIDER_*.gif"
The above defines a style (set of images) to use with a slider. Has no effect alone.
The images should range from 0 to 20 -- the * marks where to insert the number of image to load.
XX is the style number to be used in the SLIDER definition.
If you have more problems after reading that, just let us know..
__________________
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
07-01-2009, 10:37 AM
|
#3
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
thanks GUINO,
but I dont see the slider bar, follow I write my code :
---------------------------------
RoadRunner Skin
RRScreen audio_player
audio_player_off.png,audio_player_off.png,audio_pl ayer_on.png,audio_player_down.png
L,757,178,40,20,255,255,255,12,"Larabiefont","Trac ktime","Right"
L,757,144,40,20,255,0,0,12,"Larabiefont","CURRENTT RACKTIME","Right"
L,698,17,101,30,0,255,0,20,"Larabiefont","Time","C enter"
L,184,562,29,30,0,255,0,12,"Larabiefont","VOLUME", "Center"
Y01,"slider_play\pointer.gif"
S02,450,485,204,39,451,486,200,25,H,01,"slider_pla y\pointer.gif",11,"SONGPOS",""
INC,Bottomtext.txt
L,757,93,40,20,0,255,0,12,"Larabiefont","Status"," Right"
B,704,388,97,145,"PLAYSOUND;C:\Documents and Settings\Federico\Documenti\file.wav||load;audio_b rowser.skin",
B,-1,225,51,74,"PGUP",
B,-1,302,51,74,"PGDOWN",
B,-1,388,97,145,"DOWN",
B,-1,64,97,145,"UP",
B,737,546,64,55,"EXIT",
B,512,546,69,55,"PLAYSOUND;C:\Documents and Settings\Federico\Documenti\mixer.wav||MIXER",@SKI N@
B,655,546,78,55,"SHUFFLE/REPEAT",
B,220,546,69,55,"MUTE",
B,360,489,83,112,"PLAY",
B,455,546,54,55,"NEXT",
B,292,546,54,55,"PREV",
B,-1,546,64,55,"VOL-",
B,66,546,78,55,"VOL+",
L,587,577,20,20,255,0,0,10,"Larabiefont","BYIND;sh uffle;<<=S","Center"
L,587,552,20,20,255,0,0,10,"Larabiefont","BYIND;re peat;<<=R","Center"
IL,PL,transparent.bmp,sel.bmp,,0,50,60
S,140,93,407,389,255,255,255,255,0,0,255,0,0,255,0 ,0,255,0,0,false,18,"Larabiefont:B"
J,559,220,123,158
/, IL, LIST, SelImg, UnselImg, EndImg, LimitMode, Drag, MaxSpeed
IL,PL,transparent.bmp,sel.bmp,end.bmp,2,50,80
END
---------------------------------------
HELP !!!!!!!!!
|
|
|
07-01-2009, 10:48 AM
|
#4
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
THANKS GUINOOOOOOOOOOOOOOOOOOOO...
I resolve my problem :-) ....
please I have another problem, in the image section I don,t see the preview image , i post my code :
---------------------------------
RoadRunner Skin
RRScreen Picviewer
picture_viewer_off.png,picture_viewer_off.png,pict ure_viewer_on.png,picture_viewer_down.png
L,587,577,20,20,255,0,0,10,"Larabiefont","BYIND;sh uffle;<<=S","Center"
L,587,552,20,20,255,0,0,10,"Larabiefont","BYIND;re peat;<<=R","Center"
L,184,562,29,30,0,255,0,12,"Larabiefont","VOLUME", "Center"
L,698,17,101,30,0,255,0,20,"Larabiefont","Time","C enter"
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
/, I, x, y, w, h, Code;INDICATORCODES
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B,737,546,64,55,"EXIT",
B,512,546,69,55,"PLAYSOUND;C:\Documents and Settings\Federico\Documenti\mixer.wav||MIXER",@SKI N@
B,655,546,78,55,"SHUFFLE/REPEAT",
B,220,546,69,55,"MUTE",
B,360,489,83,112,"PLAY",
B,455,546,54,55,"NEXT",
B,292,546,54,55,"PREV",
B,-1,546,64,55,"VOL-",
B,66,546,78,55,"VOL+",
B,-1,225,53,70,"BROWSE",
B,-1,307,53,70,"BACK",
B,-1,387,103,148,"DOWN",
B,-1,66,103,148,"UP",
/, I, x, y, w, h, Code;INDICATORCODES
I02,144,97,350,350,"PICTURE"
L55,144,97,350,350,,,,,,"EXEC;LOAD;picture.skin||" ,""
/, S, x, y, w, h, fore R;RGB, G, B, back R;RGB, G, B, folder R;RGB, G, B, file R;RGB, G, B, selected R;RGB, G, B, select R;RGB, G, B, trs, font pt;FONT, Font name
S01,500,88,182,421,255,255,255,255,255,255,255,255 ,255,255,255,255,255,255,255,255,128,0,TRUE,14,"La rabiefont"
SD,00,03,30,30,"$picspath$","*.jpg;*.bmp;*.gif;*.p ng",FALSE
IL01,DL,transparent.bmp,sel.bmp,1,70,50,
END
---------------------------------
|
|
|
07-01-2009, 01:09 PM
|
#5
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,058
|
I don't see anything wrong with the skin code.. as long as you select a valid image file in the list, it should display in the preview space.
I would only suggest moving the IL line up (before the S01 line).
__________________
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
07-02-2009, 04:14 AM
|
#6
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
Hi,
I have try to moving the IL before the S01 line, but I don't see the preview.
If I use the carwing skin I see the preview, the difference with my skin is the graphics...
mmmmmmmmmmmmmm :-(
|
|
|
07-02-2009, 09:48 AM
|
#7
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,058
|
you are not seeing the preview IMAGE or the FILES list so you can select and see the preview ?? Also, do you have the images INSIDE the MP3 files by any chance ? (Cause if you do, you would need the mp3art plugin in your skin as well)
__________________
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
07-02-2009, 10:21 AM
|
#8
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
Hi Guino,
I resolve, I delete the Picture_on.png, because with the touchscreen the onmouseover I don't use... I rename the file into Picture.skin and I see the preview :-) ...
thanks:-)
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
07-15-2009, 03:57 AM
|
#9
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
Hi Guino,
Hi at all,
please friends help me, I have many little problems (please see my video
),
When I load the Radio_Player.skin and after I load or Audio or Video .skin, the volume set to 0%... This problem is present with all skin (Carwing, BMW-E36) ... GRRRRRRRRR..
|
|
|
07-15-2009, 09:00 AM
|
#10
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
I resolve the audio problem to set in RRconfig in the radio section the output line ( Sintetize SW) ... but I don't understand as when I load the radio, after the audio or video player and after return in radio, I don't listen !!!, I must exit to RR :-(
Why ?:-(
|
|
|
07-15-2009, 01:12 PM
|
#11
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,058
|
did you check your radioline setting ? what version of RR are you using?
__________________
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
07-16-2009, 02:50 AM
|
#12
|
|
Newbie
Join Date: Aug 2007
Location: Roma
Posts: 44
|
I use the RideRunner "RR 06-01-2009 Release", yesterday I have install the upgrade "RR 07-01-2009 Release" and resolve me the problem in the video player ( before after full screen I don't see the video )...
my radio skis is :
------------------------------------
RoadRunner Skin
RRScreen radio_player.
radio_off.png,radio_off.png,radio_on.png,radio_dow n.png
Y01,"hd_signal\SLIDER_*.gif"
S01,427,255,32,24,,,,,H,01,"hd_signal\POINTER.gif" ,24,"HDSIGNAL","Signal Strength"
B,11,232,49,135,"RADIORESET",
I,747,330,9,12,"SURF:b"
I02,741,418,9,12,"SCAN:b"
I,718,561,9,12,"MUTE:b"
/DESIGNED FOR HD RADIO
/Labels
L,22,12,764,34,255,255,255,24,"GE Drover","RDSNAME","scroll-center"
L,426,205,258,28,255,255,255,20,"GE Drover","RDSTEXT","scroll-center"
L,630,159,42,23,255,255,255,18,"Digital-7","=mHz","CENTER"
L,429,113,196,75,255,255,255,60,"Digital-7","FREQUENCE","right"
L,369,407,53,35,244,181,8,14,"GE Drover","VOLUME","right"
/Buttons
B,731,230,70,65,"DELPRESET||PLAYSOUND;C:\Programmi \RideRunner\Skins\Perl_White_V2.1\Sounds\deletepre set.wav",
B,719,140,81,65,"PLAYSOUND;C:\Programmi\RideRunner \Skins\Perl_White_V2.1\Sounds\editpreset.wav||EDIT PRESET",
B,704,67,100,65,"PLAYSOUND;C:\Programmi\RideRunner \Skins\Perl_White_V2.1\Sounds\add.wav||ADDPRESET",
B,401,471,98,100,"FREQ+",
B,300,471,98,100,"FREQ-",
B,-2,546,64,55,"VOL-",
B,230,394,95,74,"FMPRESET;PRESET2",
B,120,393,96,76,"FMPRESET;PRESET1",
B,584,474,74,97,"FMPRESET;PRESET8",
B,502,474,70,97,"FMPRESET;PRESET7",
B,231,474,66,97,"FMPRESET;PRESET6",
B,142,474,74,98,"FMPRESET;PRESET5",
B,584,393,99,76,"FMPRESET;PRESET4",
B,478,392,96,76,"FMPRESET;PRESET3",
B,66,546,71,55,"VOL+",
B,663,546,70,55,"MUTE",
B,0,66,90,140,"UP",""
B,0,391,90,140,"DOWN",
B02,723,392,78,67,"PLAYSOUND;C:\Programmi\RideRunn er\Skins\Perl_White_V2.1\Sounds\seek.wav||SCAN",""
B,730,306,70,65,"PLAYSOUND;C:\Programmi\RideRunner \Skins\Perl_White_V2.1\Sounds\scan.wav||SURF",
I,539,335,59,28,"STEREO"
B,703,467,99,65,"PLAYSOUND;C:\Programmi\RideRunner \Skins\Perl_White_V2.1\Sounds\tune.wav||TUNE",
B,737,546,64,55,"EXIT",
S,144,99,265,253,255,255,255,0,0,0,255,255,255,0,0 ,0,244,181,8,,14,"GE Drover"
END
------------------------------------
help :-(
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:37 AM.
| |