Trying to get one of the buttons to link to TrafficDetails
What is wrong with the following in ExecTBL.ini?
"TRAFFIC","LOAD;trafficpick.skin||runQ;C:\Prog ram Files\Road Runner\TrafficDetails\trdetails.exe||TotalMode||SE TLABEL;!last;Last Updated:"
Yep, that's what I got and it seems to be working. Now all I need to do is to get Google Earth to work properly embedded![]()
RV : Samsung Q1 + Kyocera KR1 (EVDO) + GPS<br>
Car: AMD 3000+ Book PC + Lilliput 8" Touch + 13" TFT
Webmaster for the European Ford Scorpio Site
Trying to get one of the buttons to link to TrafficDetails
What is wrong with the following in ExecTBL.ini?
"TRAFFIC","LOAD;trafficpick.skin||runQ;C:\Prog ram Files\Road Runner\TrafficDetails\trdetails.exe||TotalMode||SE TLABEL;!last;Last Updated:"
RV : Samsung Q1 + Kyocera KR1 (EVDO) + GPS<br>
Car: AMD 3000+ Book PC + Lilliput 8" Touch + 13" TFT
Webmaster for the European Ford Scorpio Site
I was wondering if there is an easy way for me to change the color of the info text in the iG info page. The black looks great but is pretty unreadable without driving off a bridge![]()
I took a look at the ctheme config file but didn't see anything that related to text other than font size.
Here is a pic showing what I'm talking about.
![]()
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101
beer replenishment fund
http://www.mp3car.com/vbulletin/rr-faq/
mp3car live search
i have joost invites, just hit me up for one.
LS -
Been busy as heck with the day-job but try to keep my finger on the pulse of adds so I don't overlook any goods....
On this - concept? Would it be possible for example (or not) that when PLAY is selected, then using this concept it toggles to PAUSE (now displaying pause) that it could LABEL/BLINK much like MUTE? ...
Meaning
- PLAY/PAUSE BUTTON (shows) PLAY when playing
PRESS IT
- PAUSES (shows) PAUSE/BLINK
PRESS IT
- PLAYS (shows) PLAY
Just curious - not a major need but curious if this could handle something like that...
Thanks for the assist...
doesn't look like anything is wrong with it to me. Im not sure exactly what you are trying to do.
what is trdetails.exe is this a script or an app you are trying to embed?
what does TotalMode point to ?
you prob need an equal sign right before ...Last Updated:"
what button are you trying to get to perform these commands?
what happens when you try to click the button?
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101
beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search
i have joost invites, just hit me up for one.
that should be possible. I would have to restructure the code a little as one label cant be set to blink and then not blink. So i would have to create 2 labels on top of each other. One that gets turned on for play and another that gets turned on for pause that blinks.
but this would be a little odd cuz the play arrow would be the icon that would be blinking (not the pause icon) since this is what will be showing when audio is paused. To me that would look odd. Generally i dont use the blinking function in RR too much cuz it wont let me change the rate of the blink and i think things blink to fast.
If you havent tried that code out give it a try and you'll see what i mean about it being odd if it blinked. It would be easier and less odd if the top part of the button (white bar) blinked. This would be more consistent to other buttons that may blink. When you mute the audio it will blink the top white part.
ive also made some more changes to the code to fix the thing with the different symbols being shown before RR sets the var for that label. Does not include any changes based on blinking etc.
This code will likely be the default and included in the next update.
ExecTBL.ini
label code:Code:"ONSKINSTART","[otherstuff...]||SETUPANTISTATUS" /,ANTISTATUS "SETUPANTISTATUS","SETVARBYCODE;VSTATUS;STATUS||EVAL;B_ANTISTATUS;strcomp("PLAY";"$VSTATUS$")||BYVAR;B_ANTISTATUS;ISNTPLAYING<<ISPLAYING" "ISPLAYING","SETVAR;ANTISTATUS;PAUSE||SETVAR;STATUSSYM;0" "ISNTPLAYING","SETVAR;ANTISTATUS;PLAY||SETVAR;STATUSSYM;1" "PLAY","PLAY||SETUPANTISTATUS" "ONPLCLICK","SETVAR;ANTISTATUS;PAUSE||SETVAR;STATUSSYM;0" /ANTISTATUS END
Code:"BYVAR;STATUSSYM;=;<<=4"
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101
beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search
i have joost invites, just hit me up for one.
Try this:
The WAIT;0.1 solves the problem with pausing then clicking the list.Code:/,ANTISTATUS "SETUPANTISTATUS","SETVARBYCODE;VSTATUS;STATUS||EVAL;ANTISTATUS;strcomp("PLAY";"$VSTATUS$")" "PLAY","PLAY||SETUPANTISTATUS" "ONPLCLICK","WAIT;0.1||SETUPANTISTATUS" /ANTISTATUS END "BYVAR;ANTISTATUS;=PLAY<<=PAUSE" "BYVAR;ANTISTATUS;=4<<=;"
This is the TrafficDetails RSS reader from TrafficDetails- Rss Feed Plugin :)
It worked in LSX skin but when I try it in Void nothing happens. This is the command code as the author specified but I will try the = sign
Thanks
Steve
RV : Samsung Q1 + Kyocera KR1 (EVDO) + GPS<br>
Car: AMD 3000+ Book PC + Lilliput 8" Touch + 13" TFT
Webmaster for the European Ford Scorpio Site
The font TYPE is now also located in one .txt file along with the colors, so you will be able to change the colors and font TYPE but not the font size from one file. The size will still be fixed as anything bigger than the bounding box for the font will just cut off anyway.
also only fonts that do not use symbols will be changeable, ie; you cant change the arrow for the play button to some other font as it wont be an arrow anymore.
.
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101
beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search
i have joost invites, just hit me up for one.
Bookmarks