This is the first of a number of posts to help people remove unwanted functions from my UX in post #2.
I will also try to include some explanatory info that might help people troubleshoot conflicts between my UX and other UX's, skins etc.
These first 2 functions I have already shown how to remove in another thread, but here it is again with more info.
1/
Function - Automatic pop up of route progress bar when there is a waypoint and/or a traffic event on route.
remove the following from the 'morco_button.ui'
Code:
Please Login or Register to see the links
this code modifies/replaces code in the Data.zip
navigatemap.ui
Code:
Please Login or Register to see the links
Mine reads :-
Only implement the route progress bar if the progress bar is switched on in the settings 'OR' there's a traffic event on route 'OR' there are more than 2 waypoints on route.
( Nextgen counts your starting point & finish point as waypoints)
original reads :-
Only implement the route progress bar if the progress bar is switched on in the settings 'AND' a route has been loaded 'AND' (can't remember this one) 'AND' is 'NOT' in pedestrian mode 'And' there are 2 or more waypoints on route.
note -
--------------------------------------------------------------------------------------------------------------------------------------------
2/
Function - Change notification bar to purple in colour
remove from
morco_button.css
Code:
Please Login or Register to see the links
this overrides code in the
notifications UX
notifications.css
Code:
Please Login or Register to see the links
Image 'panel_grad' is really a colour
found here in the
data.zip
color.css
Code:
Please Login or Register to see the links
#ff292b2c is an Alpha RGB colour
notes on ARGB
Bookmarks