Sponsored links

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


Closed Thread
 
Share Thread Tools Display Modes
Old 12-15-2006, 05:02 PM   #856
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
Transparent Gauges

Quote: Originally Posted by afterdigital View Post
that color is spanking if i do say so!!!!!!

Well How About this?




I just spent the past 3 hours working in Flash... Did I mention that I HATE flash!!!!! I wanted to make the gauges transparent as well, so they would also take on the color of the skin. This way the gauges do not have to be altered in any way to "fit into the skin".


Here is a Red Version as well. Again, ALL that is changing here is the Background color.
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread

Last edited by JohnWPB; 12-15-2006 at 09:07 PM.
JohnWPB is offline  
Advertisement
 
Advertisement
Sponsored links

Old 12-15-2006, 05:07 PM   #857
Constant Bitrate
 
DeadlyAP1's Avatar
 
Join Date: Aug 2005
Location: MA
Posts: 207
DeadlyAP1 is on a distinguished road
Oh that digital copper is outstanding. I hope that gets released!
DeadlyAP1 is offline  
Old 12-15-2006, 09:26 PM   #858
Constant Bitrate
 
jeffreyd_tx's Avatar
 
Join Date: Sep 2006
Location: Austin, TX
Posts: 200
jeffreyd_tx is an unknown quantity at this point
Quote: Originally Posted by afterdigital View Post
that color is spanking if i do say so!!!!!!

I am using the exact base color in my car with what I think is the exact gradient layer effect and I am not diggin it. It looks so much different on my laptop than on my 7" lilliput. hmm. I am tending towards the coper in my car but I think it needs to be a few shades brighter.
jeffreyd_tx is offline  
Old 12-15-2006, 09:27 PM   #859
Constant Bitrate
 
jeffreyd_tx's Avatar
 
Join Date: Sep 2006
Location: Austin, TX
Posts: 200
jeffreyd_tx is an unknown quantity at this point
Quote: Originally Posted by JohnWPB View Post
Did I mention that I HATE flash!!!!!

Is this why you haven't answer my PM regarding the flash compass?
jeffreyd_tx is offline  
Old 12-15-2006, 09:49 PM   #860
Newbie
 
Join Date: Aug 2006
Posts: 22
duglas is an unknown quantity at this point
[QUOTE=JohnWPB;979198]Make sure under GPS Window name you have: "iGuidance" (Without the quotes). Multiple instances of a program are usually related to that setting.


HOLLLLLLYYY CRAP!!!!

that fixed it.. I did not know that field was for anything other than my info, I had IGUID there... I changed it to iGuidance and it is working perfectly..

thanks
__________________
2001 Audi S4 Avant
Mac Mini-7" in dash, 8" in Headrest,
RR/Blue Devil
duglas is offline  
Old 12-15-2006, 09:57 PM   #861
Constant Bitrate
 
Join Date: Nov 2005
Posts: 164
jmciver is on a distinguished road
GPS Observation......

I noticed that your LAT/LON display does not diplay N/S for Lattitude or E/W for Longitude. I don't know how easy it would be to do this, but for Lat, if the number is positive, it is North, negative it is South. For longitude, positive is East and negative is West. I am the Navigator on a 688 class submarine so I notice things like that.....
jmciver is offline  
Old 12-15-2006, 10:34 PM   #862
Constant Bitrate
 
Join Date: Sep 2006
Location: Sabattus, ME
Posts: 222
SangreDeThor is an unknown quantity at this point
well its good that you did, cuz we sure wouldnt have
__________________
CarPuter: 900Mhz P3 with 256 MB Mem, 160 Gig HD (Thanks kbreeden), Iguidance 3.0 GPS, Logitech PS2 keyboard, Bluetooth, WIFI.
Powered By Road Runner & DigitalFX Skin and Playlist Conveter
SangreDeThor is offline  
Old 12-15-2006, 11:00 PM   #863
Newbie
 
Lucky13ESP's Avatar
 
Join Date: Feb 2006
Posts: 39
Lucky13ESP is on a distinguished road
BUG Restart Song

I searched the thread and I didn't see any mention of this. On the player screen, the "Restart Song" button appears to be linked to loop play. Not a big deal but I thought you might like to know.
Lucky13ESP is offline  
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 12-16-2006, 07:41 AM   #864
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
Q & A Time

Quote: Originally Posted by jeffreyd_tx View Post
I am using the exact base color in my car with what I think is the exact gradient layer effect and I am not diggin it. It looks so much different on my laptop than on my 7" lilliput. hmm. I am tending towards the coper in my car but I think it needs to be a few shades brighter.


Is this why you haven't answer my PM regarding the flash compass?


Thats the great thing about the transparency, you can cahnge the color/shade to anything. Its also possible to alter the layer properties on the buttons and change theirtransparency, bevel ect, and just apply it to the other buttons in batch.

Dude! I completely got side tracked and forgot, PM answered.

Quote: Originally Posted by duglas View Post
HOLLLLLLYYY CRAP!!!!

that fixed it.. I did not know that field was for anything other than my info, I had IGUID there... I changed it to iGuidance and it is working perfectly..

thanks

Hehehe I had a feeling thats what it was. That setting tells RR what window to look for and to "snag" to embed it. It also is used by RR to "know" if the program is running already by looking to see if that window/program exists before it runs it.

Quote: Originally Posted by jmciver View Post
I noticed that your LAT/LON display does not diplay N/S for Lattitude or E/W for Longitude. I don't know how easy it would be to do this, but for Lat, if the number is positive, it is North, negative it is South. For longitude, positive is East and negative is West. I am the Navigator on a 688 class submarine so I notice things like that.....

I am just using the standard RR labels, and do not know of a way right now to display the N/S. I could easily do this in VB:

If left(GPSLat,1) = "-" then MyLat = "South" else MyLat = "North"

It could be done with an external plugin, but that would just be more overhead. I will have a look at RR's source code, it MAY be easy to add that in there.

Personally I have always wanted to make an Artificial Horizon indicator as well as turn and bank indicator, being a pilot myself. It would mimic the readings by how fast the degrees in the compass are changing, or how fast the altitude was changing, say when going up a hill ect. I just wish I knew enough about flash to pull it off!

Quote: Originally Posted by Lucky13ESP View Post
I searched the thread and I didn't see any mention of this. On the player screen, the "Restart Song" button appears to be linked to loop play. Not a big deal but I thought you might like to know.

Hmmm I will look into it and see whats up. Thanks for letting me know.

EDIT: Sure enough, I had the wrong code on the button. All fixed, and will be in the next release.




.
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread

Last edited by JohnWPB; 12-16-2006 at 07:47 AM.
JohnWPB is offline  
Old 12-16-2006, 10:59 AM   #865
Constant Bitrate
 
Join Date: Nov 2005
Posts: 164
jmciver is on a distinguished road
Quote: Originally Posted by JohnWPB View Post
I am just using the standard RR labels, and do not know of a way right now to display the N/S. I could easily do this in VB:

If left(GPSLat,1) = "-" then MyLat = "South" else MyLat = "North"

It could be done with an external plugin, but that would just be more overhead. I will have a look at RR's source code, it MAY be easy to add that in there.

Personally I have always wanted to make an Artificial Horizon indicator as well as turn and bank indicator, being a pilot myself. It would mimic the readings by how fast the degrees in the compass are changing, or how fast the altitude was changing, say when going up a hill ect. I just wish I knew enough about flash to pull it off!

If you ever get to this, I would recommend just using the first letter (i.e. "N" instead of "North") so it doesn't take too much space on the skin, etc. This is just one of those "finishing touches" type of tweeks for a skin that is already one of the best out there now IMO. Keep up the good work!!

On another note, I finally got the CPU usage under control to the point where I can actually enjoy this skin while driving the car. I may be able to keep the clock after all. Now if I can just get the music and CD Rip to work properly (I still haven't figured out how to play CDs or music files from inside RR yet but I am getting there )

A question on the DVD player, will your skin embedd PowerDVD or only the internal DVD player that comes with RR? The internal DVD player does not play smoothly, PowerDVD plays perfectly (are there some tweeks that I am missing?)
jmciver is offline  
Old 12-16-2006, 04:59 PM   #866
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
Quote: Originally Posted by jmciver View Post
If you ever get to this, I would recommend just using the first letter (i.e. "N" instead of "North") so it doesn't take too much space on the skin, etc. This is just one of those "finishing touches" type of tweeks for a skin that is already one of the best out there now IMO. Keep up the good work!!

On another note, I finally got the CPU usage under control to the point where I can actually enjoy this skin while driving the car. I may be able to keep the clock after all. Now if I can just get the music and CD Rip to work properly (I still haven't figured out how to play CDs or music files from inside RR yet but I am getting there )

A question on the DVD player, will your skin embedd PowerDVD or only the internal DVD player that comes with RR? The internal DVD player does not play smoothly, PowerDVD plays perfectly (are there some tweeks that I am missing?)

Yea, I had intended to do that, just replace the "N" or "S" at the beginning/end of the coordinates. I looked at the RR code, and it is just a bit above my head. I am gonna contact someone that I know is a lot more familiar with the RR code, no guarantees, but it is a good idea and as you mentioned, finishing touch. This may not even be possible, as the Lat & Lon are "Live" and when I change it in the RR code, it is doing it just once at initialization. This may be something in the OCX, or something directly from the virtual serial port that is being read from the raw data. If this is the case, then it would be a lot of CPU overhead to check that on EVERY single change of Lat & Lon.

As for the CD, Thats is actually an EASY one, Check out THIS THREAD and follow the instructions in post #11, and read a few more posts down from there for trouble shooting purposes ect.

As for the DVD, I personally have never used it . I have encoded a lot of my DVD's into XVid format and have em strored on the hard drive for playback. Maybe someone that is using PowerDVD can chime in with some help here.
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread

Last edited by JohnWPB; 12-16-2006 at 05:03 PM.
JohnWPB is offline  
Old 12-16-2006, 05:47 PM   #867
FLAC
 
Join Date: Jun 2002
Location: Virginia
Posts: 1,432
kbreeden
Quote:
As for the DVD, I personally have never used it . I have encoded a lot of my DVD's into XVid format and have em strored on the hard drive for playback.

Yeah, that's definitely the way to go - no more lugging DVDs around or having to switch them out when you want to play a new movie. It takes a while to do the encoding, but once done it really is nice. Oh, and you need to make sure you have a big hard drive.
kbreeden is offline  
Old 12-16-2006, 08:12 PM   #868
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
Video Compression and new skin nears completion

Quote: Originally Posted by kbreeden View Post
Yeah, that's definitely the way to go - no more lugging DVDs around or having to switch them out when you want to play a new movie. It takes a while to do the encoding, but once done it really is nice. Oh, and you need to make sure you have a big hard drive.

I do have a pretty big HD in the CarPC, a 300 Gigger. BUT When you encode the movies in in Xvid, I can fit around 300 movies on the drive (With room left for he OS software, my 17,000 MP3's ect ect) The reason being is I convert the movies 320 x 240 and it works out to around 600-700 Megs per movie. This would not work for a normal monitor and look very good, but on a 7" touch screen they look perfect. In fact they don't look THAT bad on my 26" monitor on the desktop, some artifacts and such, but its not that bad considering the small size of the file.

On another note, the skin is getting pretty close! I just have the Phoco and Map Point skins to do, around 15 skins just for those 2 Apps! The rest are done! I will be releasing a Blue one that is similar to the Blue Devil skin to start, followed by the "Digital Copper" that everyone seems to like so much From there Prob a red and a black version.

I have done the best that I can to keep all the buttons in the same location on almost all of the screens. There are only a few exceptions when other buttons need to replace the standard buttons at the bottom. Even then if there is a volume control on that skin, it will be in the same place as all the other skins.

This new skin is going to replace the Blue Devil skin. The new skin will have ALL of the functionality and then some. There are a lot of updates and the like that have been done along the way creating the new skin.

I am trying to figure the best way to package it. I was thinking on having the skin file's and support files one download, and another download for the color of choice with just the images. I have also thought to release the blue one as a complete package, with the option to download additional "image packs". Still trying to figure the best way to do it

I say it should only be another week or so till the first color is released. During the process of creating the new images, quite a few buttons have been moved, and so I have to go through ALL of the skin files and make sure everything is in the right place. I learned this the hard way today! I tested the menu skin, and hit the exit button and then the "Exit" button to close Road Runner. Well I had moved the buttons around a bit. When I hit exit, it actually shut down my computer! I lost 2 skin images with some changes to them that I had open, and was in the process of editing
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread

Last edited by JohnWPB; 12-16-2006 at 08:16 PM.
JohnWPB is offline  
Old 12-16-2006, 08:22 PM   #869
Low Bitrate
 
Join Date: Sep 2006
Location: Phoenix Az
Posts: 69
lifestyle is an unknown quantity at this point
Man, great news, I can't wait to use it, i'm almost done with my pc, when do you plan to release it? should i wait for the new one? if it's gonna take longer i think i'm gonna go with the old one, anyway awesome work!! BRAVO!
lifestyle is offline  
Old 12-16-2006, 10:12 PM   #870
Constant Bitrate
 
Join Date: Nov 2005
Posts: 164
jmciver is on a distinguished road
OSK Question.......

Today I tried using the OSK to enter a website address when in IE but it did not work. All it did was type the first letter. But when I use the OSK in a text field in a website, the text shows up as expected. Is there some setting I am missing?

Oh and BTW, go take a look ate the finished projects section. I just posted something you may recognize
jmciver is offline  
Advertisement
 
Advertisement
Sponsored links

Closed Thread

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 On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open Source Skin Editor for RR lbooker Road Runner 66 04-16-2007 02:51 AM
Can you tell I was bored today: Take a look. Sweet05 RR Skins 47 08-17-2006 04:25 AM
new skin 'Blue' CdRsKuLL RR Skins 19 09-25-2005 06:48 PM
Cool Blue skin Rireal ME Archive 11 01-31-2004 07:53 PM
Nissan Blue skin final SpeersSV ME Archive 6 01-06-2004 07:00 PM



All times are GMT -5. The time now is 09:56 AM.


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