Jump to content
AVIC411.com

HOW TO: Variable/Function Reference Library


Recommended Posts

Yes, that's exactly how you do it.

 

Studying even what is in the default skin yields lots of interesting information. Looking at some of the more advanced ones is even more useful :)

 

I don't know if there's a way to pass a specific category to POI search, but it might be doable...

Link to post
Share on other sites

More interesting stuff.

In SYS.TXT:

 

[map]

3d_scale_carmodel=1

3dcarsizemin=3500

3dcarsizemax=8000

3dcarsizemul=15000

3d_tunnels=1

3d_max_tiltlevel=9000

3d_max_zoomlevel=4000

3d_min_zoomlevel=40

3d_max_zfar=2000

show_oneway=1

 

Controls the size of car arrow in 3D mode. I made mine a bit smaller.

 

tiltlevel settings let you tilt the map further. Combined with zoomlevel you can get decent almost 2D with track up effect, although at a price of performance.

 

zfar controls distance at which iGO starts applying fog effect to 3D view.

 

[route]

correctness=85

 

This lets you control trade off between speed of route calculation and how thorough it is. Setting it to higher values should give better routing but it will take longer to calculate.

Link to post
Share on other sites

I will add these functions

 

 

MSN Traffic - onrelease='vFromMsndTraffic.set 1, NEXTSTATE st_TmcEventsList'

 

MSN Gas - onrelease='run sc_MsndGasStationSortByDist, NEXTSTATE st_MsndGasStation'

 

MSN Weather - onrelease='vIsWorldwideWeatherSelected.set 0, NEXTSTATE st_MsndWeatherList'

 

MSN Movies - onrelease='vIsAllMovieTitleSelected.set 0, vMsndMoviePlace.set 0, NEXTSTATE st_MsndAllMovie'[/b]

Link to post
Share on other sites
  • 4 weeks later...

A quick search through UI files shows that this is the script that brings up itinerary screen:

 

NEXTSTATE st_RouteItinerary

 

You cna either have button's onrelease pointing to this script, or simply do button's onrelease='NEXTSTATE st_RouteItinerary'

 

This should do it...

Link to post
Share on other sites

True, but in "real life", I've found on other navi devices that it's a lot easier to not have to think about where that stuff is on the fly if I suddenly find myself in some traffic. Not to mention, the wife wants it and it's her car, so....I'd much rather just press a "detour" button, select the segment to avoid, and away you go. That's all I really need it to do. Thanks for your help. I'll let you know how it goes. Any suggestions on a .bmp button to use for this? I plan to put it on the right side immediately below the satellite signal strength button as seen here:

 

3077788822_64df54c451_d.jpg

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...