Sponsored links

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


Reply
Share Thread Tools Display Modes
Old 08-07-2009, 09:53 PM   #3796
Newbie
 
Join Date: Aug 2009
Posts: 12
jboat is an unknown quantity at this point
Thank You, didn't think to look outside of RR forum.
jboat is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-07-2009, 11:40 PM   #3797
Constant Bitrate
 
utd09bry's Avatar
 
Join Date: Sep 2007
Location: Dallas,TX
Posts: 179
utd09bry is an unknown quantity at this point
Quote: Originally Posted by jboat View Post
Thank You, didn't think to look outside of RR forum.

Actually, I'm sorry. That link I posted was really a sub-topic of a different frontend.

Check out this one for clocks: http://www.mp3car.com/vbulletin/road...gos-tissy.html

And this one for flash logos: http://www.mp3car.com/vbulletin/road...any-users.html


deleted old post
utd09bry is offline   Reply With Quote
Old 08-11-2009, 04:46 AM   #3798
Newbie
 
KARIM1's Avatar
 
Join Date: Aug 2009
Posts: 5
KARIM1 is an unknown quantity at this point
Hi there , new to this first build n what not, im experiancing a strange problem , iv installed digitalfx4.0 (not any previus) now when i change my digitalfx settings to change the center of the menu to the mercedes badge or ny other static picture rr crashed, iv read through all the posts and only see a if its crashing changing to a 3d logo well 3d logos seem to work fine for me its just the static ones that crash rr iv updated to the latest flash just incase but as i said the 3d logos work fine O_o any help is well appreciated
KARIM1 is offline   Reply With Quote
Old 08-11-2009, 11:35 AM   #3799
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Quote: Originally Posted by KARIM1 View Post
Hi there , new to this first build n what not, im experiancing a strange problem , iv installed digitalfx4.0 (not any previus) now when i change my digitalfx settings to change the center of the menu to the mercedes badge or ny other static picture rr crashed, iv read through all the posts and only see a if its crashing changing to a 3d logo well 3d logos seem to work fine for me its just the static ones that crash rr iv updated to the latest flash just incase but as i said the 3d logos work fine O_o any help is well appreciated

By what means did you update flash?
__________________
****************************************
Intel D945GCLF2 Dual Core ATOM
Lilliput 7" 629GL 2008 LED Backlight
BU-353 USB GPS Receiver / iGuidance / IGO8 / Garmin
M2-ATX Power Supply
RideRunner Front End / Various Skins
Windows XP SP3
treetop777 is offline   Reply With Quote
Old 08-11-2009, 12:55 PM   #3800
Newbie
 
KARIM1's Avatar
 
Join Date: Aug 2009
Posts: 5
KARIM1 is an unknown quantity at this point
sry all is well , i ended up working out i was tyin to put the picture on the flash theme :/ changed it to static picture theme an all is well

thanks for the quick reply
KARIM1 is offline   Reply With Quote
Old 08-12-2009, 11:07 PM   #3801
Constant Bitrate
 
Join Date: Jul 2007
Location: Buena Park, So Cali
Posts: 193
drewbp is an unknown quantity at this point
So I remembered a while ago someone asked about making the play button display when paused or stopped. Well I finally had a minute to use the suggested solutions, and thought I would post the results. It is done with a font, so it takes the skin color and needs no art work changes.

Drew is the name of the font included. Unzip the file and place the font in C:/Windows/Fonts.

It is right justified in the label so the Y becomes the play, the E becomes pause, and the P becomes the stop. Obviously you may need to adjust the alignment on your play button.

This line needs to replace the red line below in the bottombuttons.txt in the skin folder.

L4,334,539,45,65,#DFX1R#,#DFX1G#,#DFX1B#,23,"Drew" ,"Status","Right"

INC,DFX_Font_Color.txt
L,314,511,71,67,#DFX1R#,#DFX1G#,#DFX1B#,55,"DFXFon t1","=2","CENTER" Replace this line here.
L,628,531,71,67,#DFX1R#,#DFX1G#,#DFX1B#,29,"Arial Black","=+","CENTER"
L,526,516,71,67,#DFX1R#,#DFX1G#,#DFX1B#,40,"Arial Black","=-","CENTER"
L,712,502,71,67,#DFX1R#,#DFX1G#,#DFX1B#,65,"DFXFon t1","=4","CENTER"
L,599,504,71,67,#DFX1R#,#DFX1G#,#DFX1B#,65,"DFXFon t1","=4","CENTER"
L,509,502,57,67,#DFX1R#,#DFX1G#,#DFX1B#,65,"DFXFon t1","=4","CENTER"
L,412,498,71,67,#DFX1R#,#DFX1G#,#DFX1B#,71,"DFXFon t1","=3","CENTER"
L,213,508,71,67,#DFX1R#,#DFX1G#,#DFX1B#,60,"DFXFon t1","=1","CENTER"
L,8,542,83,36,#DFX1R#,#DFX1G#,#DFX1B#,24,"Larabief ont:B","=MENU","CENTER"
L,114,507,71,65,#DFX1R#,#DFX1G#,#DFX1B#,60,"DFXFon t1","=0","CENTER"

See post below for font file. Revised to show Play when paused or stopped, and Pause while playing. Function rather than status.

Last edited by drewbp; 08-13-2009 at 03:27 AM.
drewbp is offline   Reply With Quote
Old 08-13-2009, 02:48 AM   #3802
The Last Good Gremlin
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,933
GizmoQ has a spectacular aura aboutGizmoQ has a spectacular aura about
Quote: Originally Posted by drewbp View Post
So I remembered a while ago someone asked about making the play button display when paused or stopped. Well I finally had a minute to use the suggested solutions, and thought I would post the results. It is done with a font, so it takes the skin color and needs no art work changes.

Drew is the name of the font included. Unzip the file and place the font in C:/Windows/Fonts.

It is right justified in the label so the Y becomes the play, the E becomes pause, and the P becomes the stop. Obviously you may need to adjust the alignment on your play button.

Ergonomically speaking, buttons should not be represent current status, but current function.
I.e., as has been noted in other skins, when there's nothing playing the symbol should be the play triangle; when music is playing the button should be the stop/pause symbol. Status symbols can be presented any number of ways (I have mine on the progress bar on my main skin and as the button's subtext below the function symbol on another), but for the novice or infrequent user (like my GF) a button that shows status and not function is meaningless.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327

Last edited by GizmoQ; 08-13-2009 at 02:59 AM.
GizmoQ is offline   Reply With Quote
Old 08-13-2009, 03:24 AM   #3803
Constant Bitrate
 
Join Date: Jul 2007
Location: Buena Park, So Cali
Posts: 193
drewbp is an unknown quantity at this point
Quote: Originally Posted by GizmoQ View Post
Ergonomically speaking, buttons should not be represent current status, but current function.
I.e., as has been noted in other skins, when there's nothing playing the symbol should be the play triangle; when music is playing the button should be the stop/pause symbol. Status symbols can be presented any number of ways (I have mine on the progress bar on my main skin and as the button's subtext below the function symbol on another), but for the novice or infrequent user (like my GF) a button that shows status and not function is meaningless.

Point taken. Now revised to show Play button when Paused or Stopped and Pause button when Playing. Still works off status, but shows function rather than status.
Attached Files
File Type: zip Drew Font.zip (996 Bytes, 29 views)
drewbp is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-13-2009, 07:43 AM   #3804
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 drewbp View Post
So I remembered a while ago someone asked about making the play button display when paused or stopped. Well I finally had a minute to use the suggested solutions, and thought I would post the results. It is done with a font, so it takes the skin color and needs no art work changes.

Drew... That is ingenious! Now that's thinking outside the box! I hope you do not mind if I include this in the next DFX release, with full credit of course! It is just one of those little things that I wanted, and never took the time to work it out with so much other stuff to work on

Great job!
__________________
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
JohnWPB is offline   Reply With Quote
Old 08-13-2009, 09:39 PM   #3805
Constant Bitrate
 
Join Date: Jul 2007
Location: Buena Park, So Cali
Posts: 193
drewbp is an unknown quantity at this point
Quote: Originally Posted by JohnWPB View Post
Drew... That is ingenious! Now that's thinking outside the box! I hope you do not mind if I include this in the next DFX release, with full credit of course! It is just one of those little things that I wanted, and never took the time to work it out with so much other stuff to work on

Great job!

No Problem. I would love for you to include it. I actually tried to add the symbols to your DFX font, but the editor I was using gave me errors when I tried to open it. Let me know if there is anything else that I can help with. I actually have mixed feelings about your next release of DFX because I have spent so much time customizing the skin for my own use, and can't remember them all. I look forward to all the new features though also.

Last edited by drewbp; 08-13-2009 at 09:49 PM.
drewbp is offline   Reply With Quote
Old 08-13-2009, 09:48 PM   #3806
FLAC
 
Join Date: Nov 2007
Posts: 920
Dougw133 is an unknown quantity at this point
Quote: Originally Posted by JohnWPB View Post
Drew... That is ingenious! Now that's thinking outside the box! I hope you do not mind if I include this in the next DFX release, with full credit of course! It is just one of those little things that I wanted, and never took the time to work it out with so much other stuff to work on

Great job!

Well that answers my question...Simple but AWESOME! Thanks Drew
Dougw133 is offline   Reply With Quote
Old 08-13-2009, 10:03 PM   #3807
Constant Bitrate
 
Join Date: Jul 2007
Location: Buena Park, So Cali
Posts: 193
drewbp is an unknown quantity at this point
Quote: Originally Posted by Dougw133 View Post
Well that answers my question...Simple but AWESOME! Thanks Drew


I do have to give credit to Machinehead for the original question all the way back in March, and to Enforcer, for the suggestion of using a custom font.
drewbp is offline   Reply With Quote
Old 08-14-2009, 03:41 AM   #3808
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
Good thing ya didnt add it to the existing dfx font, as there is a new one with some changes and adding up and down arrows, Divided by symbol instead of "/" for the calculator, as well as a fixed width set up numbers in it.

When it's time to upgrade, I suggest leaving your existing skin in place and installing the new one. They will not interfere with each other, just the buttons will be in different locations, as they are stored in the skin.ini that will be in both skins folders.
__________________
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
JohnWPB is offline   Reply With Quote
Old 08-16-2009, 04:31 PM   #3809
Constant Bitrate
 
Join Date: Jul 2007
Location: Buena Park, So Cali
Posts: 193
drewbp is an unknown quantity at this point
Okay. I need some help getting the lower half of the wireless screen to populate. I have tried all the suggestions on the DFX forum here. I thought that there was a way to get the wifi.ini to automatically populate the device info and name, but I can never seem to get that to work. Also when I put the info in manually, it does not work either. I have removed all wireless software from the manufacturer (Dell) and am only using the driver.
__________________
HARDWARE: Dell 8600 w/WiFi and dock, internal 80G HD, internal 320G HD, Verizon Wireless Card, BU353 GPS w/iGuidance, OBDPros w/DashCommand, Always the latest version of RR with DFX Skin

Last edited by drewbp; 08-16-2009 at 06:50 PM.
drewbp is offline   Reply With Quote
Old 08-16-2009, 08:01 PM   #3810
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
ElCamino is the one that wrote the wireless script, and there is a thread in the plugins section for it. He told me a few weeks ago, he is working on a new plugin version that will be 100% RR code, and no longer embed the wi-fi screen. I don't know if he is working on that now or not, but his discussion thread is as good of place as any to check.
__________________
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
JohnWPB 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 On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Need RR and DFX 4.0 advice schwazche Road Runner 2 10-15-2008 02:25 PM
ProScan 4.0 Released ProScan Engine Management, OBD-II, Engine Diagnostics, etc. 16 05-26-2008 11:46 PM
Digimoto 4.0 available for download digimotojoel Engine Management, OBD-II, Engine Diagnostics, etc. 5 08-29-2005 04:36 AM
Custom log parsing automation… xcntrk75 Software & Software Development 4 05-11-2005 03:19 PM



All times are GMT -5. The time now is 04:25 PM.


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