Checklist turns white if I hide it and then show it again.
-
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. -
@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
-
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
andPaper_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.
-
Hi all,
I have disabled the B78XH Mod (from flightsim.to) and now it seems working without any issues.
Kind regards
Airliner001