|
 |
|
02-24-2005, 03:25 AM
|
#1
|
|
Constant Bitrate
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
|
Road RUnner and Navi Voice
Hello, I've played a litle with the program and LOVE it. I am using Road RUnner at the moment, and it seems to work fine. I'm just not sure what are all the commands available for road runner are (is there a list???). In any case I was hoping you could help me out. I want to be able to navigate through Road Runner through Voice command. I can get it to go to my play list though the "change to list" command. However is there a command to go back to the Main Menu page. If not, how exactly can I do this? is it through a macro? could you please help me out, I've read the XML, ini and Html file, but i'm sorry to say I'm still quite a bit confused. Basically how can I build a comand so Road runner will go back to the Main menu (opening page) whenever I say that command? Thank you Very much in advance
p.s. how exactly did you implement the "play", "stop", "next song" comands???, I see them in the xml file, but not in the ini.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
02-24-2005, 03:31 AM
|
#2
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by cdevelasco
Hello, I've played a litle with the program and LOVE it. I am using Road RUnner at the moment, and it seems to work fine. I'm just not sure what are all the commands available for road runner are (is there a list???). In any case I was hoping you could help me out. I want to be able to navigate through Road Runner through Voice command. I can get it to go to my play list though the "change to list" command. However is there a command to go back to the Main Menu page. If not, how exactly can I do this? is it through a macro? could you please help me out, I've read the XML, ini and Html file, but i'm sorry to say I'm still quite a bit confused. Basically how can I build a comand so Road runner will go back to the Main menu (opening page) whenever I say that command? Thank you Very much in advance
p.s. how exactly did you implement the "play", "stop", "next song" comands???, I see them in the xml file, but not in the ini.
Menu is not implemented  It'll be in the next version
The commands in the INI file are the response to when it hears commands in the XML file.
|
|
|
02-24-2005, 06:39 PM
|
#3
|
|
Constant Bitrate
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
|
cool ca'nt wait for the next release then. Any way I can program the menu Item myself? using hte xml and ini???
thanks
|
|
|
02-24-2005, 07:04 PM
|
#4
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by cdevelasco
cool ca'nt wait for the next release then. Any way I can program the menu Item myself? using hte xml and ini???
thanks
You could if he had keyboard support.
|
|
|
02-24-2005, 07:12 PM
|
#5
|
|
Constant Bitrate
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
|
can't I do it using the
Do SETMOUSEPOS[X;Y] to set the mouse position
Do VK_LBUTTON to left click
commands. Say I am in the music playlist page, can I make a voice command that uses the SETMOUSE[X;Y] to place it over the button that takes you to the main page and then use the VK_LBUTTON to click the actual button and thats it, this would take me to the main menu. Is this possible? if so how?
thanks,
|
|
|
02-24-2005, 07:24 PM
|
#6
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by cdevelasco
can't I do it using the
Do SETMOUSEPOS[X;Y] to set the mouse position
Do VK_LBUTTON to left click
commands. Say I am in the music playlist page, can I make a voice command that uses the SETMOUSE[X;Y] to place it over the button that takes you to the main page and then use the VK_LBUTTON to click the actual button and thats it, this would take me to the main menu. Is this possible? if so how?
thanks,
It's possible with the macros, BUT you would have to have the reutrn buttons be in the same place.
|
|
|
02-24-2005, 07:59 PM
|
#7
|
|
Constant Bitrate
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
|
thats no problem I can edit my skins to have the return button on the same place. OR I could just have a couple return button macros. 1 for the audio, one for gps, one for dvd etc. I just wanted to know if I could use macros to implement this function. Now I know i've been annoying enough.. buit could I bother you with a quick example of how to build such a macro?
thanks
|
|
|
02-24-2005, 08:08 PM
|
#8
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by cdevelasco
thats no problem I can edit my skins to have the return button on the same place. OR I could just have a couple return button macros. 1 for the audio, one for gps, one for dvd etc. I just wanted to know if I could use macros to implement this function. Now I know i've been annoying enough.. buit could I bother you with a quick example of how to build such a macro?
thanks
There are a few macros in the INI file
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
02-24-2005, 10:36 PM
|
#9
|
|
Constant Bitrate
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
|
trying to make a macro
Ok well I've tried to make my own macro to push the return/go back button, but it doesn't do anything. I can see the navi voice console recognizes the command because it echos its number back. this is what I have in my xml file
<p val="307">go back</p>
and this is what I have in my ini file
program_close307=SETMOUSEPOS[760;543],VK_LBUTTON,^
did I set this up correctly?
thanks
|
|
|
02-24-2005, 10:38 PM
|
#10
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by cdevelasco
Ok well I've tried to make my own macro to push the return/go back button, but it doesn't do anything. I can see the navi voice console recognizes the command because it echos its number back. this is what I have in my xml file
<p val="307">go back</p>
and this is what I have in my ini file
program_close307=SETMOUSEPOS[760;543],VK_LBUTTON,^
did I set this up correctly?
thanks
No. change program_close307= to name307=. Also put it in the proper category.
|
|
|
02-24-2005, 10:49 PM
|
#11
|
|
Constant Bitrate
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
|
IT WORKS!!!! this aint so hard after all (well.....after spending hours studying all about it... he hehe) thanks for getting back to me so quickly.... I think i'm hooked on this program...
|
|
|
02-24-2005, 10:53 PM
|
#12
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by cdevelasco
IT WORKS!!!! this aint so hard after all (well.....after spending hours studying all about it... he hehe) thanks for getting back to me so quickly.... I think i'm hooked on this program... 
Great!
|
|
|
02-24-2005, 11:12 PM
|
#13
|
|
Constant Bitrate
Join Date: Dec 2004
Location: Miami, FL / Caracas, Venezuela
Posts: 215
|
ok now I just added a command to go to the music player screen. LOVE IT!
anyways, just a quick question, what is the conformation on and conformation off comands for?
thanks
|
|
|
02-24-2005, 11:45 PM
|
#14
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
|
Quote: Originally Posted by cdevelasco
ok now I just added a command to go to the music player screen. LOVE IT!
anyways, just a quick question, what is the conformation on and conformation off comands for?
thanks
Response on/off.
|
|
|
03-06-2005, 05:04 PM
|
#15
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
I have finally some time to play with all these fun toys...
I can't get navivoice to open RR
-it says opening...
shows correct command #
but no action
paths are correct...
[programs]
program_name1=
program_name400_rout=c:\Program Files\Deluo\Routis\Routis.exe
[program_name400_ig=c:\Program Files\iNav\iGuidance\iGuidance.exe]
[program_name400=C:\DestinatorApps\Map Monkey\MapMonkey.exe]
[program_name406_FP=C:\Program Files\FrodoPlayer\FrodoPlayer.EXE]
program_name406=C:\Program Files\Road Runner\rr.exe
program_name454=c:\WINDOWS\system32\notepad.exe
program_directory1=
program_directory400=c:\Program Files\Deluo\Routis\
program_directory406=C:\Program Files\Road Runner\
Also I have started to play with Nlite XP for my car and finally got my first build working...but I can't get NaviVoice to run...do you know what you need...I thought that I left what was needed but no go...
I have all the correct files cause I intalled that same ones on my desktop and it works...
Some help PLS
Last edited by Blue ZX3; 03-06-2005 at 05:08 PM.
|
|
|
|
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 08:26 PM.
| |