Anyone have tried pc nvaigator 8?
Which are the pros and cons?
Thanks
Printable View
Anyone have tried pc nvaigator 8?
Which are the pros and cons?
Thanks
Some say that Nav8 embeds just fine but I'm having problems. It embeds but the map view wont scale to the embed screen size so you loose some buttons and info screens in the map view.
Am I the only one having these problems? Tested in Centrafuse 2.0 and in my own app.
I have tested Nav8 with RR but always when Nav8 is running and trying to shut off computer (ignition off -> hibernate) the computer locks and after a minute it goes hard-off. Maybe I have not got the correct window name or something in my RR skin files (does anybody have working RR skin files for Nav8?). Does anybody now if it is possible to enlarge the POI signs? I think they are way too small, almost needing a magnification glass.
//Tom
tom rosenback:
Does it embed ok on your machine? E.g. can you see the info screens etc. fully when navigating? (or do you run it fullscreen with no playback etc. controls?)
I looked at the USA/Canada version. Here is a brief review: PC Navigator 8
I cannot give a feedback on embedding it, because I used is as a stand alone software.
Marvin, could you try it with RR or similar if it, for some reason, would embed on your machine?
Good news, directions-ltd support told there's some lauch parameters for the PCNav:
--window_border=no
--window_position=XPos,YPos,Width,Height
e.g.:
"....PC_Navigator.exe" --window_border=no --window_position=100,100,640,480
There's only one small problem; if form (in visual studio) where pcnav is embedded has borders set to 'none', the nav opens with a black screen and comes visible when it's clicked. I just made an api to click the window after navigator starts to get around this.
EDIT:
Seems that the set width (in lauch parameters) can't be exactly same as the window width. Works ok if it's +/- 1 pixel.
Xpos = 0
Ypos = 0
Xsize = Me.Width + 1
Ysize = Me.Height
proc.StartInfo.FileName = Path_NavigatorExe
proc.StartInfo.Arguments = "--window_position=" & Xpos & "," & Ypos & "," & Xsize & "," & Ysize
Could someone paste an example code in C# / VB.Net for sending / receiving messages?
I'm trying to send messages via local ip (127.0.0.1) and default port 4242, but PCNav doesn't seem to respond.
I used PC Navigator 7 in previous versions of RoadRunner, now updated to RideRunner and PC Navigator 8.
I canīt get the bastard to embed, this command will launch the software just fine from START/Run and resize/reposition, but when put into RR nothing happens.
"C:\Program Files\Navigator8\PC_Navigator\PC_Navigator.exe" --window_border=no --window_position=0,50,800,550
If I remove all the parameters it will launch, but in full screen with a Floating screen for IGuidance on top of it.
Any constructive ideas?
Otherwise I absolutely adore PC Navigator.
I have a similar issue:
when RR is running, i activate pc navigator 8 via the gps button.
all is working okay, i have configured windows to hibernate when the powerbutton is pressed. when pc navigator is running,it won't hibernate.
in the systemeventlog it tells me that pc-navigator.exe is preventing hibernation.
i've found a setting in the file 'default_settings.xml' which says:
<allow_suspend>no</allow_suspend>
i changed the no into yes, but it stil won't hibernate.
anyone having the same problem?