Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 71

Threaded View

  1. #6
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    167
    Rep Power
    754

    Default Removing conflicting features/functions 1 0f 5

    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 -

    Spoiler: Note
    && means AND

    || means OR

    ! means NOT

    --------------------------------------------------------------------------------------------------------------------------------------------


    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


    Spoiler: Note
    ARGB representation(#AARRGGBB)

    AA - Alpha component [0..255] of the color
    RR - Red component [0..255] of the color
    GG - Green component [0..255] of the color
    BB - Blue component [0..255] of the color


    Transparency percentages
    Following are some example transparency percentages and their hex values
    100% - FF
    95% - F2
    90% - E6
    85% - D9
    80% - CC
    75% - BF
    70% - B3
    65% - A6
    60% - 99
    55% - 8C
    50% - 80
    45% - 73
    40% - 66
    35% - 59
    30% - 4D
    25% - 40
    20% - 33
    15% - 26
    10% - 1A
    5% - 0D
    0% - 00
    Last edited by morco; 16th November 2019 at 11:25 AM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •