|
 |
|
05-04-2008, 09:52 AM
|
#1
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
Cant Figure out the Label Shuffle/Repeat Indicator
Hi Guys,
Tried to make a label indicator for the shuffle/repeat button
When I click on the shuffle repeat button the indicator does squat, what am I doing wrong?
Code:
"BYIND;SHUFFLE/REPEAT;=SHUFFLE/REPEAT OFF<<=SHUFFLE<<=REPEAT"
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
05-04-2008, 10:12 AM
|
#2
|
|
Variable Bitrate
Join Date: Feb 2007
Location: netherlands
Posts: 305
|
The code for the button: "SHUFFLE/REPEAT"
code for shuffle indicator: "SHUFFLE"
code for shuffle indicator: "SHUFFLE"
Do you have the indicator picture on your down picture ?
otherwise open the bmv skin in one editor and your own in another and coppy the code.
|
|
|
05-04-2008, 10:57 AM
|
#3
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
Trying to use the text/label method as opposed to adding a picture with an on/off indicator.
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
05-04-2008, 03:16 PM
|
#4
|
|
FLAC
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,355
|
Use an indicator ("I") definition with the command "shufflerepeat" - it will show the words.
|
|
|
05-05-2008, 11:42 AM
|
#5
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
ugh cant seem to get that going. "Shuffle/Repeat" using I (Indicator). I do use the Label Indicator for mute, works like a charm, did some reading on the boards some people have done it using L (Label).
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
05-05-2008, 12:09 PM
|
#6
|
|
Maximum Bitrate
Join Date: Sep 2007
Posts: 691
|
for label to show like mute or shuffle/repeat try this
L,569,487,101,44,255,0,0,23,"Arial:B","BYIND;MUTE; = <<=Mute","CENTER"
I,568,480,103,49,"MASTERMUTE"
you can have IND line anywhere you need it and same for the label.
just change the word Mute in the Label line for what ever word you want to use.
|
|
|
05-05-2008, 12:16 PM
|
#7
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
My first post above, I tried this.. I bet is some ; or " out of place or something...
BYIND;SHUFFLE/REPEAT;=SHUFFLE/REPEAT OFF<<=SHUFFLE<<=REPEAT"
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
05-05-2008, 12:22 PM
|
#8
|
|
Maximum Bitrate
Join Date: Sep 2007
Posts: 691
|
Quote: Originally Posted by -zip- 
My first post above, I tried this.. I bet is some ; or " out of place or something...
BYIND;SHUFFLE/REPEAT;=SHUFFLE/REPEAT OFF<<=SHUFFLE<<=REPEAT"
correct
|
|
|
05-05-2008, 12:55 PM
|
#9
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
What it does with this code is on the skin it shows Shuffle/Repeat and does not change to "Shuffle" or "Repeat" hitting the buttons. It just stays Shuffle/Repeat.
If that makes any sense LOL.
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
05-05-2008, 01:14 PM
|
#10
|
|
Maximum Bitrate
Join Date: Sep 2007
Posts: 691
|
Quote: Originally Posted by -zip- 
What it does with this code is on the skin it shows Shuffle/Repeat and does not change to "Shuffle" or "Repeat" hitting the buttons. It just stays Shuffle/Repeat.
If that makes any sense LOL.
BYIND;SHUFFLE/REPEAT;=<<=SHUFFLE<<=REPEAT"
you have to use SHUFFLE/REPEAT as your IND line this will toggle between the too
|
|
|
05-05-2008, 02:22 PM
|
#11
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
tyvm for sticking with me on this carputer, will give it a go after work. Thanks again!
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
05-05-2008, 02:23 PM
|
#12
|
|
FLAC
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,355
|
Quote: Originally Posted by carputer1 
BYIND;SHUFFLE/REPEAT;=<<=SHUFFLE<<=REPEAT"
you have to use SHUFFLE/REPEAT as your IND line this will toggle between the too
I don't know for sure but "OFF" is probably missing in that string..
|
|
|
05-05-2008, 07:04 PM
|
#13
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
Weird
BYIND;SHUFFLE/REPEAT;=<<=SHUFFLE<<=REPEAT" Did not work either.
I have tried several combinations. Just not the right one yet
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
05-05-2008, 08:15 PM
|
#14
|
|
FLAC
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,355
|
This will work..
If this is what you're after..
It cycles through repeat, shuffle, shuffle and repeat, and off.
|
|
|
05-05-2008, 08:26 PM
|
#15
|
|
FLAC
Join Date: Sep 2004
Location: Ontario/Canada
Posts: 1,138
|
YYYYYYAAAAAYYYYY!!! Ty Tree! it worked!
__________________
Carputer
Installed Since April 2, 2005
Intel D201GLY|Fusion Brain|Audigy2 NX||ODBPros ODBII|Engenius362ext |Motorized lilli|GPS Rikaline 6010|Opus 150|Powermate|Ergonomic Touchpad|
Sound Stage
Eclipse CD8455|MTX TA3404+421D|Infinity Comps|ID 12" Sub
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:19 PM.
| |