The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Skins

Reply
 
LinkBack Thread Tools Display Modes
Old 09-26-2007, 05:27 PM   #121
Constant Bitrate
 
will_santana's Avatar
 
Join Date: Mar 2007
Location: Rio de Janeiro/Brasil
Posts: 186
wow!!!

it's gettin' hot in here
lot's of new things just out of the oven!

gotta try shock v5 as soon as it's released

[]s
__________________
Tigra Clube Brasil
will_santana is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-26-2007, 08:31 PM   #122
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,603
Seems sometimes when i start really getting into the code I find it hard to stop!

I called it quits today for a few hours to study for my MS server midterm and I ACED th test! Got me all excited so Im hackin away at the code again.

Few changes I had to do to have global button function settings. now the mp3 and vid buttons work a little bit different, click for player, hold for browser, from any menu! same for nav, its click for nav, hold for full screen. Its nice because now I can just jump to a browser of full screen nav from any menu.

Heres a screen that you guys running / loving CFX will like, the GE Drover font
Attached Images
 
__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us
blk02si is offline   Reply With Quote
Old 09-26-2007, 08:32 PM   #123
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,603
Also, maybe I can get some feedback on this, here is what the settings.txt file has evolved into. Just wondering if you guys would be able to decipher what does what or if it needs more comments and/or clearer define's

Code:
/global skin settings /DEFINE FONT "GE Drover bold italic" /DEFINE TOPBAR_SIZE 30 /DEFINE TOPBAR_RED 0 /DEFINE TOPBAR_GREEN 255 /DEFINE TOPBAR_BLUE 0 /DEFINE MAIN_RED 255 /DEFINE MAIN_GREEN 255 /DEFINE MAIN_BLUE 255 /DEFINE LIST_SIZE 16 /DEFINE BUTTON_LABEL 14 ///MENU1 TOP BAR LABEL AND FUNCTION/// /DEFINE BUTTON1 "=SET" /DEFINE BUTTON2 "=APP" /DEFINE BUTTON3 "=VID" /DEFINE BUTTON4 "=NAV" /DEFINE BUTTON5 "=XM" /DEFINE BUTTON6 "=FM" /DEFINE BUTTON7 "=MP3" /DEFINE B1_FUNCTION "SKIN" /DEFINE B2_FUNCTION "LAUNCH" /DEFINE B3_FUNCTION "VIDEO",@VIDEO||LOAD;video_browser.skin@ /DEFINE B4_FUNCTION "GPS",@LOAD;gps_full.skin;iGuidance;C:\Program Files\iNav\iGuidance\iGuidanceUMPC.exe;iGuidance@ /DEFINE B5_FUNCTION "LOAD;SAT.SKIN" /DEFINE B6_FUNCTION "RADIO" /DEFINE B7_FUNCTION "AUDIO",@LIST@ /DEFINE FS_GPS_SPLIT "LOAD;audio_gps.skin;iGuidance;C:\Program Files\iNav\iGuidance\iGuidanceUMPC.exe;iGuidance" ///MENU2 TOP BAR LABEL AND FUNCTION/// /DEFINE BUTTON8 "=N/A" /DEFINE BUTTON9 "=INFO" /DEFINE BUTTON10 "=OBD" /DEFINE BUTTON11 "=WEB" /DEFINE BUTTON12 "=WTR" /DEFINE BUTTON13 "=PLS" /DEFINE BUTTON14 "=N/A" /DEFINE B8_FUNCTION "" /DEFINE B9_FUNCTION "LOAD;INFO.SKIN" /DEFINE B10_FUNCTION "LOAD;OBD2.SKIN" /DEFINE B11_FUNCTION "WEB" /DEFINE B12_FUNCTION "LOAD;WEATHER.SKIN" /DEFINE B13_FUNCTION "LOAD;PLS.SKIN" /DEFINE B14_FUNCTION ""

__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us
blk02si is offline   Reply With Quote
Old 09-26-2007, 09:57 PM   #124
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,448
I am doing the same thing right now with my OMEGA skin. One skin layout, the buttons on the same place and you can name them what you want and it will execute this command......
But it is so much freaking work. I don't now if I have the time to finish it.
MGD is online now   Reply With Quote
Old 09-27-2007, 12:24 AM   #125
Variable Bitrate
 
crooper's Avatar
 
Join Date: Nov 2006
Posts: 418
I created this font a while back because GE Drover just didn't do it for me. I loaded Handel Gothic BT into a font editing program and created an italic version, which I aptly named "HandelGothic BT Italic". Thought maybe you guys might be interested. In the skin file you call it out as "Handel Gothic BT Italic".

I haven't done anything with my skin lately, too busy working. My kids told me they like the "bouncing lights" on my "new screen thingy" though, which was cool.
Attached Images
 
Attached Files
File Type: zip HandelGothic BT Italic.zip (16.8 KB, 3 views)
crooper is offline   Reply With Quote
Old 09-28-2007, 05:05 PM   #126
FLAC
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,352
Bug?

OSK's shift key don't work.. (Shock V4)
treetop777 is offline   Reply With Quote
Old 09-29-2007, 10:39 AM   #127
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,603
You are right treetop, I never actually used the shift key but I just tested it and it doesn't work. I will have this fixed in v5 along with a few more OSK tweaks, The OSK really needs the equal sign for editing rr.ini
__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us
blk02si is offline   Reply With Quote
Old 09-30-2007, 01:36 AM   #128
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,603
I've been hacking at the OSK for a few hours now and got nowhere. I've looked at the code for many other boards and my code is the same but the shift and caps buttons I just cannot get to work. Anyway I ended up making a 800x480 version of digitalFX's OSK and am using that untill I can figure out why the shift and caps buttons refuse to work. Anyway if anyone has an idea why this
Code:
K,1,344,79,66,005,046,046,"SHIFT"

will not work for my shift button please advise.
__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us
blk02si is offline   Reply With Quote
Old 09-30-2007, 02:59 AM   #129
tja
Variable Bitrate
 
Join Date: Aug 2005
Location: sydney, australia
Posts: 434
my osk has ascii code 058 for shift... and 020 for caps/shiftlock

i have no idea if it is different to other peoples.. it's just what I have and it works for me!
__________________
2005 Nissan Xtrail
DFI 855GME-MGF - Celeron M 1.4GHz - 256Mb RAM - 200Gb SATA HDD - OPUS 150w - Xenarc 700TSV

worklog

Last edited by tja; 09-30-2007 at 03:02 AM.
tja is offline   Reply With Quote
Old 09-30-2007, 10:35 AM   #130
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,603
Thanks Tja, I am going to give another stab at the osk today.

I also finished a lot more coding last night and this morning. I tweaked all the labels so different font don't get clipped at all and you can run a large size on the top bar. I am also implementing directory list selected item to match the global color setting for the the top bar.

The doc's for version 5 were also begun so I can get the best version to date into the hands of the community

Also looking for some fresh wallpapers for v5
Attached Images
 
__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us

Last edited by blk02si; 09-30-2007 at 11:07 AM.
blk02si is offline   Reply With Quote
Old 10-01-2007, 09:16 PM   #131
FLAC
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,352
Here are some backgrounds, nothing fancy. The plain ones look good with the Ford logo from V1 on the main menu. The only bad thing is that they are watermarked - I just ignore it!

Last edited by treetop777; 10-29-2007 at 04:26 PM.
treetop777 is offline   Reply With Quote
Old 10-02-2007, 06:39 PM   #132
Constant Bitrate
 
C4DAO's Avatar
 
Join Date: Apr 2007
Location: Cardiff
Posts: 125
@ crooper

I just got round to installing the latest RR release (30/09/07) and it seems to 'break' Album Art within your skin - Album art is correctly displayed in the Audio page (I'm running the larger icons as discussed earlier in this thread), but when an Album is selected the cover Album usually found on the right of the playlist has vanished. It was confirmed working before the RR update.

I assume the updating of RR has caused this, but not sure how as Album art is still displayed ok in the Album page.

I hope this is clear...if required I can post screenshots.

I've also noticed - when I click on GPS RR loads D6 fine (I'm using D6 as setup from the "How to Run D6" thread, but clicking on GPS again takes me to another screen with a load of buttons and a blue background..it looks like possibly an Iguidance skin? Didn't notice this before so not sure if the new RR had any effect on this?
C4DAO is offline   Reply With Quote
Old 10-02-2007, 09:46 PM   #133
Variable Bitrate
 
crooper's Avatar
 
Join Date: Nov 2006
Posts: 418
I don't know about the Album Art issue, I haven't upgraded yet.

As for the GPS skin, that's intentional. It's a customized Streets & Trips screen that someone else made and I like. For good IGuidance skins you can look around and have it use them instead.

I've made a couple mods to my skin lately, nothing spectacular. Just fonts and stuff. I might post it eventually, I dunno. I've been doing other things.
crooper is offline   Reply With Quote
Old 10-03-2007, 07:44 AM   #134
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,603
Quote: Originally Posted by C4DAO View Post

I just got round to installing the latest RR release (30/09/07) and it seems to 'break' Album Art

I think you just forgot showicons=true in RR.ini again.

That or you did not define what album art is in the new rrconfig. Enter *.jpg in the album art field of the config to use any jpeg in a music directory folder.

Also just wanted to keep the thread updated that the newest code (shock v5) will be available in approx 1 week. Just need to finish the read_me and get her up on the net.
__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us

Last edited by blk02si; 10-03-2007 at 07:58 AM.
blk02si is offline   Reply With Quote
Old 10-03-2007, 10:10 AM   #135
Constant Bitrate
 
C4DAO's Avatar
 
Join Date: Apr 2007
Location: Cardiff
Posts: 125
Quote:
I think you just forgot showicons=true in RR.ini again.

That or you did not define what album art is in the new rrconfig. Enter *.jpg in the album art field of the config to use any jpeg in a music directory folder.

Checked and they are ok. I didn't think it would be this as the Album art is displayed correctly here:



But when I go into the Album and loads the music tracks the album art found on the right side of the screen no longer appears?:

C4DAO is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Age ... RELEASED ... Transparent ThunderStick RR Skins 21 09-24-2007 11:10 AM
Shock Skin v3.0 Transparent Released (fast, GDI) blk02si RR Skins 145 09-09-2007 10:38 PM
Shock Skin - v1.0 & v2.0 blk02si RR Skins 74 07-28-2007 08:59 AM
Hard drive shock / vibration thoughts S11D336B General Hardware Discussion 60 09-26-2006 11:40 PM
New Skin - Spaced_Out for FrodoPlayer 1.08 WeeZyFellA FrodoPlayer 24 10-17-2004 09:50 PM


All times are GMT -5. The time now is 09:29 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics