Home PageFacebookRSS News Feed
PocketGPS
Web
SatNav,GPS,Navigation
Pocket GPS World - SatNavs | GPS | Speed Cameras: Forums

Pocket GPS World :: View topic - iGO8 Ultra Skin 6.0.22
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

iGO8 Ultra Skin 6.0.22
Goto page Previous  1, 2, 3 ... , 33, 34, 35  Next
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> NavNGo iGO
View previous topic :: View next topic  
Author Message
majB
Occasional Visitor


Joined: Jan 23, 2010
Posts: 3

PostPosted: Sat Jan 23, 2010 9:43 pm    Post subject: Reply with quote

[/quote]
It's possible to make the "Next Route Event" (as Nav'n'Go call it) transparent but in my opinion it makes it harder to read so I haven't included this option.

linknet[/quote]

Thank you for the quick answer.
actually I like your skin; it is the only skin beside the default, that does not crash my nav when using TMC.
I was trying to make the "Next Route Event" background transparent using the igo skin editor, but had no luck till now, so I thought; ask the master!
So please can you give me a hint.

Thanks in advance..!
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sat Jan 23, 2010 11:01 pm    Post subject: Reply with quote

majB wrote:
I was trying to make the "Next Route Event" background transparent using the igo skin editor. So please can you give me a hint.


It's a long time since I worked on this so it may not be correct !

In the "navigatemap_320_240.ui" file locate the following section:

;!MOD_FSM - Replaced route navigation layer for full screen mode
{layer ui_NavigateMapRouteNavigation z=51}
{BUTTON sprNMRCockpit x=0 y=0 z=1 bmp="cock_infobg1_full.bmp" visiblemodel="!ui.v3dzoomcontrol" onlongclick='run sc_ShowCockpitDetailDirInfo1' onrelease='NEXTSTATE st_RouteInfo' enabledmodel="!ui.vDiriconVisible&!ui.vOnFlyover" CHECKHIT}

You need to make the BUTTON transparent by adding "alpha=16" to that line where 0 is totally transparent and 32 is totally opaque.

Something like:

{BUTTON sprNMRCockpit x=0 y=0 z=1 bmp="cock_infobg1_full.bmp" alpha=16 visiblemodel="!ui.v3dzoomcontrol" onlongclick='run sc_ShowCockpitDetailDirInfo1' onrelease='NEXTSTATE st_RouteInfo' enabledmodel="!ui.vDiriconVisible&!ui.vOnFlyover" CHECKHIT}

There are a further 5 lines in the file containing "cock_infobg1_full.bmp" of which the first 4 will need similar modification, the 5th line is already transparent.

Best of luck !


linknet
Back to top
View user's profile Send private message
majB
Occasional Visitor


Joined: Jan 23, 2010
Posts: 3

PostPosted: Sun Jan 24, 2010 3:41 am    Post subject: Reply with quote

It worked!....Thanks a lot.
Back to top
View user's profile Send private message
TheGrumbler
Occasional Visitor


Joined: Jan 28, 2009
Posts: 13

PostPosted: Mon Feb 01, 2010 9:43 am    Post subject: Re: New version + DA Reply with quote

linknet wrote:
I'm hoping that at some point Nav'n'Go will redesign the iGO8 interface to be comparable with the Amigo interface. Therefore I've put the iGO8 Ultra Skin on hold for the time being.


What a pity!

But anyway "iGO 8 Ultra Skin 6.0.22" is obviously still compatible with the newest PDA version 8.3.2.124260 dated Dec 16, 2009.


TheGrumbler
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Mon Feb 01, 2010 3:48 pm    Post subject: Re: New version + DA Reply with quote

TheGrumbler wrote:
But anyway "iGO 8 Ultra Skin 6.0.22" is obviously still compatible with the newest PDA version 8.3.2.124260 dated Dec 16, 2009.

Not necessarily, the iGO 8 Ultra Skin 6.0.22 is based on the data.zip from iGO8 PDA Version 8.3.2.87762 dated 27th April 2009, therefore if the newest PDA version 8.3.2.124260 dated 16th December uses a different data.zip, which it does, then there may be conflicts.

linknet
Back to top
View user's profile Send private message
TheGrumbler
Occasional Visitor


Joined: Jan 28, 2009
Posts: 13

PostPosted: Tue Feb 02, 2010 2:45 pm    Post subject: Re: New version + DA Reply with quote

linknet wrote:
Not necessarily, the iGO 8 Ultra Skin 6.0.22 is based on the data.zip from iGO8 PDA Version 8.3.2.87762 dated 27th April 2009, therefore if the newest PDA version 8.3.2.124260 dated 16th December uses a different data.zip, which it does, then there may be conflicts.


Hi linknet,

Up to now I didn't experience any incompatibilities between your UltraSkin6.0.22 and the data.zip of iGO 8.3.2.124620.


TheGrumbler
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Tue Feb 02, 2010 4:53 pm    Post subject: Re: New version + DA Reply with quote

TheGrumbler wrote:
Hi linknet,

Up to now I didn't experience any incompatibilities between your UltraSkin6.0.22 and the data.zip of iGO 8.3.2.124620.

TheGrumbler

That's good, if you do find anything then please let me know. Wink


linknet
Back to top
View user's profile Send private message
gachbash
Occasional Visitor


Joined: Feb 08, 2010
Posts: 14

PostPosted: Mon Feb 08, 2010 6:17 pm    Post subject: how to get the lane arrows at the bottom Reply with quote

Hello all!
When navigating with iGO8+ Ultra Skin 6.0.22,
I have the signposts on top of the map,
but no lane arrows at the bottom of the screen...
(with dimka skin i have the bottom lane arrows)
please help!
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Mon Feb 08, 2010 7:50 pm    Post subject: Re: how to get the lane arrows at the bottom Reply with quote

gachbash wrote:
Hello all!
When navigating with iGO8+ Ultra Skin 6.0.22,
I have the signposts on top of the map,
but no lane arrows at the bottom of the screen...
(with dimka skin i have the bottom lane arrows)
please help!

They're mutually exclusive with the signposts having priority.

linknet
Back to top
View user's profile Send private message
gachbash
Occasional Visitor


Joined: Feb 08, 2010
Posts: 14

PostPosted: Mon Feb 08, 2010 9:06 pm    Post subject: Re: how to get the lane arrows at the bottom Reply with quote

linknet wrote:
gachbash wrote:
Hello all!
When navigating with iGO8+ Ultra Skin 6.0.22,
I have the signposts on top of the map,
but no lane arrows at the bottom of the screen...
(with dimka skin i have the bottom lane arrows)
please help!


They're mutually exclusive with the signposts having priority.

linknet


Now i see it!
I am looking for a user guide for the skin.
I like the skin very much. clean and clear on C310 Mio.
Still have few questions:
How can i hide the driving speed and speed limit on the left side?
How i access the full screen mode?

Thank you!
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Mon Feb 08, 2010 9:28 pm    Post subject: Re: how to get the lane arrows at the bottom Reply with quote

gachbash wrote:

1. I am looking for a user guide for the skin.
2. How can i hide the driving speed and speed limit on the left side?
3. How i access the full screen mode?

Thank you!


1. There isn't a user guide but check out the website, in particular the screenshots page.

2. On the "Speed Warning Settings" menu.

3. It should always be in full screen mode when used in landscape as on Mio C310.

linknet
Back to top
View user's profile Send private message
gachbash
Occasional Visitor


Joined: Feb 08, 2010
Posts: 14

PostPosted: Mon Feb 08, 2010 10:32 pm    Post subject: Re: how to get the lane arrows at the bottom Reply with quote

linknet wrote:
gachbash wrote:

1. I am looking for a user guide for the skin.
2. How can i hide the driving speed and speed limit on the left side?
3. How i access the full screen mode?

Thank you!


1. There isn't a user guide but check out the website, in particular the screenshots page.

2. On the "Speed Warning Settings" menu.

3. It should always be in full screen mode when used in landscape as on Mio C310.

linknet


Thank you for the 3 answers.
still,
-If i uncheck the Speed Warning box, would the alarms work when i am overspeeding?
-I saw a screenshot of a full screen mode and on the right it was clean (no option buttoms except 2d/3d). How it is done?
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Mon Feb 08, 2010 11:04 pm    Post subject: Re: how to get the lane arrows at the bottom Reply with quote

gachbash wrote:

1. If i uncheck the Speed Warning box, would the alarms work when i am overspeeding?

2. I saw a screenshot of a full screen mode and on the right it was clean (no option buttoms except 2d/3d). How it is done?

1. Is that the "Audible Warning" box ??

2. That's only in route simulation mode.

linknet
Back to top
View user's profile Send private message
gachbash
Occasional Visitor


Joined: Feb 08, 2010
Posts: 14

PostPosted: Mon Feb 08, 2010 11:37 pm    Post subject: Re: how to get the lane arrows at the bottom Reply with quote

linknet wrote:
gachbash wrote:

1. If i uncheck the Speed Warning box, would the alarms work when i am overspeeding?

2. I saw a screenshot of a full screen mode and on the right it was clean (no option buttoms except 2d/3d). How it is done?

1. Is that the "Audible Warning" box ??

2. That's only in route simulation mode.

linknet

------
-in "Map Screen Setting" there is Trip Data Overspeed Warning check box.
-In "Warning Settings" there is Warn when Speeding check box and in the submenu there are Show Speed and Show Speed Limit check boxes.

It would be nice to have the audible warning when over speeding without seeing the visual display of the speed or the speed limit (i still see the speed in the car counter and the limit is normally known)
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Tue Feb 09, 2010 12:04 am    Post subject: Re: how to get the lane arrows at the bottom Reply with quote

gachbash wrote:
It would be nice to have the audible warning when over speeding without seeing the visual display of the speed or the speed limit

Then just turn off "Show Speed" and "Show Speed Limit" in the submenu.

linknet
Back to top
View user's profile Send private message







Posted: Today    Post subject: Pocket GPS Advertising

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pocket GPS World Forum Index -> NavNGo iGO All times are GMT + 1 Hour
Goto page Previous  1, 2, 3 ... , 33, 34, 35  Next
Page 34 of 35

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Make a Donation



CamerAlert Database

Click here for the PocketGPSWorld.com Speed Camera Database

Download Speed Camera Database
22.034 (27 Mar 24)



WORLDWIDE SPEED CAMERA SPOTTERS WANTED!

Click here to submit camera positions to the PocketGPSWorld.com Speed Camera Database


12mth Subscriber memberships awarded every week for verified new camera reports!

Submit Speed Camera Locations Now


CamerAlert Apps



iOS QR Code






Android QR Code







© Terms & Privacy


GPS Shopping