• Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum

Checklist turns white if I hide it and then show it again.

Scheduled Pinned Locked Moved 146 Professional
5 Posts 4 Posters 267 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lindovsky
    wrote on last edited by
    #1

    Capture.png

    So the problem here is that if I hide the checklist and then show it again it turns white permanently.
    It ALSO turns white if I go into a fixed showcase camera position and then back to cockpit view, doing this also automatically shows the checklist if I have it hidden.

    MarkM 1 Reply Last reply
    0
  • MarkM Online
    MarkM Online
    Mark JF Staff
    replied to Lindovsky on last edited by
    #2

    @Lindovsky We are aware of this sometimes being an issue when moving the cursor over the paper charts and checklists with the Cockpit Interaction System set to LOCK.

    It is something we are looking into. A solution in the meantime will be to go to MSFS Options > General Options > Accessibility and set Cockpit Interaction System to LEGACY.

    Mark - Just Flight

    Just Flight Development Assistant

    L 1 Reply Last reply
    1
  • L Offline
    L Offline
    Lindovsky
    replied to Mark on last edited by
    #3

    @Mark Okay thank you!

    1 Reply Last reply
    0
  • LaurrethL Offline
    LaurrethL Offline
    Laurreth
    wrote on last edited by
    #4

    As a workaround, you can break highlighting on the holding clip clickspot. Inside your community folder, find the file justflight-aircraft-146\SimObjects\Airplanes\JF_146_100\model\JF_146_100_VC.xml.

    Make a backup copy of that file!

    Towards the end, starting from line 21447, you should have the "Paper" section. Inside that, you have two sections with the IDs Paper_checklist_clip_L and Paper_checklist_clip_R. In each of those, add a non-existing highlight node like this:

    		<Component ID="Paper_checklist_clip_L" Node="Paper_checklist_clip_L">
    			<UseTemplate Name="ASOBO_GT_MouseRect">
    				<Cursor>Hand</Cursor>
    <!-- add this -->               <HIGHLIGHT_NODE_ID>SOMETHING_IN_SPAAAACE</HIGHLIGHT_NODE_ID>
    				<MOUSEFLAGS_DEFAULT_IM>LeftSingle</MOUSEFLAGS_DEFAULT_IM>
    				<CALLBACKCODE_DEFAULT_IM>
    					(L:Paper_checklist_vis_L, bool) ! (>L:Paper_checklist_vis_L, bool)
    				</CALLBACKCODE_DEFAULT_IM>
    				<TOOLTIPID>Toggle Checklist Visibility</TOOLTIPID>
    			</UseTemplate>
    		</Component>
    

    As a result, the clipboard will no longer highlight when you hover over the clip, and that appears what breaks the texturing. As for a fix, maybe make only the clip itself addressable as a node here to avoid blinking the entire surface.

    1 Reply Last reply
    0
  • A Offline
    A Offline
    Airliner001
    wrote on last edited by
    #5

    Hi all,
    I have disabled the B78XH Mod (from flightsim.to) and now it seems working without any issues.
    Kind regards
    Airliner001

    1 Reply Last reply
    1

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users