I wouldn't hold my breath if I we're you....Quote:
Maybe I'll see ya at next month's meet?
Printable View
I wouldn't hold my breath if I we're you....Quote:
Maybe I'll see ya at next month's meet?
hmm how were you able to fix this issue? i have been having it for the past year or so with newer versions of RR, but it didn't used to happen before.
also, does anyone know how to make the HD radio seek function work? right now, it only increments by 0.2MHz when I hit the tune button...
Post 3053 on this thread for the Custom List Parameter fix (Options menu too big among other things)
On the radio, it sounds like you are using "TUNEUP" instead of "SEEKUP".
Check "New Radio Skin Commands.txt in the riderunner documentation.
Here is my radio skin if wanted. Modified slightly from an earlier submission to take advantage of some new functions.
does anyone else have this issue of the top of the middle 3 buttons on the bottom row getting cut off when moused over. its usually play/next track/prev track, but also happens on other screens.
It occurs on main menu screen, audio screen, menu 2 screen, but NOT menu 3 screen. ive got the latest RR and ran all updates to flash and LSX Void. But I ran an old copy of void on an old version of RR and noticed the same thing is happening there too.
top of rewind button jaggy
http://img844.imageshack.us/img844/4391/img1044l.jpg
top of play button missing
http://img541.imageshack.us/img541/9231/img1045t.jpg
top of ff button jaggy
http://img508.imageshack.us/img508/1980/img1046rk.jpg
top of middle button on menu 2 is missing, but the two on either side are fine
http://img89.imageshack.us/img89/4849/img1047s.jpg
top of middle button on menu 3 is fine...
http://img535.imageshack.us/img535/735/img1048d.jpg
Yes, with all the ride runner release have this 3 buton problem, older release dont do this line bend, try an old roadrunner
or maybe is the compass above the buttons is not truly aligned and come down too much and alter the buttons
Done
Modify this 2 line in menu.skin and no more problems with the buttons
F,230,310,340,55,"LS.swf"
I,313,350,157,15,"MUTE:b"
thanks for that new player! the seek function is great. the only problem now is that my substation button stopped working. the player shows the sub stations on the list, and the songs that are playing , and the HD SUB button shows up, but when i click it nothing happens. any ideas?
Yeah Sorry. I copied code from another skin. Did not realize it wasn't working. I read the New Radio Skin Commands.txt and found that the example was different from what is in this skin. Change this line
B07,639,120,76,65,"SETVARBYCODE;HDCHAN;HDSUB||SETV ARBYCODE;HDCOUNT;HDSUBCOUNT||EVAL;HDCHAN;1+(($HDCH AN$)%($HDCOUNT$-1))||HDSUB;$HDCHAN$",""
Change ($HDCOUNT$-1)) to ($HDCOUNT$)) leaving out the -1