The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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

Reply
 
Thread Tools Search this Thread Display Modes
Old 08-01-2001, 02:02 PM   #1
MGD
FLAC
MGD's CarPC Specs
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Vehicle: 2005 Chrysler 300
Posts: 1,327
My Photos: (0)
Stiil no luck with this after 6 hours of hacking around.
Somebody have any other ideas ?
Thanks for the help.
MGD is offline   Reply With Quote
Sponsored Links
Old 08-01-2001, 02:34 PM   #2
MGD
FLAC
MGD's CarPC Specs
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Vehicle: 2005 Chrysler 300
Posts: 1,327
My Photos: (0)
How come my last replay is number one in this thread? What is going on ?
MGD is offline   Reply With Quote
Old 01-08-2008, 01:13 PM   #3
MGD
FLAC
MGD's CarPC Specs
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Vehicle: 2005 Chrysler 300
Posts: 1,327
My Photos: (0)
Help with RR code...

Now, I need some help with little code prob.
On my HD Radio skin I have one Label what displays NOTHING, HD1 or HD2.
Now, based on that label I need to set 3 different indicators like this.
LABEL = BLANK set INDICATOR1;ON;INDICATOR2;OFF;INDICATOR3;OFF
LABEL = HD1 set INDICATOR1;OFF;INDICATOR2;ON;INDICATOR3;OFF
LABEL = HD2 set INDICATOR1;OFF;INDICATOR2;OFF;INDICATOR3;ON

I just can't think off anything to do it with, I don't want to use switchbutton and setindicator, this should be automatic based on the value of the label.

Thanks Gurus
MGD is offline   Reply With Quote
Old 01-08-2008, 02:11 PM   #4
FLAC
Sal R.'s CarPC Specs
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Vehicle: 2001 A4 1.8TQMS
Posts: 935
My Photos: (39)
Here's what I would do if I understand what you're trying to do correctly:

In skin:
TMR,1

ExecTBL.ini
Code:
"TIMER","SETINDBYLABEL",<skinfilename.skin> "INDOPT1","SETIND;!INDICATOR1;ON||SETIND;!INDICATOR2;OFF||SETIND;!INDICATOR3;OFF" "INDOPT2","SETIND;!INDICATOR1;OFF||SETIND;!INDICATOR2;ON||SETIND;!INDICATOR3;OFF" "INDOPT3","SETIND;!INDICATOR1;OFF||SETIND;!INDICATOR2;OFF||SETIND;!INDICATOR3;ON" "SETINDBYLABEL","EVAL;labelstat;strcomp("$LABEL$";"")||BYVAR;labelstat;SETINDBYLABEL2<<INDOPT1" "SETINDBYLABEL2","EVAL;labelstat;strcomp("$LABEL$";"HD1")||BYVAR;labelstat;INDOPT3<<INDOPT2"

Should update the indicator stats every second based on the label content.
__________________
MicroXP / RR v11/04/2007 / Winamp v5.13 / MMIv2
RR Album Art Browser
Sal R. is offline   Reply With Quote
Old 01-08-2008, 03:47 PM   #5
MGD
FLAC
MGD's CarPC Specs
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Vehicle: 2005 Chrysler 300
Posts: 1,327
My Photos: (0)
Well, this is not working. As of now, I can set the INDICATOR1 to ON but when the label changes to HD1 or HD2 nothing happends.
Thanks for your help
MGD is offline   Reply With Quote
Old 01-08-2008, 04:34 PM   #6
FLAC
Sal R.'s CarPC Specs
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Vehicle: 2001 A4 1.8TQMS
Posts: 935
My Photos: (39)
What's the label that is used to determine indicator states?

I assume that it's the "HDSUB" label?

Maybe a SETVARBYCODE to pass the label contents to the SETINDBYLABEL command?

How about this?

Code:
"TIMER","SETVARBYCODE;hdsubstatus;HDSUB||SETINDBYLABEL",<skinfilename.skin> "INDOPT1","SETIND;!INDICATOR1;ON||SETIND;!INDICATOR2;OFF||SETIND;!INDICATOR3;OFF" "INDOPT2","SETIND;!INDICATOR1;OFF||SETIND;!INDICATOR2;ON||SETIND;!INDICATOR3;OFF" "INDOPT3","SETIND;!INDICATOR1;OFF||SETIND;!INDICATOR2;OFF||SETIND;!INDICATOR3;ON" "SETINDBYLABEL","EVAL;labelstat;strcomp("$hdsubstatus$";"")||BYVAR;labelstat;SETINDBYLABEL2<<INDOPT1" "SETINDBYLABEL2","EVAL;labelstat;strcomp("$hdsubstatus$";"1")||BYVAR;labelstat;INDOPT3<<INDOPT2"

__________________
MicroXP / RR v11/04/2007 / Winamp v5.13 / MMIv2
RR Album Art Browser

Last edited by Sal R.; 01-08-2008 at 04:40 PM.
Sal R. is offline   Reply With Quote
Old 01-08-2008, 10:35 PM   #7
MGD
FLAC
MGD's CarPC Specs
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Vehicle: 2005 Chrysler 300
Posts: 1,327
My Photos: (0)
Ya, that's the label, but I can't get it to work. I tryed almost everything.
Maybe I am looking to hard.
Thanks for your help...
Guuuiiinnnooo?
MGD is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange RR problem with auto day/night switching hellodave Road Runner 16 10-31-2007 05:25 AM
Need some help with a few RR problems JasonWW Road Runner 17 12-21-2006 11:13 AM
Generalized Perception of RR from a new user replicant Road Runner 2 11-15-2005 10:41 PM
RR doesn't start Phoco on initial load.. DutchBurner Road Runner 16 11-04-2005 01:17 PM
RR Source code for current version BLOWNZO6_pc Road Runner 3 10-19-2005 02:47 PM


All times are GMT -5. The time now is 10:33 PM.


Sponsored Links
The MP3car.com Store

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