View previous topic :: View next topic |
Author |
Message |
floody Regular Visitor
Joined: Feb 08, 2005 Posts: 75
|
Posted: Wed Aug 24, 2005 12:54 pm Post subject: |
|
|
Roger,
Just tried this & have gotten an error message of "iNrArguments>0" so we might be moving in the right direction as it's now picking it up but there must be something wrong with the tomtom.mnu structure.
I'll have another look in this post but if you know what it is could you help please.
cheers.
John.. |
|
Back to top |
|
|
floody Regular Visitor
Joined: Feb 08, 2005 Posts: 75
|
Posted: Wed Aug 24, 2005 12:56 pm Post subject: |
|
|
just thought I'd mention that when I click on OK to the error message it does load up the custom menu.
When I exit the application & start it again I get the same error message. |
|
Back to top |
|
|
linknet Frequent Visitor
Joined: May 05, 2005 Posts: 872
|
Posted: Wed Aug 24, 2005 1:40 pm Post subject: |
|
|
Floody
That menu works fine on a Loox 420. Try shortening the menu and then add pages one at a time to identify the problem.
Roger |
|
Back to top |
|
|
linknet Frequent Visitor
Joined: May 05, 2005 Posts: 872
|
Posted: Wed Aug 24, 2005 1:46 pm Post subject: |
|
|
Has anyone managed to get the 'Rotate Display' to work with TTN5.1 and rotate the screen 90 degrees only?
MENUITEM|TASK_ROTATE_DISPLAY| rotates by 180 degrees
MENUITEM|TASK_ROTATE_DISPLAY_90| isn't recognised by TTN5.1
Anyone?
Roger |
|
Back to top |
|
|
floody Regular Visitor
Joined: Feb 08, 2005 Posts: 75
|
Posted: Wed Aug 24, 2005 6:11 pm Post subject: |
|
|
Got my menu working, how cool is SkuX's program. If I was a lady I would want to have his babies!!! |
|
Back to top |
|
|
JohnF Occasional Visitor
Joined: Nov 23, 2003 Posts: 31 Location: UK
|
Posted: Wed Aug 24, 2005 11:06 pm Post subject: |
|
|
Just tried your menue in directory My Device\TomTom\SDKRegistry and it works ok. |
|
Back to top |
|
|
lbendlin Pocket GPS Staff
Joined: 02/11/2002 22:41:59 Posts: 11878 Location: Massachusetts, USA
|
Posted: Wed Aug 24, 2005 11:38 pm Post subject: |
|
|
linknet wrote: | Has anyone managed to get the 'Rotate Display' to work with TTN5.1 and rotate the screen 90 degrees only?
MENUITEM|TASK_ROTATE_DISPLAY| rotates by 180 degrees
MENUITEM|TASK_ROTATE_DISPLAY_90| isn't recognised by TTN5.1
Anyone?
Roger |
A bug stays a bug, no matter how often you ask if it's still there... not yet fixed. _________________ Lutz
Report Map Errors here:
TomTom/TeleAtlas NAVTEQ |
|
Back to top |
|
|
BV Occasional Visitor
Joined: Jul 18, 2005 Posts: 34
|
Posted: Thu Aug 25, 2005 1:24 am Post subject: |
|
|
Like the look of skux menu builder, but it has no "call number" function.
Any chance of this being added to the menu?
BV. |
|
Back to top |
|
|
BarMuda Occasional Visitor
Joined: Mar 04, 2005 Posts: 30
|
Posted: Tue Aug 30, 2005 6:18 pm Post subject: |
|
|
Does anyone know how to add the CheckPOInt icon to the menu too? I modified the menu after i had installed it. I assume if you reinstall CheckPOInt it will add it in again? But it would be cool if you can add it where you wanted rather than stuck it on the end. 8)
Any help greatly appreciated. |
|
Back to top |
|
|
BarMuda Occasional Visitor
Joined: Mar 04, 2005 Posts: 30
|
Posted: Tue Aug 30, 2005 7:13 pm Post subject: Re: post subject |
|
|
[quote="newmikey"] Booster wrote: | newmikey wrote: | [BTW: if anyone has an issue with the map not moving smoothly, but in jerks, there is a solution for that as well! |
Use the POI settings and uncheck all of your imported POI categories (The ov2 files for f.i. speedcams)
Than go to the proximity warning settings (the POIwarner-like thingamajiggie) and mark those same categories for proximity warnings. I used a 400 meter threshold, use what you think is handy.
That's all. The speedcams will still show up when you go anywhere near them, but the map will scroll smoothly again.
The origin of this problem seems to be a different internal handling of the ov2 files by TT5 which causes all external POI's to be redrawn every time you move. |
You have no idea how helpful this tip has been !!! Thanks NewMikey !!!
One thing i would i would suggest is that:
A) do not uncheck all of your imported POI categories, as they will not be displayed in the map view. Instead click on the hide POI icon.
B) change the distance to around 600 yards so that it is on screen longer (it should appear at the top of the screen rather than appear mid way through it.)
I think this should be in its own sticky post somewhere as its very useful info !! _________________ Tom Tom One XL
Mazda MX5 1.8IS Second Edition |
|
Back to top |
|
|
tube Occasional Visitor
Joined: Jun 27, 2005 Posts: 30 Location: West Midlands
|
Posted: Wed Aug 31, 2005 10:22 pm Post subject: |
|
|
To add the Checkpoint icon try using the following in the text file, in place of a empty button.
Depending what other custom applications you have loaded to run with tom tom the SDK number may have to be increased.
MENUITEM|TASK_SDK1|
Worked fine on mine, you may find it easier to edit in text once you know the task syntax. It is also easier to edit the menu headers inthe text file rather than the Skux software.
e.g. MENUITEM|TASK_EMPTY| leaves an empty space in the menu, you are also not fixed to 6 icons per page you can have 4 in your menu structure to give you more room.
Play with it, if it goes wrong just delete tomtom.mnu and it will go back to default. |
|
Back to top |
|
|
Rabdo Regular Visitor
Joined: Jul 26, 2004 Posts: 61 Location: Port Talbot, South Wales
|
Posted: Thu Sep 01, 2005 12:25 am Post subject: |
|
|
tube wrote: | To add the Checkpoint icon try using the following in the text file, in place of a empty button.
Depending what other custom applications you have loaded to run with tom tom the SDK number may have to be increased.
MENUITEM|TASK_SDK1|
Worked fine on mine, you may find it easier to edit in text once you know the task syntax. It is also easier to edit the menu headers inthe text file rather than the Skux software.
e.g. MENUITEM|TASK_EMPTY| leaves an empty space in the menu, you are also not fixed to 6 icons per page you can have 4 in your menu structure to give you more room.
Play with it, if it goes wrong just delete tomtom.mnu and it will go back to default. |
This works, but just for interest, if you use the Skux menubuilder and insert the 'Switch to POI-warner' - it will display as checkpoint if you have it installed
rabdo |
|
Back to top |
|
|
BarMuda Occasional Visitor
Joined: Mar 04, 2005 Posts: 30
|
Posted: Thu Sep 01, 2005 1:21 am Post subject: |
|
|
Thanks for the info !!! :D :D :D _________________ Tom Tom One XL
Mazda MX5 1.8IS Second Edition |
|
Back to top |
|
|
GARYSMIFF Occasional Visitor
Joined: Sep 01, 2005 Posts: 3
|
Posted: Fri Sep 02, 2005 12:09 am Post subject: daft questilon |
|
|
What is the directory path for the SDKRegistry?
is it
(My pocket pc )\TomTom\SDKRegistry
many thanks in advance
SMIFFY |
|
Back to top |
|
|
GARYSMIFF Occasional Visitor
Joined: Sep 01, 2005 Posts: 3
|
Posted: Fri Sep 02, 2005 12:16 am Post subject: what a monkey i am |
|
|
sorted it!!!!!!!!
I had file as a TOMTOM.MNU.TXT
hahahahahahaahahahahahahahahahah
we have all dun it b4 im sure.
SMIFFY |
|
Back to top |
|
|
|
Posted: Today Post subject: Pocket GPS Advertising |
|
|
We see you’re using an ad-blocker. We’re fine with that and won’t stop you visiting the site.
Have you considered making a donation towards website running costs?. Or you could disable your ad-blocker for this site. We think you’ll find our adverts are not overbearing!
|
|
Back to top |
|
|
|