Wed Oct 20, 2010 3:12 pm
[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:
<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>
Wed Oct 20, 2010 3:23 pm
miomoshe wrote: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>
Wed Oct 20, 2010 3:27 pm
Thu Oct 21, 2010 9:27 pm
Thu Oct 21, 2010 9:41 pm
Fri Oct 22, 2010 4:31 am
upss wrote:@miomoshe, You are asking for some serious trouble by copying and pasting "stuff" from other treads or forums.
The top part "code" looks like it is for 480x272 resolution where the bottom part "yarba wrote" is for 800x480 resolution. Like Chas said and based on the questions people ask here, the average guy will never be able to implement this successfully!
BTW, this entire Junction View is just a gimmick, the displayed view never looks real and I don't see how it helps anything.
Fri Oct 22, 2010 4:48 am