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.
|
08-31-2006, 01:41 PM
|
#1
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Vehicle: 2003/Acura/RSX
Posts: 4,786
|
indicators with variables feature.. whats it about?
-Added support to use indicators with variables
as posted in the latest release thread. I dont see anything about this in skin commands. How does it work?
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
SKIN PROGRESS: 90%[/////////-]
Current Project: RRFusion, MovieTimes, RRMail and More!!! :)
|
|
|
08-31-2006, 02:23 PM
|
#2
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
This is basically so you can use variables on indicator codes.. like:
I,xxx,...,xxx,"FILE;$IMGIND$"
Then use different commands to swap the image of the indicator, like:
"SETVAR;IMGIND;Indicator1.gif"
"SETVAR;IMGIND;Indicator2.gif"
"SETVAR;IMGIND;Indicator3.gif"
"SETVAR;IMGIND;Indicator4.gif"
etc.. this example is just an alternative from actually renaming or changing the file itself. But there are other possible uses.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
08-31-2006, 02:57 PM
|
#3
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Vehicle: 2003/Acura/RSX
Posts: 4,786
|
i can see using that with some custom indicators. I thought it might have something to do with an indicator being able to send a variable when ON.
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
SKIN PROGRESS: 90%[/////////-]
Current Project: RRFusion, MovieTimes, RRMail and More!!! :)
|
|
|
09-01-2006, 01:21 PM
|
#4
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Vehicle: 2001 Chevy S10 ZR2
Posts: 1,452
|
Be nice if this would work for switching indicators
I,54,65,40,40,"BYVAR;PAGE;gpsgas_0_icon<<gpsgas_6_ icon"
Button
“BYVAR;PAGE;SETVAR;PAGE;1<< SETVAR;PAGE;0”
|
|
|
09-01-2006, 08:24 PM
|
#5
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
Quote: Originally Posted by Chuck 
Be nice if this would work for switching indicators
I,54,65,40,40,"BYVAR;PAGE;gpsgas_0_icon<<gpsgas_6_ icon"
Button
“BYVAR;PAGE;SETVAR;PAGE;1<< SETVAR;PAGE;0”
You can most definitely do something like:
"SETVAR;PAGEIND;gpsgas_0_icon" or "SETVAR;PAGEIND;gpsgas_6_icon" and use:
I,54,65,40,40,"$PAGEIND$"
then have another corresponding variable for buttons...
I do intend to make a feature to execute commands based on indicator states.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
09-02-2006, 06:37 AM
|
#6
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Vehicle: 2003/Acura/RSX
Posts: 4,786
|
Quote: Originally Posted by guino 
You can most definitely do something like:
"SETVAR;PAGEIND;gpsgas_0_icon" or "SETVAR;PAGEIND;gpsgas_6_icon" and use:
I,54,65,40,40,"$PAGEIND$"
then have another corresponding variable for buttons...
I do intend to make a feature to execute commands based on indicator states.
thats good to hear  I've been looking for ways to do that now but the only way i've figured out how to do that is with an external program sending REQUEST ever so often 
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
SKIN PROGRESS: 90%[/////////-]
Current Project: RRFusion, MovieTimes, RRMail and More!!! :)
|
|
|
09-03-2006, 10:26 AM
|
#7
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Vehicle: 2001 Chevy S10 ZR2
Posts: 1,452
|
Quote: Originally Posted by guino 
You can most definitely do something like:
"SETVAR;PAGEIND;gpsgas_0_icon" or "SETVAR;PAGEIND;gpsgas_6_icon" and use:
I,54,65,40,40,"$PAGEIND$"
then have another corresponding variable for buttons...
I do intend to make a feature to execute commands based on indicator states.
I actually tried this before your post and again after you post but I cannot seem to get it to work
Button
"SETVAR;GASICON1;gas_1 _icon"
Indicator
"$GASICON1$"
|
|
|
09-03-2006, 03:09 PM
|
#8
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
umm, I don't know if the version with the Gas prices already suppports that..
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
09-03-2006, 03:42 PM
|
#9
|
|
FreeDrive Creator
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
|
its like learning a whole new coding language.. just imagine it on my CV..
VB / VB.net / Flash / PHP / MySql / RoadRunner ...
lol
|
|
|
09-06-2006, 01:15 AM
|
#10
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
Quote: Originally Posted by Chuck 
I actually tried this before your post and again after you post but I cannot seem to get it to work
Button
"SETVAR;GASICON1;gas_1 _icon"
Indicator
"$GASICON1$"
Sorry Chuck, this only works with direct file names:
Button
"SETVAR;GASICON1;gas_1 _icon.gif"
Indicator
"FILE;$GASICON1$"
I don't believe I can make it directly by variable as you previously attempted. I'll research.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
Last edited by guino : 09-06-2006 at 01:19 AM.
|
|
|
09-06-2006, 09:40 AM
|
#11
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Vehicle: 2001 Chevy S10 ZR2
Posts: 1,452
|
Basically I was trying to have more than one page of gas finder prices in one skin.
Everything works except indicators by using BYVAR
Button
“BYVAR;PAGE;SETVAR;PAGE;1<< SETVAR;PAGE;0”
indicator
I,54,65,40,40,"BYVAR;PAGE;gpsgas_0_icon<<gpsgas_6_ icon"
I guess it will have to be two skins – no big deal
Thx guino
|
|
|
09-06-2006, 10:28 AM
|
#12
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
Well my friend, for you I can add support for byvar in indicators. 
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| 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 02:37 AM.
|
|