Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

<CallbackCode>
(>K:NEXT_SUB_VIEW)
(>K:NEXT_SUB_VIEW)
</CallbackCode>

Thank you Roy,
I have seen this topic, but, I want to open directly the camera view.
I have three camera views (pilot-copilot-radio panel)
To pass from pilot to radio panel
I can use this code :
But if I'm on the copilot view, it opens a wrong view.Code:<CallbackCode> (>K:NEXT_SUB_VIEW) (>K:NEXT_SUB_VIEW) </CallbackCode>
I could use it if I'm able to reset the pilot view :
<CallbackCode>
(code to reset the Pilot view)
(>K:NEXT_SUB_VIEW)
(>K:NEXT_SUB_VIEW)
</CallbackCode>
It would be easier if I could use the [CameraDefinition.X], or the guide in the aircraft.cfg to open the desired view.
"Also you can keep the current view with a local var and issue NEXT_SUB_VIEW or PREV_SUB_VIEW in accordance."
But how to assign a local variable when there is no variable in FSX assigned to views; only Event IDs ?

First, I have no 2D cockpit view because I commented it out in the camera.cfg file. None of my airplanes use 2D cockpits.