I have navigation buttons wired with RCjoycon. Using Keytbl.ini I can map them to RR. I want to have a single button rotate through my main menus 1, 2, and 3. I was thinking of using switchbutton. In the EXECTBL.ini I put this and "350menuswitch" is the tie to keytbl. Not working any suggestions?
"menu2","LOAD;menu2.skin"
"menu3","LOAD;menu3.skin"
"menu","LOAD;menu.skin"
"350menuswitch",”SWITCHBUTTON;1>>menu2||SWITCHBUTT ON;2>>menu3||SWITCHBUTTON;3>>menu||SWITCHBUTTON;1"
2008 350z GT Installed since April 22nd 2011 - Worklog
2000 Protege Installed Since April 2, 2005 - Intel D201GLY|Fusion Brain|ODBPros ODBII|Engenius|GPS Rikaline|Powermate|Motorized Lilli
Sound StageEclipse|MTX|Infinity
hmmm no go on that one. Thanks for trying Pierrotm
2008 350z GT Installed since April 22nd 2011 - Worklog
2000 Protege Installed Since April 2, 2005 - Intel D201GLY|Fusion Brain|ODBPros ODBII|Engenius|GPS Rikaline|Powermate|Motorized Lilli
Sound StageEclipse|MTX|Infinity
As you can see into the RR example , the buttons swiched must to begin by Bxx,xx ."SWITCHBUTTON" - Similar to SWITCHLABEL, allows you to execute different commands on any single button. The code
for the button should be in the format "COMMAND1>>COMMAND2" -- you can list multiple commands.
Example: "SWITCHBUTTON;3" (to switch the button code for the third Bxx,xxx line of the skin)
So you can only use this commands with buttons into a skin file !
getting closer, not quite but the first part works. I am guessing because its moving to another skin, it stops the rest of the code from working. Is it possible with variables then?
"menu2||SWITCHBUTTON;1>>menu3||menu2||SWITCHBUTTON ;1>>menu1||SWITCHBUTTON;1>>"
Last edited by -zip-; 01-24-2013 at 09:27 AM.
2008 350z GT Installed since April 22nd 2011 - Worklog
2000 Protege Installed Since April 2, 2005 - Intel D201GLY|Fusion Brain|ODBPros ODBII|Engenius|GPS Rikaline|Powermate|Motorized Lilli
Sound StageEclipse|MTX|Infinity
Bookmarks