[color=darkslategray]**** WARNING!![/color] ****
Be very careful implementing this in your Primo and pay attention to the resolution. You need programming skills to do this properly!
If you do not have these skills, or you have doubts, or whatever, DON'T DO THIS !!!
nabi
" wrote:"]@arkoko: an intresting add for your skin. This is not a my new idea but I've seen this while surfing in the web, hence maybe you already know it...
JUNCTIONVIEW "MINI"
for to not hiding the route during the navigation
(should be selectable from settings):
- Code: Select all
<layer ui_NavigateMapJunctionView z=100 visible=(%navigation.want_junctionview && %navigation.has_junctionview && !%lua.JunctionViewHiddenByUser) onshow=sc_JunctionViewOnshow onhide=sc_JunctionViewOnhide>
<SPRITE sprJunctionView x=280 y=85 w=200 h=113 z=1 align="LEFT" OVERMAPLAYER onclick=sc_HideJunctionView>
</layer>
for 800*480 res: yarba wrote:
for those who want to add the settings yourself
open with notepad file navigatemap_800_480.ui
file path is: skin-name\ui_igo9\800х480\ui\navigatemap_800_480.ui
and change the values in the section: layer ui_NavigateMapJunctionView
<layer ui_NavigateMapJunctionView z=100 visible=(%navigation.want_junctionview && %navigation.has_junctionview && !%lua.JunctionViewHiddenByUser) onshow=sc_JunctionViewOnshow onhide=sc_JunctionViewOnhide>
<SPRITE sprJunctionView x=466 y=144 w=333 h=200 z=1 align="LEFT" OVERMAPLAYER onclick=sc_HideJunctionView>
</layer>