Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS > Mapfactor PC Navigator


Reply
 
Share Thread Tools Display Modes
Old 07-01-2008, 08:37 AM   #1
Newbie
 
Join Date: Sep 2006
Posts: 40
Serfio is an unknown quantity at this point
PC Navigator 8!

Anyone have tried pc nvaigator 8?

Which are the pros and cons?

Thanks

Last edited by Serfio; 07-01-2008 at 09:46 AM.
Serfio is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 01-11-2009, 11:46 AM   #2
Newbie
 
Join Date: Mar 2008
Posts: 44
sniiki is an unknown quantity at this point
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.
sniiki is offline   Reply With Quote
Old 01-12-2009, 12:29 AM   #3
Constant Bitrate
 
tom_rosenback's Avatar
 
Join Date: Oct 2006
Location: Finland
Posts: 123
tom_rosenback is an unknown quantity at this point
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 is offline   Reply With Quote
Old 01-12-2009, 05:20 AM   #4
Newbie
 
Join Date: Mar 2008
Posts: 44
sniiki is an unknown quantity at this point
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?)
sniiki is offline   Reply With Quote
Old 01-12-2009, 06:11 AM   #5
FLAC
 
Marvin Hlavac's Avatar
 
Join Date: May 2005
Location: Toronto, Canada
Posts: 929
Marvin Hlavac will become famous soon enough
Quote: Originally Posted by Serfio View Post
Anyone have tried pc nvaigator 8?

Which are the pros and cons?

Thanks


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 Hlavac is offline   Reply With Quote
Old 01-12-2009, 07:01 AM   #6
Newbie
 
Join Date: Mar 2008
Posts: 44
sniiki is an unknown quantity at this point
Marvin, could you try it with RR or similar if it, for some reason, would embed on your machine?
sniiki is offline   Reply With Quote
Old 01-13-2009, 12:47 PM   #7
Newbie
 
Join Date: Mar 2008
Posts: 44
sniiki is an unknown quantity at this point
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

Last edited by sniiki; 01-13-2009 at 01:16 PM.
sniiki is offline   Reply With Quote
Old 01-30-2009, 03:16 PM   #8
Newbie
 
Join Date: Mar 2008
Posts: 44
sniiki is an unknown quantity at this point
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.
sniiki is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-09-2009, 06:08 AM   #9
GUS
Newbie
 
GUS's Avatar
 
Join Date: Jan 2006
Location: Sweden
Posts: 25
GUS is on a distinguished road
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.
__________________
Total 20 cyliders, 10.4 liters, about 700 hp devided between two cars...
My rides
GUS is offline   Reply With Quote
Old 07-16-2009, 09:59 AM   #10
Newbie
 
Join Date: Dec 2006
Location: Netherlands
Posts: 6
DJCannonball is an unknown quantity at this point
pcnav 8 prevents hibernation

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?
DJCannonball is offline   Reply With Quote
Old 07-31-2009, 05:17 AM   #11
Newbie
 
Join Date: Jul 2009
Posts: 10
kove is an unknown quantity at this point
Question HELP! pcnav 8 prevents hibernation

I'm having the same issue.

I've been messing around with settings in the file 'default_settings.xml' as well, but up untill now no results what so ever.

Anyone a solution?
kove is offline   Reply With Quote
Old 07-31-2009, 03:14 PM   #12
Newbie
 
Join Date: Dec 2006
Location: Netherlands
Posts: 6
DJCannonball is an unknown quantity at this point
i found a temporary solution:
shutdown in stead of hibernate. i'm not completly happy with this, but works for me, till a better solution pops up.
DJCannonball is offline   Reply With Quote
Old 08-11-2009, 07:03 AM   #13
Newbie
 
Join Date: Nov 2004
Posts: 21
BuNNy-RaBBiT is on a distinguished road
Hey.

Did anyone find a solution for the hibernation problem??
Completely shutting down and starting takes to much time!

Greetz,
Bunny.
__________________
VW Passat 2.0 95"
Passatputer P4 3000, 512, 250g running CentraFuse
BuNNy-RaBBiT is offline   Reply With Quote
Old 09-14-2009, 08:32 AM   #14
Newbie
 
Join Date: Sep 2009
Posts: 2
zebravink is an unknown quantity at this point
What's the trick?
Whenever I save routes or journeys (as example 'gps-090914-1427', PC Navigator won't replay because it can't find the above file as .NMEA.
In the manual I read 'Select where to save the journey file, either Storage card or Object Store',
what's the trick how to select Storage card because I see no buttons on the screen.

Thanks for your reply,
gr.
Zebravink
zebravink is offline   Reply With Quote
Old 09-14-2009, 04:34 PM   #15
Newbie
 
Join Date: Sep 2009
Posts: 2
zebravink is an unknown quantity at this point
What's the trick how to save journey's in Mapfactor?
Whenever I try to replay saved journeys, Mapfactor can't find the for example 'gps-090914'-file. What's the trick how to save and how/where to open?

Thanks for your reply.
gr.
Zebravink
zebravink is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
1996 BMW 525tds - iBus integrated and OEM look Bimmerstyle Show off your project 65 10-23-2008 12:07 PM



All times are GMT -5. The time now is 07:45 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics