|
 |
|
07-27-2009, 01:26 PM
|
#196
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
17 DL's and still quiet, usually means all is good....
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
07-27-2009, 02:18 PM
|
#197
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
|
Quote: Originally Posted by Blue ZX3 
17 DL's and still quiet, usually means all is good....
Doesn't tell you anything, I have had plenty of downloads of Trafficams 1.4 (with the cameras shown by GPS location) but no feedback whatsoever, so I haven't bothered adding the same to RRTrafficcam or CFTrafficcam yet.
|
|
|
07-29-2009, 04:17 AM
|
#198
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
ooo missed this 1 Dateosk and Timeosk mmmm i can use these cheers blue.
|
|
|
07-29-2009, 08:13 PM
|
#199
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Kinda hard to miss em when they have *new next to the newest additions...No?
|
|
|
07-30-2009, 08:45 AM
|
#200
|
|
Maximum Bitrate
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
|
I love your new 1.14 update with a demo skin.
I think that it is very important , now, that any new plugin will be given with a full exemple functional Carwing skin.
So it it's easier for newbies to use it.
|
|
|
07-30-2009, 02:26 PM
|
#201
|
|
Variable Bitrate
Join Date: Jul 2006
Posts: 269
|
Hey Blue, having trouble with the elapsed timer function. Is there anything special I need to do to get it to work?
__________________
D201GLY2
512 Megs RAM
8" Lilliput
Onstar GPS mod
XM
Visteon HDZ300
|
|
|
07-30-2009, 08:11 PM
|
#202
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Not to sound foolish, you did wait > 1 min on that menu screen or came back to it after seeing some of the other skin parts b/c It doesn't start that timer till the first time you go to that screen..
|
|
|
07-30-2009, 09:55 PM
|
#203
|
|
Variable Bitrate
Join Date: Jul 2006
Posts: 269
|
 D'Oh! that was it.... I never even noticed the last position was minutes, not seconds!
__________________
D201GLY2
512 Megs RAM
8" Lilliput
Onstar GPS mod
XM
Visteon HDZ300
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-05-2009, 02:29 AM
|
#204
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
just an idea if you want to add it blue.
i know font is playing up for meat the mo. and i know you have a cmd line that removes certain fonts from the list on load.
but i have decided to add a fav section , or at least away to remove the fonts from the list by the user , soeither way ,you will end up with a font list just of fonts you know work.
my way i'm going to try , having a popup with 8 buttons with saved font an size .
for you i would of thought , a remove font from list button.
make sense
|
|
|
08-08-2009, 11:59 AM
|
#205
|
|
Newbie
Join Date: Oct 2004
Posts: 43
|
blue
i have a problem with the rrvolramper
i can't control anything besides player's volume
this is my command ( for player's volume )
RRVolRamper_Dn;80;90||SETIND;!ATT;ON||SWITCHBUTTON ;3>>RRVolRamper_Up||SETIND;!ATT;OFF||SWITCHBUTTON; 3
if i try to control wave / master when i press the button it just lowers the volume to 0% ( no matter the current volume )
if i click the button again its raising the volume to 1% ( again no matter the latest volume )
the rr volume controls works with my master line with no problem
im using win xp and latest rr ver
am i doing something wrong?
thanks
madboy
__________________
HeadUnit : Car-Pc | Processor : Soundblaster Audigy 2 ZS | Front Stage : Woofer - Mpyre 65M , Mid - Dayton RS100-4 , Tweeter - Hertz HT-25 | Subwoofer : Hertz HX250D | Amps : A/D/S PQ10 , Hifonics Olympus XI | Wiring : Sommer , Neutrik
|
|
|
08-21-2009, 12:09 AM
|
#206
|
|
Constant Bitrate
Join Date: Sep 2006
Posts: 184
|
It would be nice if RRstrings could show characters left or right off of an indicator say a comma etc instead of only a count of characters.
Ex var=Metallica,One. "RRStrings_StrLeft;var;",";Myvar" Myvar=Metallica
Also the ability to convert to upper or lower case too....
Ex mvar=Metallica RRstrings_ucase;mvar;mvar mvar=METALLICA
__________________
2006 Mustang with indash CarPC
| Parts list | | | | D945GCLF2 | 2GB RAM | 20GB HDD | | Opus 120W PSU | Lilliput 8" | Directed HD | | RideRunner | nLite XP | iGO8 |
|
|
|
08-21-2009, 09:26 AM
|
#207
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Quote:
Ex var=Metallica,One. "RRStrings_StrLeft;var;",";Myvar" Myvar=Metallica
Can be done using this:
"RRStrings_StrSplit;$var$;,"
Then to use the output:
"SETVAR;MyVar;RREXT[2]"
Quote:
Also the ability to convert to upper or lower case too....
This I will add as:
"RRstrings_UCase;<TEXT TO APPLY TO>"
"RRstrings_LCas;<TEXT TO APPLY TO>"
No ETA on that addition though. Got to get to my other PI's
|
|
|
08-21-2009, 01:06 PM
|
#208
|
|
Constant Bitrate
Join Date: Sep 2006
Posts: 184
|
Sweet! No hurry. I must say though I am really liking this PI.
Quote: Originally Posted by Blue ZX3 
Can be done using this:
"RRStrings_StrSplit;$var$;,"
Then to use the output:
"SETVAR;MyVar;RREXT[2]"
This I will add as:
"RRstrings_UCase;<TEXT TO APPLY TO>"
"RRstrings_LCas;<TEXT TO APPLY TO>"
No ETA on that addition though. Got to get to my other PI's
__________________
2006 Mustang with indash CarPC
| Parts list | | | | D945GCLF2 | 2GB RAM | 20GB HDD | | Opus 120W PSU | Lilliput 8" | Directed HD | | RideRunner | nLite XP | iGO8 |
|
|
|
08-25-2009, 03:35 PM
|
#209
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
|
Having a bit of trouble with getting RROSKTOCMD to work.
Why is this not working?
"RROSKToCMD;0;temp;SETVAR;tempCMD;#temp#"
...and my "ENTER" key on the OSK_0. I've tried both the following:
K00,513,330,108,052,006,013,013,"RREnter"
B00,513,330,108,052,"RREnter",
Using the command above, "tempCMD" is getting set to "#temp#", not the value that was entered in OSK_0.
Help?
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Last edited by Sal R.; 08-25-2009 at 03:39 PM.
|
|
|
08-25-2009, 09:36 PM
|
#210
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Does look like it doesn't work here either...
Guess i could fix 'n add those two other cmds and get out a small update...
|
|
|
|
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 10:02 PM.
| |