To change the next turn font size. In navigatemap.ui look for the line that starts with ROADSHIELDEDTEXT sprNMINextStreetName In that line you will see fontsize=22 . Change it to whatever your like . I,m not sure on the MAx or MIn size.
Thanks for a great contribution. I’m currently using your version since it has a compass. Also how did you get the linear compass to show on your skin as in the first picture?
I’m also writing because I got this error when using your skin:
FFUIERROR:Unknown Object Identifier
Identifier=[btnNMB_NAV3D]
Script “sc_EnterOview” command 2 at tick 65535
I’m using the car icon and when just before the screen switch from cockpit view to overview view due to smartview function, I get that error message displayed. I just click the OK in the error window and everything runs fine after that. But each time I start IGO8, I will encouter that error message on the first switch from cockpit view to overview view.
Good news, Rik has decided to re-release v3.0 of his skin. So I will be anticipating your next revision of this skin Opop. I also request if Rik could implement the option to turn ON/OFF specific types of speedcam/traffic lights much like Dimika Specter skin since I would like the ability to turn off the traffic light warning announcement.
Also Opop, could you tell me how you can display the linear compass under the arrow/car icon as in your first screen image so I know the direction I’m travelling in. Thanks.
Hi, it’s a nice skin!
as a driver i often need to have at navigatemap quick add and quick delete buttons for speedcam. i have added to navigatemap_480_272.ui a “quick add” button and a script into speedcam.ui
nCamType.SET 1
nCameraSpeed.SET 0
nCamSpeedUnit.SET 1
nCamOnScreenHeading.SET 0
nCamHeading.SET 0
nCamDirectionType.SET 3
nSpeedCamDirection.SET 1
nSpeedCamStateMode.SET 1
GET_CURSOR_POS nSpeedCamPosX nSpeedCamPosY
run ‘POI_ADD_SPEEDCAM nCamType nCameraSpeed nCamHeading nCamDirectionType nSpeedCamPosX nSpeedCamPosY’
run sc_SetSpeedcamSoundVolume
run sc_spoken_alert_lang_select
run sc_SoundVolumeRestore
map.INVALIDATE_VECTOR_LAYER
run sc_ReturnToMap
it adds at current position speedcam with default parameters
for “quick delete” i have changed a sprite at speedcam warning layer to run script
nSpeedCamStateMode.SET 0
run ‘POI_GET_SPEEDCAM_PARAMS nCamType nCameraSpeed nCamHeading nCamDirectionType nCamOnScreenHeading nCamSpeedUnit nSpeedCamPosX nSpeedCamPosY’
run ‘POI_DELETE_SPEEDCAM nCamType nCameraSpeed nCamHeading nCamDirectionType nCamOnScreenHeading nCamSpeedUnit nSpeedCamPosX nSpeedCamPosY’
map.UPDATECAMSTATE
map.INVALIDATE_VECTOR_LAYER
run sc_ReturnToMap
Can you advice me where i’ve made some mistakes,- script delete only last added speedcam instead of current warnning speedcam?
Thanks
I dont use speedcams anymore . Not many around here.
But it’s a nice update. maybe i should add them back .
Do you have a link for the latest speedcams for the Us?
Also I have been trying to add a button for toggling from one via to the next and then to the destination. Not much time to work on it. Any ideas on this ?
I have not tried out your edits ..What is the error that it gives you ? or does it just crash? Email me the .ui files you have edited and I’ll take a look when i have some time. Don’t post It here The web page messes up the code .
September 28, 2008 at 12:25 am
To change the next turn font size.
In navigatemap.ui look for the line that starts with ROADSHIELDEDTEXT sprNMINextStreetName In that line you will see fontsize=22 . Change it to whatever your like . I,m not sure on the MAx or MIn size.
October 3, 2008 at 2:16 am
Thanks for a great contribution. I’m currently using your version since it has a compass. Also how did you get the linear compass to show on your skin as in the first picture?
I’m also writing because I got this error when using your skin:
FFUIERROR:Unknown Object Identifier
Identifier=[btnNMB_NAV3D]
Script “sc_EnterOview” command 2 at tick 65535
I’m using the car icon and when just before the screen switch from cockpit view to overview view due to smartview function, I get that error message displayed. I just click the OK in the error window and everything runs fine after that. But each time I start IGO8, I will encouter that error message on the first switch from cockpit view to overview view.
October 3, 2008 at 4:31 pm
That should be fix when i release the next version.
But for the quick fix in the navigatemap.ui
file find the script sc_EnterOverview and add “;” in front of the two lines like this….
;btnNMB_Nav2D.hide
;btnNMB_Nav3D.show
should fix it for now .:)
October 7, 2008 at 8:04 am
Thanks for the quick solution Opop. Works great. Now got to wait to see if Rik wants to re-release his v3.0 skin.
October 7, 2008 at 6:56 pm
He will. He is having a problem with his host .. I’m sure he can post it soon. I will update date my mod to 3.0 asap.
October 19, 2008 at 3:43 pm
Good news, Rik has decided to re-release v3.0 of his skin. So I will be anticipating your next revision of this skin Opop. I also request if Rik could implement the option to turn ON/OFF specific types of speedcam/traffic lights much like Dimika Specter skin since I would like the ability to turn off the traffic light warning announcement.
Also Opop, could you tell me how you can display the linear compass under the arrow/car icon as in your first screen image so I know the direction I’m travelling in. Thanks.
October 19, 2008 at 5:21 pm
tien i sent you a email
hope it helps
I dont real use speed cams . but ill looking to it and see what i cam do .
November 6, 2008 at 8:25 pm
thanks
November 18, 2008 at 5:40 am
It is not out-of-date information? Because I have other data on this theme. http://video-online-go.ru/map.html
November 18, 2008 at 11:53 pm
Not sure what you mean .
Just old screen shots, I haven’t had time to update them.
1.2.0 is new for 8.3 .
December 3, 2008 at 11:27 pm
ROADSHIELDEDTEXT changes the next turn zise only. Who knows how to change the map streets font size?
January 15, 2009 at 3:40 am
Great Skin !
I only wish it was possible to have the original POI’s icons. Is it possible ?
July 14, 2009 at 9:47 am
Hi, it’s a nice skin!
as a driver i often need to have at navigatemap quick add and quick delete buttons for speedcam. i have added to navigatemap_480_272.ui a “quick add” button and a script into speedcam.ui
nCamType.SET 1
nCameraSpeed.SET 0
nCamSpeedUnit.SET 1
nCamOnScreenHeading.SET 0
nCamHeading.SET 0
nCamDirectionType.SET 3
nSpeedCamDirection.SET 1
nSpeedCamStateMode.SET 1
GET_CURSOR_POS nSpeedCamPosX nSpeedCamPosY
run ‘POI_ADD_SPEEDCAM nCamType nCameraSpeed nCamHeading nCamDirectionType nSpeedCamPosX nSpeedCamPosY’
run sc_SetSpeedcamSoundVolume
run sc_spoken_alert_lang_select
run sc_SoundVolumeRestore
map.INVALIDATE_VECTOR_LAYER
run sc_ReturnToMap
it adds at current position speedcam with default parameters
for “quick delete” i have changed a sprite at speedcam warning layer to run script
nSpeedCamStateMode.SET 0
run ‘POI_GET_SPEEDCAM_PARAMS nCamType nCameraSpeed nCamHeading nCamDirectionType nCamOnScreenHeading nCamSpeedUnit nSpeedCamPosX nSpeedCamPosY’
run ‘POI_DELETE_SPEEDCAM nCamType nCameraSpeed nCamHeading nCamDirectionType nCamOnScreenHeading nCamSpeedUnit nSpeedCamPosX nSpeedCamPosY’
map.UPDATECAMSTATE
map.INVALIDATE_VECTOR_LAYER
run sc_ReturnToMap
Can you advice me where i’ve made some mistakes,- script delete only last added speedcam instead of current warnning speedcam?
Thanks
July 14, 2009 at 12:58 pm
I dont use speedcams anymore . Not many around here.
But it’s a nice update. maybe i should add them back .
Do you have a link for the latest speedcams for the Us?
As for mistakes . I don’t see any.
July 15, 2009 at 2:21 pm
Hi
just now i found from google search
http://www.gpsangel.com/?page_id=4
and we have a lot of mobile cameras in ukraine.
as for mistakes,- they ARE, script doesn’t work properly!
ANYONE CAN HELP ME!
July 14, 2009 at 1:04 pm
Also I have been trying to add a button for toggling from one via to the next and then to the destination. Not much time to work on it. Any ideas on this ?
July 15, 2009 at 2:26 pm
..please explain
July 16, 2009 at 4:52 pm
I have not tried out your edits ..What is the error that it gives you ? or does it just crash? Email me the .ui files you have edited and I’ll take a look when i have some time. Don’t post It here The web page messes up the code .
July 17, 2009 at 11:08 am
thanks
check email
August 10, 2009 at 6:46 am
Best reviews of the day about Canada, Canada culture, Personal loan canada and Govrnment jobs canada http://canada.goodnano-av.com/