|
 |
|
02-10-2009, 06:01 PM
|
#16
|
|
Maximum Bitrate
Join Date: Apr 2007
Location: edmond, oklahoma
Posts: 569
|
this and the BMW iDrive are my two favorites. very professional, to the point.
Last edited by americasfuture2; 02-10-2009 at 06:04 PM.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
02-11-2009, 11:13 AM
|
#17
|
|
Newbie
Join Date: Feb 2009
Posts: 3
|
ty for posting your current work  will have a snoop around, see if i can help at all
Ive had a little play around with the skin, removed some features i wont ever be using (XM/sirus radio, navigation and TV) and re-arranged the icons as appropriate.
All the other things such as grammer and all the functions i have tested have all worked perfectly fine so well done on that. Il be eagerly awaiting the settings and EQ screens and then its pretty complete for me.
route78, what was the font you used. The standard font on the newer iPods is Helvetica anyway. If you can give me your fonts name i can maybe try to find an immitation font.
Last edited by cs2000; 02-11-2009 at 12:51 PM.
Reason: added more text
|
|
|
02-11-2009, 01:59 PM
|
#18
|
|
Newbie
Join Date: May 2005
Location: Netherlands
Posts: 3
|
great skin any change you can have a 800X600 version?
|
|
|
02-14-2009, 07:48 PM
|
#19
|
|
Low Bitrate
Join Date: Feb 2005
Location: ohio
Posts: 81
|
GREAT WORK!
I love it. is there radio/xm/sirius?
|
|
|
02-14-2009, 09:44 PM
|
#20
|
|
Raw Wave
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
|
Change the paths in skin.ini and the backgrounds will work.
|
|
|
03-18-2009, 12:51 PM
|
#21
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
i love the overall layout of this skin. Hope it gets finished.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
03-24-2009, 10:01 PM
|
#22
|
|
Newbie
Join Date: Jul 2005
Location: Erie, PA
Posts: 50
|
ok i'm trying to get the individual background screens to work and all I can get to work is the menu.skin and then the first one that is defined in ExecTBL.ini no other ones work.
here is the ExecTBL.ini
Code:
/,-----------------------------------------------------------Play List-----------------
"Playlist",AUDIO_LIST.SKIN
"ONSKINSTART","SETVAR;BACKGROUND;$playlist$"
/,Audio Browser
"AudioBrowser",audio_browser1.SKIN
"ONSKINSTART","SETVAR;BACKGROUND;$audiobrowser$"
here is the skin.ini
Code:
background=C:\Program Files\Road Runner\Skins\iphone\backimg\main.jpg
[background img path]
playlist=C:\Program Files\Road Runner\Skins\iphone\backimg\6.jpg
audioplayer=C:\Program Files\Road Runner\Skins\iphone\backimg\6,jpg
videoplayer=C:\Program Files\Road Runner\Skins\iphone\backimg\
videobrowser=C:\Program Files\Road Runner\Skins\iphone\backimg\8,jpg
dmb=C:\Program Files\Road Runner\Skins\iphone\backimg\
photo=C:\Program Files\Road Runner\Skins\iphone\backimg\
setting=C:\Program Files\Road Runner\Skins\iphone\backimg\
from what i've read i don't think onskinstart is right to use or any of that for that matter
i thought that maybe all i had to do was for each .skin file put the following code in
Code:
"SETVAR;BACKGROUND;C:\MYCAR.JPG"
but that did not seem to work
any help would be appreciated thank.
|
|
|
03-25-2009, 12:00 AM
|
#23
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
|
Quote: Originally Posted by rocksolidsr 
ok i'm trying to get the individual background screens to work and all I can get to work is the menu.skin and then the first one that is defined in ExecTBL.ini no other ones work.
here is the ExecTBL.ini
You have to set the background before the initial loading the skin. Won't work on any preloaded skins.
i.e. ExecTBL.ini
"Playlist","SETVAR;background;C:\Pic.jpg||LOAD;AUD IO_LIST.SKIN"
Furthermore, "ONSKINSTART" is only executed when the skin starts.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
03-25-2009, 08:15 AM
|
#24
|
|
Newbie
Join Date: Jul 2005
Location: Erie, PA
Posts: 50
|
so i tried what you said, but it only loads the menu.skin main background for all the .skin files, this is what i have now
ExecTBL.ini
Code:
"AudioBrowser","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\5.jpg||LOAD;audio_browser.SKIN"
"VideoBrowser","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\7.jpg||LOAD;video_browser.SKIN"
"Navi","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\8.jpg||LOAD;navi.SKIN"
"Weather","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\9.jpg||LOAD;weather.SKIN"
skin.ini
Code:
background=C:\Program Files\RideRunner\Skins\skin\backimg\main.jpg
|
|
|
03-25-2009, 10:50 AM
|
#25
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
|
Quote: Originally Posted by rocksolidsr 
so i tried what you said, but it only loads the menu.skin main background for all the .skin files, this is what i have now
ExecTBL.ini
Code:
"AudioBrowser","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\5.jpg||LOAD;audio_browser.SKIN"
"VideoBrowser","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\7.jpg||LOAD;video_browser.SKIN"
"Navi","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\8.jpg||LOAD;navi.SKIN"
"Weather","SETVAR;background;C:\Program Files\RideRunner\Skins\skin\backimg\9.jpg||LOAD;weather.SKIN"
skin.ini
Code:
background=C:\Program Files\RideRunner\Skins\skin\backimg\main.jpg
Hmmm...should be working. You're not preloading the skins on startup, right?
EDIT: Just looked at the skin. It looks like the skin author uses jpg's for some of the skin's layout. jpgs don't support transparency, which could explain why you're not seeing your selected background.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Last edited by Sal R.; 03-25-2009 at 11:07 AM.
|
|
|
03-25-2009, 11:54 AM
|
#26
|
|
Newbie
Join Date: Jul 2005
Location: Erie, PA
Posts: 50
|
hmm, i'm not preloading any screens and i don't think it is a jpg problem b/c the main menu.skin background is shown on the other .skin screens
|
|
|
03-25-2009, 12:50 PM
|
#27
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
|
Quote: Originally Posted by rocksolidsr 
hmm, i'm not preloading any screens and i don't think it is a jpg problem b/c the main menu.skin background is shown on the other .skin screens
menu.skin uses pngs. The images the author has used has tranparency available.
List of skins that doesn't use pngs:
audio_browser1.skin
audio_player.skin
dmb.skin
loader.skin
navi.skin
picviewer.skin
video_player.skin
Open the skins where the bg images are not being shown and check the screen image setting.
GL
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
|
|
|
03-25-2009, 01:12 PM
|
#28
|
|
Newbie
Join Date: Jul 2005
Location: Erie, PA
Posts: 50
|
sorry i forgot to mention that i changed some of the .skins and i also changed the .jpg's to .png's to include transparency
not sure what you mean by screen image setting
here is my menu.skin
Code:
RoadRunner Skin
RRScreen menu
menu_off.png,menu_off.png,menu_on.png,menu_on.png
B,0,0,40,40,"LOAD;upd8.skin",
I,47,1,38,38,"SHUFFLE"
I,95,1,38,38,"REPEAT"
I,139,1,38,38,"MUTE"
Y,"slider_vol\slider_*.png"
S,643,18,28,16,640,011,028,016,H,01,"slider_vol\pointer.gif",01,"MASTER",""
L,187,9,425,27,255,255,255,13,"Frutiger 57Cn:B","TRACKNAME","SCROLL-CENTER"
L,718,15,41,20,255,255,255,13,"Frutiger 45 Light:B","VOLUME","LEFT"
L,1,24,800,70,255,255,255,64,"comic","TIME","CENTER"
L,1,114,800,21,255,255,255,12,"comic","DATE","CENTER"
B,669,338,70,82,"EXIT",""
B,233,338,70,82,"VIDEO",""
B,496,338,70,82,"WEB",""
B,582,338,70,82,"RELOADSKIN",""
B,408,338,70,82,"LOAD;weather.skin",""
B,321,338,70,82,"LOAD;external_gps.skin",""
B,147,338,70,82,"LOAD;coverjuke.skin",""
B,99,425,70,55,"MUTE",""
B,695,426,70,55,"MIXER",""
B,623,426,70,55,"REPEAT",""
B,550,426,70,55,"SHUFFLE",""
B,464,426,70,55,"NEXT",""
B,353,424,90,55,"PLAY",""
B,259,425,70,55,"PREV2",""
B,171,425,70,55,"VOL+",""
B,27,425,70,55,"VOL-",""
B,61,338,70,82,"LOAD;audio_browser1.skin",""
END
here is audio_browser1.skin
Code:
RoadRunner Skin
RRScreen audio_browser1
audio_browser_off.png,audio_browser_off.png,audio_browser_on.png,audio_browser_on.png
B,638,376,36,28,"PGDOWN",
B,637,347,37,28,"DOWN",
B,638,55,33,28,"PGUP",
B,636,84,36,30,"UP",
B,685,53,102,55,"BACK",""
B,688,352,96,55,"DELETEFILE",""
B,686,175,101,55,"SELECT",""
B,685,108,102,64,"BROWSE",""
B,687,292,98,55,"SearchFiles||Load;osk.skin",""
B,687,234,99,55,"RENAMEFILE||Load;osk.skin",""
Y01,"slider_vol\slider_*.png"
Y02,"slider_play\slider_*.png"
S01,640,17,028,016,640,011,028,016,H,01,"slider_vol\pointer.gif",01,"MASTER",""
/, IL, LIST, SelImg, UnselImg, EndImg, LimitMode, Drag, MaxSpeed
IL,DL,transparent.bmp,sel.bmp,end.bmp,2,50,80
S,637,111,36,238,620,100,40,245,V,03,"list_pointer.png",35,"DLSLIDER",""
S,103,63,522,336,254,222,41,0,0,0,2,153,244,255,255,255,255,128,0,0,0,128,,12,"Myriad Pro Light:B"
/
L,180,6,436,27,255,255,255,13,"Frutiger 57Cn:B","TRACKNAME","SCROLL-CENTER"
L,718,14,41,20,255,255,255,13,"Frutiger 45 Light:B","VOLUME","LEFT"
I,43,1,38,38,"SHUFFLE"
I,91,1,38,38,"REPEAT"
I,135,2,38,38,"MUTE"
B,107,425,55,55,"MUTE",""
B,744,1,52,38,"EXIT",""
B,702,426,55,55,"MIXER",""
B,628,425,55,55,"REPEAT",""
B,557,425,55,55,"SHUFFLE",""
B,472,425,55,55,"NEXT",""
B,364,425,70,55,"PLAY",""
B,267,424,55,55,"PREV2",""
B,178,425,55,55,"VOL+",""
B,36,425,55,55,"VOL-",""
END
|
|
|
03-26-2009, 08:50 AM
|
#29
|
|
Newbie
Join Date: Jul 2005
Location: Erie, PA
Posts: 50
|
here is my debug.txt if that helps
Code:
3/26/2009 8:48:59 AM: Start -- Version: 2/2/2009
3/26/2009 8:48:59 AM: OS Type: XP
3/26/2009 8:48:59 AM: Master Vol: Play Control/4
3/26/2009 8:48:59 AM: Source: Wave=&H1008/1
3/26/2009 8:48:59 AM: Source: CD Player=&H1005/2
3/26/2009 8:48:59 AM: Source: Microphone=&H1003/3
3/26/2009 8:48:59 AM: Source: Auxiliary=&H100A/4
3/26/2009 8:48:59 AM: Source: Line-In=&H1002/5
3/26/2009 8:48:59 AM: Source: MIDI Synth=&H1004/6
3/26/2009 8:48:59 AM: Source: Digital-In=&H1001/7
3/26/2009 8:48:59 AM: Source: Wave=&H1008/8
3/26/2009 8:48:59 AM: GetLineControl Failed: 401
3/26/2009 8:48:59 AM: Can't Open Source
3/26/2009 8:48:59 AM: GetLineControl Failed: 401
3/26/2009 8:48:59 AM: No Mute for Source
3/26/2009 8:49:00 AM: No Phidgets interface detected.
3/26/2009 8:49:00 AM: Plugin Manager: loading Global Plugins...
3/26/2009 8:49:00 AM: Plugin Manager: Plugin Found: SkinTool plugin found but will be unable to create (most likely NOT registered)[skipped].
3/26/2009 8:49:00 AM: Plugin Manager: loading Global Plugins Completed.
3/26/2009 8:49:00 AM: LoadSkin: C:\Program Files\RideRunner\Skins\skin\
3/26/2009 8:49:00 AM: Plugin Manager: loading SkinDir Plugins...
3/26/2009 8:49:00 AM: Plugin Manager: loading SkinDir Plugins Completed.
3/26/2009 8:49:00 AM: CheckResume: ResumeMusic=0 WasRadio=0
3/26/2009 8:49:00 AM: Enter Exec: False, menu.skin, , False
3/26/2009 8:49:00 AM: Que Exec: True, menu.skin, "ONSKINSTART", False
3/26/2009 8:49:00 AM: Executing: ONSKINSTART
3/26/2009 8:49:00 AM: Leave Exec: False, menu.skin, ONSKINSTART, False
3/26/2009 8:49:01 AM: Enter Exec: False, menu.skin, "ONBTNPRESS||LOAD;audio_browser1.skin", False
3/26/2009 8:49:01 AM: Que Exec: True, menu.skin, "ONBTNPRESS||LOAD;audio_browser1.skin", False
3/26/2009 8:49:01 AM: Executing: ONBTNPRESS
3/26/2009 8:49:01 AM: Que Exec: True, menu.skin, "LOAD;audio_browser1.skin", False
3/26/2009 8:49:01 AM: Executing: LOAD;audio_browser1.skin
3/26/2009 8:49:01 AM: Que Exec: True, audio_browser1.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:01 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:01 AM: Leave Exec: False, audio_browser1.skin, ONSCREENCHANGE, False
3/26/2009 8:49:03 AM: Enter Exec: False, audio_browser1.skin, "ONBTNPRESS||EXIT", False
3/26/2009 8:49:03 AM: Que Exec: True, audio_browser1.skin, "ONBTNPRESS||EXIT", False
3/26/2009 8:49:03 AM: Executing: ONBTNPRESS
3/26/2009 8:49:03 AM: Que Exec: True, audio_browser1.skin, "EXIT", False
3/26/2009 8:49:03 AM: Executing: EXIT
3/26/2009 8:49:03 AM: Que Exec: True, menu.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:03 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:03 AM: Leave Exec: False, menu.skin, ONSCREENCHANGE, False
3/26/2009 8:49:04 AM: Enter Exec: False, menu.skin, "ONBTNPRESS||LOAD;video_browser.skin", False
3/26/2009 8:49:04 AM: Que Exec: True, menu.skin, "ONBTNPRESS||LOAD;video_browser.skin", False
3/26/2009 8:49:04 AM: Executing: ONBTNPRESS
3/26/2009 8:49:04 AM: Que Exec: True, menu.skin, "LOAD;video_browser.skin", False
3/26/2009 8:49:04 AM: Executing: LOAD;video_browser.skin
3/26/2009 8:49:04 AM: Que Exec: True, video_browser.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:04 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:04 AM: Que Exec: True, video_browser.skin, "ONSOURCECHANGE", False
3/26/2009 8:49:04 AM: Executing: ONSOURCECHANGE
3/26/2009 8:49:04 AM: Leave Exec: False, video_browser.skin, ONSOURCECHANGE, False
3/26/2009 8:49:05 AM: Enter Exec: False, video_browser.skin, "ONBTNPRESS||EXIT", False
3/26/2009 8:49:05 AM: Que Exec: True, video_browser.skin, "ONBTNPRESS||EXIT", False
3/26/2009 8:49:05 AM: Executing: ONBTNPRESS
3/26/2009 8:49:05 AM: Que Exec: True, video_browser.skin, "EXIT", False
3/26/2009 8:49:05 AM: Executing: EXIT
3/26/2009 8:49:05 AM: Que Exec: True, menu.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:05 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:05 AM: Leave Exec: False, menu.skin, ONSCREENCHANGE, False
3/26/2009 8:49:06 AM: Enter Exec: False, menu.skin, "ONBTNPRESS||LOAD;external_gps.skin", False
3/26/2009 8:49:06 AM: Que Exec: True, menu.skin, "ONBTNPRESS||LOAD;external_gps.skin", False
3/26/2009 8:49:06 AM: Executing: ONBTNPRESS
3/26/2009 8:49:06 AM: Que Exec: True, menu.skin, "LOAD;external_gps.skin", False
3/26/2009 8:49:06 AM: Executing: LOAD;external_gps.skin
3/26/2009 8:49:06 AM: Que Exec: True, external_gps.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:06 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:06 AM: Leave Exec: False, external_gps.skin, ONSCREENCHANGE, False
3/26/2009 8:49:08 AM: Enter Exec: False, external_gps.skin, "ONBTNPRESS||exit||CLOSEWINDOW;CWiG", False
3/26/2009 8:49:08 AM: Que Exec: True, external_gps.skin, "ONBTNPRESS||exit||CLOSEWINDOW;CWiG", False
3/26/2009 8:49:08 AM: Executing: ONBTNPRESS
3/26/2009 8:49:08 AM: Que Exec: True, external_gps.skin, "exit||CLOSEWINDOW;CWiG", False
3/26/2009 8:49:08 AM: Executing: exit
3/26/2009 8:49:08 AM: Que Exec: True, menu.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:08 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:08 AM: Que Exec: True, menu.skin, "CLOSEWINDOW;CWiG", False
3/26/2009 8:49:08 AM: Executing: CLOSEWINDOW;CWiG
3/26/2009 8:49:08 AM: Leave Exec: False, menu.skin, CLOSEWINDOW;CWiG, False
3/26/2009 8:49:09 AM: Enter Exec: False, menu.skin, "ONBTNPRESS||LOAD;weather.skin", False
3/26/2009 8:49:09 AM: Que Exec: True, menu.skin, "ONBTNPRESS||LOAD;weather.skin", False
3/26/2009 8:49:09 AM: Executing: ONBTNPRESS
3/26/2009 8:49:09 AM: Que Exec: True, menu.skin, "LOAD;weather.skin", False
3/26/2009 8:49:09 AM: Executing: LOAD;weather.skin
3/26/2009 8:49:10 AM: Enter Exec: True, weather.skin, , False
3/26/2009 8:49:10 AM: Que Exec: True, weather.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:10 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:10 AM: Leave Exec: False, weather.skin, ONSCREENCHANGE, False
3/26/2009 8:49:10 AM: Enter Exec: False, weather.skin, "ONBTNPRESS||MAIN", False
3/26/2009 8:49:10 AM: Que Exec: True, weather.skin, "ONBTNPRESS||MAIN", False
3/26/2009 8:49:10 AM: Executing: ONBTNPRESS
3/26/2009 8:49:10 AM: Que Exec: True, weather.skin, "MAIN", False
3/26/2009 8:49:10 AM: Executing: MAIN
3/26/2009 8:49:10 AM: Que Exec: True, menu.skin, "ONSCREENCHANGE", False
3/26/2009 8:49:10 AM: Executing: ONSCREENCHANGE
3/26/2009 8:49:10 AM: Leave Exec: False, menu.skin, ONSCREENCHANGE, False
3/26/2009 8:49:12 AM: Enter Exec: False, menu.skin, "ONBTNPRESS||EXIT", False
3/26/2009 8:49:12 AM: Que Exec: True, menu.skin, "ONBTNPRESS||EXIT", False
3/26/2009 8:49:12 AM: Executing: ONBTNPRESS
3/26/2009 8:49:12 AM: Que Exec: True, menu.skin, "EXIT", False
3/26/2009 8:49:12 AM: Executing: EXIT
3/26/2009 8:49:12 AM: Enter Exec: True, menu.skin, "ONEXIT", False
3/26/2009 8:49:12 AM: Queued: "ONEXIT"
3/26/2009 8:49:12 AM: Plugin Manager: ALL Plugins unloaded.
3/26/2009 8:49:12 AM: Shutdown
|
|
|
03-26-2009, 10:31 AM
|
#30
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
|
You need to change the button code in the skin that loads all the other skins w/ the commands you defined in ExecTbl.ini.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
|
|
|
|
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 03:24 PM.
| |