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 06-15-2008, 12:19 PM   #1351
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 LinuxRacr View Post
Anyone ever answer this question? I'm now wondering the same thing.

Increase that number in menu.skin and menu2.skin; 21-22 is the largest it will go before it starts to get cut-off.
Attached Images
 
treetop777 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-15-2008, 08:33 PM   #1352
Low Bitrate
 
Join Date: Feb 2008
Posts: 67
Xargon321 is an unknown quantity at this point
I want to make a EQ button for the main menu so i can adjust the volumes on my hd radio and sirius currently the only way to do this is to go into the music button but that shuts off my radio and sirius so i have to guess at the volumes. ive tryed the btn maker it seems to work but when i start dfx there is no new buttons made on the button select screen
Xargon321 is offline   Reply With Quote
Old 06-15-2008, 10:13 PM   #1353
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Did just that but manually. If nobody else chimes-in, i can put a how-to together but it won't be 'till tomorrow evening.
Attached Images
 
treetop777 is offline   Reply With Quote
Old 06-16-2008, 01:26 AM   #1354
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
R those "@replay" and "@Mute" really needed? Do you forget those btn a lot?
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 06-16-2008, 07:41 AM   #1355
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 Blue ZX3 View Post
R those "@replay" and "@Mute" really needed? Do you forget those btn a lot?

Yeah, i used too. I guess those "reminders" can go now.
treetop777 is offline   Reply With Quote
Old 06-16-2008, 11:27 AM   #1356
Low Bitrate
 
Join Date: Feb 2008
Posts: 67
Xargon321 is an unknown quantity at this point
also does anyone know how to get the Hdradio to display the title and artist on the main screen?
Xargon321 is offline   Reply With Quote
Old 06-16-2008, 04:30 PM   #1357
Maximum Bitrate
 
LinuxRacr's Avatar
 
Join Date: Jul 2003
Location: Dallas, Texas
Posts: 463
LinuxRacr
Thanks treetop777.
__________________
My Car: 2001 Mazda MP3
My OLD Carputer project: Here
Completion Progress Bar: [**********100%]
Current build! Here
Completion Progress Bar: [*********99%]
LinuxRacr is offline   Reply With Quote
Old 06-16-2008, 08:13 PM   #1358
Low Bitrate
 
Join Date: Dec 2006
Location: BROOKLYN NY
Posts: 110
shot598 is an unknown quantity at this point
treetop777 ----did u put that how-to together
shot598 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-16-2008, 08:54 PM   #1359
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Here's how to add that Equalizer button (or any button for that matter) manually. This is a compilation of other members posts so credit goes to them.

Find the sections below in DFX's ExecTBL.in; the changes or additions are highlighted.

/----------------- Dynamic Menu Buttons -----------------------
/ RR Command to execute when button is pressed
"MyApp47","Load;ScreenCleaner.skin"
"MyApp48","MIXER"

/---------------- Pre-setup the Applications and labels into arrays ----------------
(Just make sure this section goes past 48)

25<<MyApp26<<MyApp27<<MyApp28<<MyApp29<<MyApp30<<M yApp31<<MyApp32<<MyApp33<<MyApp34<<MyApp35<<MyApp3 6<<MyApp37<<MyApp38<<MyApp39<<MyApp40<<MyApp41<<My App42<<MyApp43<<MyApp44<<MyApp45<<MyApp46<<MyApp47 <<MyApp48<<MyApp49<<MyApp50<<MyApp51"

/----------------This is the label that is displayed on the Main Menu Buttons -----------
(This is the word that will show on the button)
RADIO<<=LAUNCH<<=SKINS<<=SYS DIAG<<=G. EARTH<<=Lyrics<<=JUKEBOX<<=TASK MAN<<=G
MAPS<<=THEME<<=WIRELESS<<=THEATERS<<=RRMEDIA<<=CNN NEWS<<=DAYTIME<<=GPS<<=CLEAN SCREEN<<=EQUALZR"

/ These are the labels for the application that will show
/ up on the screen that gives the selection of buttons to choose from

"SetCommandLabels47","SETVAR;MyApp47LB;Clean Screen||SetCommandLabels48"
"SetCommandLabels48","SETVAR;MyApp48LB;EQUALIZER|| SetCommandLabels49"

--Now put an equalizer icon in folder "MenuIcons" found in the DFX skin folder.

--Now open skin.ini and find the "menu button" section as below; insert the icon name the same as the one placed in "menuicons" folder above by replacing one of the existing icon names; i.e. i replaced CNN.png with EQUALIZER.png

[Menu Buttons]
MAINBUTTON1Gfc=MenuIcons\Music.png
MAINBUTTON2Gfc=MenuIcons\Video.png
MAINBUTTON3Gfc=MenuIcons\iGuidance.png
MAINBUTTON4Gfc=MenuIcons\Gauges.png
MAINBUTTON5Gfc=MenuIcons\EQUALIZER.png
MAINBUTTON6Gfc=MenuIcons\DVD.png
MAINBUTTON7Gfc=MenuIcons\Theme.png
MAINBUTTON8Gfc=MenuIcons\Settings.png
MAINBUTTON9Gfc=MenuIcons\Pictures.png
MAINBUTTON10Gfc=MenuIcons\Browser.png
MAINBUTTON11Gfc=MenuIcons\Weather.png
MAINBUTTON12Gfc=MenuIcons\Camera.png
MAINBUTTON13Gfc=MenuIcons\Skins.png
MAINBUTTON14Gfc=MenuIcons\Games.png
MAINBUTTON15Gfc=MenuIcons\.png
MAINBUTTON16Gfc=MenuIcons\Utilities.png

If i didn't forget anything, the EQ button will show up as a choice when you click and hold a menu button.

CAUTION: If C&Ping, watch for unwanted spaces.

Last edited by treetop777; 06-16-2008 at 09:04 PM.
treetop777 is offline   Reply With Quote
Old 06-16-2008, 09:26 PM   #1360
Constant Bitrate
 
insaneramman's Avatar
 
Join Date: Mar 2008
Location: South Carolina
Posts: 179
insaneramman is an unknown quantity at this point
Smile One of my wants thanks.

I've been wanting this. I to hate to go into music to adjust my levels. Thanks to Tree and all the others who helped.
insaneramman is offline   Reply With Quote
Old 06-16-2008, 10:01 PM   #1361
Low Bitrate
 
Join Date: Feb 2008
Posts: 67
Xargon321 is an unknown quantity at this point
yes thank you!!! know all i need to find out that if its possible to get the hdradio to display title and artist on the main screen and Ill be set
Xargon321 is offline   Reply With Quote
Old 06-16-2008, 10:36 PM   #1362
Constant Bitrate
 
notion's Avatar
 
Join Date: May 2002
Location: San Diego, CA
Posts: 187
notion
Great stuff, I'm loving the upgrade to 3.0....hey I get there eventually

Couple of small things...

- Going to the gas prices page just locks up RR, did the same in 2.0 so I'm sure it's just my setup but would appreciate any tips on that. Running IG 4.0 with the patch. Where can I enter a Zip code outside of that page? Maybe no ZIP is crashing it?

- Clicking 'up dir' in music browser goes to library root rather than up one level

- Cannot search albums by letter in music library

- New version of RR hates being quit automatically by a windows shutdown process and doesn't save current playlist or play position - anyone found a fix/hack for that? I have to manually quit out of RR before shutting down to have it remember where I was

Thanks for any help
__________________
350z Roadster,
Lilliput 7" touch, Opus 250w, 160gb, AMD3500+, 1gb ddr400, geforce 6500 pcie, SiRF Star 3, Wireless G, Sprint CDMA, Bluetooth, Creative iCam Pro, RR, iG 4, Digital FX 4.0
notion is offline   Reply With Quote
Old 06-17-2008, 12:11 AM   #1363
Newbie
 
Join Date: May 2007
Posts: 28
oroboros_ARR is an unknown quantity at this point
I haven't read all 90 pages so sorry if this is a re-post, but just wanted to highlight a possible minor bug... For some reason, the "music" button had switched to a duplicate "video" button upon initialization on one occasion, and the problem persisted untill I re-installed the skin. I suppose I could have opened up one of the config files and found a way to change the link manually, but I think re-installation was probably just as quick.
oroboros_ARR is offline   Reply With Quote
Old 06-17-2008, 09:24 AM   #1364
FLAC
 
Machinehead's Avatar
 
Join Date: Jun 2007
Location: hijacks small portable city
Posts: 1,234
Machinehead will become famous soon enoughMachinehead will become famous soon enough
Quote: Originally Posted by oroboros_ARR View Post
For some reason, the "music" button had switched to a duplicate "video" button upon initialization on one occasion,

If you long press any of the main menu buttons, it brings up the option to change that button. You probably did it by mistake.
Machinehead is offline   Reply With Quote
Old 06-17-2008, 09:33 AM   #1365
FLAC
 
Machinehead's Avatar
 
Join Date: Jun 2007
Location: hijacks small portable city
Posts: 1,234
Machinehead will become famous soon enoughMachinehead will become famous soon enough
Quote: Originally Posted by notion View Post
- Going to the gas prices page just locks up RR, did the same in 2.0 so I'm sure it's just my setup but would appreciate any tips on that. Running IG 4.0 with the patch. Where can I enter a Zip code outside of that page? Maybe no ZIP is crashing it?

I've noticed that gas prices (which aren't working in RR btw) and weather (which only works in the new RR beta) will lock up if I don't have an active internet connection.

Quote: Originally Posted by notion View Post
- Clicking 'up dir' in music browser goes to library root rather than up one level

That's a new one on me.

Quote: Originally Posted by notion View Post
- Cannot search albums by letter in music library

What version of winamp are you running?

Quote: Originally Posted by notion View Post
- New version of RR hates being quit automatically by a windows shutdown process and doesn't save current playlist or play position - anyone found a fix/hack for that? I have to manually quit out of RR before shutting down to have it remember where I was

I have the same problem, it probably has to do with the force quit and winamp not being able to save the play list on a proper exit.
Machinehead 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 10:23 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