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

Threaded View

  1. #11
    Master frontzosd's Avatar
    Join Date
    Jun 2012
    Location
    Greece
    Age
    55
    Posts
    615
    Rep Power
    1450

    Default

    Inside ux file, find driveralerts.zip file.
    Open it with total comander android apk, and to the path
    ui_nextgen / common / ui
    And
    1 ) For portrait mode, find driveralerts_portrait.css file!

    And in this section:

    Spoiler: code

    BOX.driver_alert1{
    position:"absolute";
    left:3;

    top:(2*diricon_h);
    orientation:"horizontal";
    visible: (!ui_PropLayer.JunctionViewVisible && !%navigation.has_junctionview && %lua.DAEnabled && !ui_Cockpit.p2p_valid && !%lua.VehicleIsPedestrian
    && !%lua.DragMode && %ui.lm_alert_views.driver_alerts.size
    && !(ui_PropLayer.SignpostVisible && ui_Cockpit.show_sec_diricon)
    && !(ui_PropLayer.JunctionViewVisible && %navigation.junctionview_type == 0) );
    w:(cockpit_warning_h + cockpit_warning_h/2);
    h:(cockpit_warning_h + cockpit_warning_h/2);
    }




    And especially, to this part:
    top:(2*diricon_h);

    Write for example:
    (2*diricon_h - 10);

    Or - 20, or ... -25 , -40 etc!

    For to move the driver alert box to the top!

    The same for Landscape mode
    To driveralerts_landscape.css file!
    Last edited by frontzosd; 5th January 2020 at 04:56 PM.

  2.    Advertissements


 

 

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
  •